freegraph
Interface GraphPlaneItem

All Known Implementing Classes:
ExpressionEvaluator

public interface GraphPlaneItem

instances of GraphPlaneItems are contained by GraphPlane. When GraphPlane is drawn, it goes through it's list of GraphPlaneItems and calls drawItem() on each. The GraphPlaneItem draws itself on the GraphPlane


Method Summary
 void drawItem(GraphPlane graphPlane, java.awt.Graphics g, char variableChar)
           
 

Method Detail

drawItem

public void drawItem(GraphPlane graphPlane,
                     java.awt.Graphics g,
                     char variableChar)