Uses of Class
org.jungrapht.visualization.layout.model.PolarPoint
-
Packages that use PolarPoint Package Description org.jungrapht.visualization.layout.algorithms Support for graph layout algorithmsorg.jungrapht.visualization.layout.model Support for graph layout models mapping vertices to location points -
-
Uses of PolarPoint in org.jungrapht.visualization.layout.algorithms
Fields in org.jungrapht.visualization.layout.algorithms with type parameters of type PolarPoint Modifier and Type Field Description protected Map<V,PolarPoint>
BalloonLayoutAlgorithm. polarLocations
protected Map<V,PolarPoint>
RadialEdgeAwareTreeLayoutAlgorithm. polarLocations
protected Map<V,PolarPoint>
RadialTreeLayoutAlgorithm. polarLocations
protected Map<V,PolarPoint>
TidierRadialTreeLayoutAlgorithm. polarLocations
Methods in org.jungrapht.visualization.layout.algorithms that return types with arguments of type PolarPoint Modifier and Type Method Description Map<V,PolarPoint>
RadialEdgeAwareTreeLayoutAlgorithm. getPolarLocations()
Map<V,PolarPoint>
RadialTreeLayout. getPolarLocations()
Map<V,PolarPoint>
RadialTreeLayoutAlgorithm. getPolarLocations()
Map<V,PolarPoint>
TidierRadialTreeLayoutAlgorithm. getPolarLocations()
-
Uses of PolarPoint in org.jungrapht.visualization.layout.model
Fields in org.jungrapht.visualization.layout.model declared as PolarPoint Modifier and Type Field Description static PolarPoint
PolarPoint. ORIGIN
Methods in org.jungrapht.visualization.layout.model that return PolarPoint Modifier and Type Method Description static PolarPoint
PolarPoint. cartesianToPolar(double x, double y)
static PolarPoint
PolarPoint. cartesianToPolar(Point point)
PolarPoint
PolarPoint. newRadius(double radius)
static PolarPoint
PolarPoint. of(double theta, double radius)
Methods in org.jungrapht.visualization.layout.model with parameters of type PolarPoint Modifier and Type Method Description static Point
PolarPoint. polarToCartesian(PolarPoint polar)
-