protected static class mxCompactTreeLayout.TreeNode extends Object
Modifier and Type | Field and Description |
---|---|
protected 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 |
protected 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
public TreeNode(Object cell)
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.