Uses of Class
iglu.polka.OrderedPoint2D

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

Uses of OrderedPoint2D in iglu.polka
 

Fields in iglu.polka declared as OrderedPoint2D
private  OrderedPoint2D PLineGraph.closestPoint
          the closes point if it's turned on
 

Methods in iglu.polka that return OrderedPoint2D
protected  OrderedPoint2D PLineGraph.closestScreenPoint(GraphData2D gd, int x, int y)
           
 OrderedPoint2D PLineGraph.getClosestPoint()
           
 OrderedPoint2D GraphData2D.closestPoint(double x, double y)
          returns the closest point according to the virtual (not screen) coordinates
 

Methods in iglu.polka with parameters of type OrderedPoint2D
 double OrderedPoint2D.distanceFrom(OrderedPoint2D aPoint)
           
 java.lang.String GraphData2D.getLabelFor(OrderedPoint2D point)
          Get a label for the given point.