| Package | Description |
|---|---|
| edu.uci.ics.jung.algorithms.layout |
Algorithms for assigning 2D coordinates (typically used for graph visualizations)
to vertices.
|
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.cache.LoadingCache<V,PolarPoint> |
BalloonLayout.polarLocations |
protected Map<V,PolarPoint> |
RadialTreeLayout.polarLocations |
| Modifier and Type | Method and Description |
|---|---|
static PolarPoint |
PolarPoint.cartesianToPolar(double x,
double y) |
static PolarPoint |
PolarPoint.cartesianToPolar(Point2D point) |
| Modifier and Type | Method and Description |
|---|---|
Map<V,PolarPoint> |
RadialTreeLayout.getPolarLocations() |
| Modifier and Type | Method and Description |
|---|---|
static Point2D |
PolarPoint.polarToCartesian(PolarPoint polar) |
void |
PolarPoint.setLocation(PolarPoint p)
Sets the angle and radius of this point to those of
p. |
Copyright © 2016. All rights reserved.