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.polarLocationsprotected Map<V, PolarPoint> RadialTreeLayout.polarLocationsMethods in edu.uci.ics.jung.algorithms.layout that return PolarPointModifier and TypeMethodDescriptionstatic PolarPointPolarPoint.cartesianToPolar(double x, double y) static PolarPointPolarPoint.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 Point2DPolarPoint.polarToCartesian(PolarPoint polar) voidPolarPoint.setLocation(PolarPoint p) Sets the angle and radius of this point to those ofp.