|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PolarPoint | |
---|---|
edu.uci.ics.jung.algorithms.layout | Algorithms for assigning 2D coordinates (typically used for graph visualizations) to vertices. |
Uses of PolarPoint in edu.uci.ics.jung.algorithms.layout |
---|
Fields in edu.uci.ics.jung.algorithms.layout with type parameters of type PolarPoint | |
---|---|
protected Map<V,PolarPoint> |
RadialTreeLayout.polarLocations
|
protected Map<V,PolarPoint> |
BalloonLayout.polarLocations
|
Methods in edu.uci.ics.jung.algorithms.layout that return PolarPoint | |
---|---|
static PolarPoint |
PolarPoint.cartesianToPolar(double x,
double y)
Returns the result of converting (x, y) to polar coordinates. |
static PolarPoint |
PolarPoint.cartesianToPolar(Point2D point)
Returns the result of converting point to polar coordinates. |
Methods in edu.uci.ics.jung.algorithms.layout that return types with arguments of type PolarPoint | |
---|---|
Map<V,PolarPoint> |
RadialTreeLayout.getPolarLocations()
Returns the map from vertices to their locations in polar coordinates. |
Methods in edu.uci.ics.jung.algorithms.layout with parameters of type PolarPoint | |
---|---|
static Point2D |
PolarPoint.polarToCartesian(PolarPoint polar)
Returns the result of converting polar to Cartesian coordinates. |
void |
PolarPoint.setLocation(PolarPoint p)
Sets the angle and radius of this point to those of p . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |