Uses of Class
org.jungrapht.visualization.layout.quadtree.Node.Builder
-
Packages that use Node.Builder Package Description org.jungrapht.visualization.layout.quadtree Support for spatial optimization of graph layout algorithms -
-
Uses of Node.Builder in org.jungrapht.visualization.layout.quadtree
Methods in org.jungrapht.visualization.layout.quadtree that return Node.Builder Modifier and Type Method Description static <T> Node.Builder<T>
Node. builder()
Node.Builder<T>
Node.Builder. withArea(double x, double y, double width, double height)
Node.Builder<T>
Node.Builder. withArea(Rectangle area)
Node.Builder<T>
Node.Builder. withTheta(double theta)
-