Class RectangleEndPoint

java.lang.Object
org.primefaces.model.diagram.endpoint.EndPoint
org.primefaces.model.diagram.endpoint.RectangleEndPoint
All Implemented Interfaces:
Serializable

public class RectangleEndPoint extends EndPoint
See Also:
  • Constructor Details

    • RectangleEndPoint

      public RectangleEndPoint()
    • RectangleEndPoint

      public RectangleEndPoint(EndPointAnchor anchor)
    • RectangleEndPoint

      public RectangleEndPoint(EndPointAnchor anchor, int width, int height)
  • Method Details

    • getWidth

      public int getWidth()
    • setWidth

      public void setWidth(int width)
    • getHeight

      public int getHeight()
    • setHeight

      public void setHeight(int height)
    • getType

      public String getType()
      Specified by:
      getType in class EndPoint
    • toJS

      public String toJS(StringBuilder sb)
      Specified by:
      toJS in class EndPoint