Class ImageEndPoint
- java.lang.Object
-
- org.primefaces.model.diagram.endpoint.EndPoint
-
- org.primefaces.model.diagram.endpoint.ImageEndPoint
-
- All Implemented Interfaces:
Serializable
public class ImageEndPoint extends EndPoint
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageEndPoint()
ImageEndPoint(EndPointAnchor anchor, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPath()
String
getType()
void
setPath(String path)
String
toJS(StringBuilder sb)
-
Methods inherited from class org.primefaces.model.diagram.endpoint.EndPoint
equals, getAnchor, getHoverStyle, getHoverStyleClass, getId, getMaxConnections, getOverlays, getScope, getStyle, getStyleClass, hashCode, isSource, isTarget, setAnchor, setHoverStyle, setHoverStyleClass, setId, setMaxConnections, setOverlays, setScope, setSource, setStyle, setStyleClass, setTarget
-
-
-
-
Constructor Detail
-
ImageEndPoint
public ImageEndPoint()
-
ImageEndPoint
public ImageEndPoint(EndPointAnchor anchor, String path)
-
-