Class Spatial.NoOp.DegenerateTreeVertex<V>
- java.lang.Object
-
- org.jungrapht.visualization.spatial.Spatial.NoOp.DegenerateTreeVertex<V>
-
-
Constructor Summary
Constructors Constructor Description DegenerateTreeVertex(LayoutModel<V> layoutModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rectangle2D
getBounds()
List<? extends TreeNode>
getChildren()
contains no children
-
-
-
Constructor Detail
-
DegenerateTreeVertex
public DegenerateTreeVertex(LayoutModel<V> layoutModel)
-
-
Method Detail
-
getBounds
public Rectangle2D getBounds()
-
getChildren
public List<? extends TreeNode> getChildren()
contains no children- Specified by:
getChildren
in interfaceTreeNode
- Returns:
-
-