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.Objectcellprotected mxCompactTreeLayout.TreeNodechildprotected mxCompactTreeLayout.Polygoncontourprotected doubleheightprotected mxCompactTreeLayout.TreeNodenextprotected doubleoffsetXprotected doubleoffsetYprotected doublewidthprotected doublexprotected doubley
-
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
-
-