protected static class mxCompactTreeLayout.TreeNode
extends java.lang.Object
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 | 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-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.