Class BPMNLayout.TreeNode

java.lang.Object
org.activiti.bpmn.BPMNLayout.TreeNode
Enclosing class:
BPMNLayout

protected static class BPMNLayout.TreeNode extends Object
  • Field Details

    • cell

      protected 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
  • Constructor Details

    • TreeNode

      public TreeNode(Object cell)