Uses of Class
edu.uci.ics.jung.visualization.transform.LensTransformer.PolarPoint

Packages that use LensTransformer.PolarPoint
edu.uci.ics.jung.visualization.transform   
 

Uses of LensTransformer.PolarPoint in edu.uci.ics.jung.visualization.transform
 

Methods in edu.uci.ics.jung.visualization.transform that return LensTransformer.PolarPoint
protected  LensTransformer.PolarPoint LensTransformer.cartesianToPolar(double x, double y)
          Returns the result of converting (x, y) to polar coordinates.
protected  LensTransformer.PolarPoint LensTransformer.cartesianToPolar(Point2D point)
          Returns the result of converting point to polar coordinates.
 

Methods in edu.uci.ics.jung.visualization.transform with parameters of type LensTransformer.PolarPoint
protected  Point2D LensTransformer.polarToCartesian(LensTransformer.PolarPoint polar)
          Returns the result of converting polar to Cartesian coordinates.