Uses of Class
edu.uci.ics.jung.algorithms.layout.PolarPoint
Packages that use PolarPoint
Package
Description
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 PolarPointModifier and TypeFieldDescriptionprotected com.google.common.cache.LoadingCache
<V, PolarPoint> BalloonLayout.polarLocations
protected Map
<V, PolarPoint> RadialTreeLayout.polarLocations
Methods in edu.uci.ics.jung.algorithms.layout that return PolarPointModifier and TypeMethodDescriptionstatic PolarPoint
PolarPoint.cartesianToPolar
(double x, double y) static PolarPoint
PolarPoint.cartesianToPolar
(Point2D point) Methods in edu.uci.ics.jung.algorithms.layout that return types with arguments of type PolarPointMethods in edu.uci.ics.jung.algorithms.layout with parameters of type PolarPointModifier and TypeMethodDescriptionstatic Point2D
PolarPoint.polarToCartesian
(PolarPoint polar) void
PolarPoint.setLocation
(PolarPoint p) Sets the angle and radius of this point to those ofp
.