com.yobotics.simulationconstructionset.gui
Interface GraphIndicesHolder
- All Known Implementing Classes:
- GraphArrayPanel
public interface GraphIndicesHolder
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()