Class Node.Builder<T>
- java.lang.Object
-
- org.jungrapht.visualization.layout.quadtree.Node.Builder<T>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node<T>
build()
Node.Builder<T>
withArea(double x, double y, double width, double height)
Node.Builder<T>
withArea(Rectangle area)
Node.Builder<T>
withTheta(double theta)
-
-
-
Field Detail
-
theta
protected double theta
-
area
protected Rectangle area
-
-
Method Detail
-
withArea
public Node.Builder<T> withArea(double x, double y, double width, double height)
-
withArea
public Node.Builder<T> withArea(Rectangle area)
-
withTheta
public Node.Builder<T> withTheta(double theta)
-
-