Class Connector
- java.lang.Object
-
- org.primefaces.model.diagram.connector.Connector
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BezierConnector,FlowChartConnector,StateMachineConnector,StraightConnector
public abstract class Connector extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Connector()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description StringgetHoverPaintStyle()StringgetPaintStyle()abstract StringgetType()voidsetHoverPaintStyle(String hoverPaintStyle)voidsetPaintStyle(String paintStyle)abstract StringtoJS(StringBuilder sb)
-
-
-
Method Detail
-
getPaintStyle
public String getPaintStyle()
-
setPaintStyle
public void setPaintStyle(String paintStyle)
-
getHoverPaintStyle
public String getHoverPaintStyle()
-
setHoverPaintStyle
public void setHoverPaintStyle(String hoverPaintStyle)
-
getType
public abstract String getType()
-
toJS
public abstract String toJS(StringBuilder sb)
-
-