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

java.lang.Object
  extended by java.awt.geom.Point2D
      extended by java.awt.geom.Point2D.Double
          extended by edu.uci.ics.jung.visualization.transform.LensTransformer.PolarPoint
All Implemented Interfaces:
Cloneable
Enclosing class:
LensTransformer

protected static class LensTransformer.PolarPoint
extends Point2D.Double

a convenience class to represent a point in polar coordinates


Nested Class Summary
 
Nested classes/interfaces inherited from class java.awt.geom.Point2D
Point2D.Double, Point2D.Float
 
Field Summary
 
Fields inherited from class java.awt.geom.Point2D.Double
x, y
 
Constructor Summary
LensTransformer.PolarPoint(double theta, double radius)
           
 
Method Summary
 double getRadius()
           
 double getTheta()
           
 void setRadius(double radius)
           
 void setTheta(double theta)
           
 
Methods inherited from class java.awt.geom.Point2D.Double
getX, getY, setLocation, toString
 
Methods inherited from class java.awt.geom.Point2D
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LensTransformer.PolarPoint

public LensTransformer.PolarPoint(double theta,
                                  double radius)
Method Detail

getTheta

public double getTheta()

getRadius

public double getRadius()

setTheta

public void setTheta(double theta)

setRadius

public void setRadius(double radius)