Uses of Class
iglu.polka.GraphData2D

Packages that use GraphData2D
iglu.polka A set of extensions of the javax.swing package. 
 

Uses of GraphData2D in iglu.polka
 

Methods in iglu.polka with parameters of type GraphData2D
 void PLineGraph.removeLine(GraphData2D gd)
           
 void PLineGraph.addLine(GraphData2D gd)
          add a new line to the graph.
protected  void PLineGraph.paintALine(GraphData2D gd, java.awt.Graphics g)
          Draws one dataset.
protected  OrderedPoint2D PLineGraph.closestScreenPoint(GraphData2D gd, int x, int y)