protected static class mxCompactTreeLayout.TreeNode
extends java.lang.Object
Modifier and Type | Field and 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 and Description |
---|
TreeNode(java.lang.Object cell) |
protected java.lang.Object cell
protected double x
protected double y
protected double width
protected double height
protected double offsetX
protected double offsetY
protected mxCompactTreeLayout.TreeNode child
protected mxCompactTreeLayout.TreeNode next
protected mxCompactTreeLayout.Polygon contour
Copyright (c) 2010 Gaudenz Alder. All rights reserved.