Class ArrowOverlay

java.lang.Object
org.primefaces.model.diagram.overlay.ArrowOverlay
All Implemented Interfaces:
Serializable, Overlay

public class ArrowOverlay extends Object implements Overlay, Serializable
See Also:
  • Constructor Details

    • ArrowOverlay

      public ArrowOverlay()
    • ArrowOverlay

      public ArrowOverlay(int width, int length, double location, int direction)
  • Method Details

    • getWidth

      public int getWidth()
    • setWidth

      public void setWidth(int width)
    • getLength

      public int getLength()
    • setLength

      public void setLength(int length)
    • getLocation

      public double getLocation()
    • setLocation

      public void setLocation(double location)
    • getDirection

      public int getDirection()
    • setDirection

      public void setDirection(int direction)
    • getFoldback

      public double getFoldback()
    • setFoldback

      public void setFoldback(double foldback)
    • getPaintStyle

      public String getPaintStyle()
    • setPaintStyle

      public void setPaintStyle(String paintStyle)
    • getType

      public String getType()
      Specified by:
      getType in interface Overlay
    • toJS

      public String toJS(StringBuilder sb)
      Specified by:
      toJS in interface Overlay