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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArrowOverlay()ArrowOverlay(int width, int length, double location, int direction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDirection()doublegetFoldback()intgetLength()doublegetLocation()StringgetPaintStyle()StringgetType()intgetWidth()voidsetDirection(int direction)voidsetFoldback(double foldback)voidsetLength(int length)voidsetLocation(double location)voidsetPaintStyle(String paintStyle)voidsetWidth(int width)StringtoJS(StringBuilder sb)
-
-
-
Method Detail
-
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)
-
toJS
public String toJS(StringBuilder sb)
-
-