Package com.mxgraph.layout
Class mxCompactTreeLayout.TreeNode
- java.lang.Object
-
- com.mxgraph.layout.mxCompactTreeLayout.TreeNode
-
- Enclosing class:
- mxCompactTreeLayout
protected static class mxCompactTreeLayout.TreeNode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Object
cell
protected mxCompactTreeLayout.TreeNode
child
protected mxCompactTreeLayout.Polygon
contour
protected double
height
protected mxCompactTreeLayout.TreeNode
next
protected double
offsetX
protected double
offsetY
protected double
width
protected double
x
protected double
y
-
Constructor Summary
Constructors Constructor Description TreeNode(java.lang.Object cell)
-
-
-
Field Detail
-
cell
protected java.lang.Object cell
-
x
protected double x
-
y
protected double y
-
width
protected double width
-
height
protected double height
-
offsetX
protected double offsetX
-
offsetY
protected double offsetY
-
child
protected mxCompactTreeLayout.TreeNode child
-
next
protected mxCompactTreeLayout.TreeNode next
-
contour
protected mxCompactTreeLayout.Polygon contour
-
-