com.yobotics.simulationconstructionset.gui
Interface GraphIndicesHolder

All Known Implementing Classes:
GraphArrayPanel

public interface GraphIndicesHolder


Method Summary
 int getIndex()
           
 int getInPoint()
           
 java.util.ArrayList<java.lang.Integer> getKeyPoints()
           
 int getLeftPlotIndex()
           
 int getMaxIndex()
           
 int getOutPoint()
           
 int getRightPlotIndex()
           
 boolean isIndexAtOutPoint()
           
 void setIndexLater(int newIndex)
           
 void setLeftPlotIndex(int newLeftIndex)
           
 void setRightPlotIndex(int newRightIndex)
           
 void tickLater(int i)
           
 

Method Detail

getInPoint

int getInPoint()

getOutPoint

int getOutPoint()

getIndex

int getIndex()

getLeftPlotIndex

int getLeftPlotIndex()

getRightPlotIndex

int getRightPlotIndex()

tickLater

void tickLater(int i)

setIndexLater

void setIndexLater(int newIndex)

setLeftPlotIndex

void setLeftPlotIndex(int newLeftIndex)

setRightPlotIndex

void setRightPlotIndex(int newRightIndex)

getMaxIndex

int getMaxIndex()

getKeyPoints

java.util.ArrayList<java.lang.Integer> getKeyPoints()

isIndexAtOutPoint

boolean isIndexAtOutPoint()