protected static class BPMNLayout.TreeNode extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
cell |
protected BPMNLayout.TreeNode |
child |
protected BPMNLayout.Polygon |
contour |
protected double |
height |
protected BPMNLayout.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 BPMNLayout.TreeNode child
protected BPMNLayout.TreeNode next
protected BPMNLayout.Polygon contour
public TreeNode(Object cell)
Copyright © 2016 Alfresco. All rights reserved.