Class LabelOverlay
- java.lang.Object
-
- org.primefaces.model.diagram.overlay.LabelOverlay
-
- All Implemented Interfaces:
Serializable,Overlay
public class LabelOverlay extends Object implements Overlay, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LabelOverlay()LabelOverlay(String label)LabelOverlay(String label, String styleClass, double location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()doublegetLocation()StringgetStyleClass()StringgetType()voidsetLabel(String label)voidsetLocation(double location)voidsetStyleClass(String styleClass)StringtoJS(StringBuilder sb)
-
-
-
Method Detail
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getStyleClass
public String getStyleClass()
-
setStyleClass
public void setStyleClass(String styleClass)
-
getLocation
public double getLocation()
-
setLocation
public void setLocation(double location)
-
toJS
public String toJS(StringBuilder sb)
-
-