Class BPMNLayout.TreeNode

  • Enclosing class:
    BPMNLayout

    protected static class BPMNLayout.TreeNode
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TreeNode​(java.lang.Object cell)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • TreeNode

        public TreeNode​(java.lang.Object cell)