|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.geom.Point2D
java.awt.geom.Point2D.Double
edu.uci.ics.jung.visualization.transform.LensTransformer.PolarPoint
a convenience class to represent a point in polar coordinates
Nested Class Summary |
Nested classes 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 |
public LensTransformer.PolarPoint(double theta, double radius)
Method Detail |
public double getTheta()
public double getRadius()
public void setTheta(double theta)
public void setRadius(double radius)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |