Class ArrowOverlay
java.lang.Object
org.primefaces.model.diagram.overlay.ArrowOverlay
- All Implemented Interfaces:
Serializable,Overlay
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdoubleintdoublegetType()intgetWidth()voidsetDirection(int direction) voidsetFoldback(double foldback) voidsetLength(int length) voidsetLocation(double location) voidsetPaintStyle(String paintStyle) voidsetWidth(int width) toJS(StringBuilder sb)
-
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
-
setPaintStyle
-
getType
-
toJS
-