Class BPMNShapeHandler.NodeInfo

  • Enclosing class:
    BPMNShapeHandler

    public static class BPMNShapeHandler.NodeInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeInfo​(java.lang.String nodeRef)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getHeight()  
      java.lang.String getNodeRef()  
      java.lang.Integer getWidth()  
      java.lang.Integer getX()  
      java.lang.Integer getY()  
      void setHeight​(java.lang.Integer height)  
      void setWidth​(java.lang.Integer width)  
      void setX​(java.lang.Integer x)  
      void setY​(java.lang.Integer y)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeInfo

        public NodeInfo​(java.lang.String nodeRef)
    • Method Detail

      • getNodeRef

        public java.lang.String getNodeRef()
      • getX

        public java.lang.Integer getX()
      • setX

        public void setX​(java.lang.Integer x)
      • getY

        public java.lang.Integer getY()
      • setY

        public void setY​(java.lang.Integer y)
      • getWidth

        public java.lang.Integer getWidth()
      • setWidth

        public void setWidth​(java.lang.Integer width)
      • getHeight

        public java.lang.Integer getHeight()
      • setHeight

        public void setHeight​(java.lang.Integer height)