Package org.activiti.bpmn
Class BPMNLayout.TreeNode
- java.lang.Object
-
- org.activiti.bpmn.BPMNLayout.TreeNode
-
- Enclosing class:
- BPMNLayout
protected static class BPMNLayout.TreeNode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Objectcellprotected BPMNLayout.TreeNodechildprotected BPMNLayout.Polygoncontourprotected doubleheightprotected BPMNLayout.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 BPMNLayout.TreeNode child
-
next
protected BPMNLayout.TreeNode next
-
contour
protected BPMNLayout.Polygon contour
-
-