Package | Description |
---|---|
org.primefaces.model.diagram.endpoint |
Modifier and Type | Method and Description |
---|---|
EndPointAnchor |
EndPoint.getAnchor() |
static EndPointAnchor |
EndPointAnchor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndPointAnchor[] |
EndPointAnchor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EndPoint.setAnchor(EndPointAnchor anchor) |
Constructor and Description |
---|
BlankEndPoint(EndPointAnchor anchor) |
DotEndPoint(EndPointAnchor anchor) |
DotEndPoint(EndPointAnchor anchor,
int radius) |
EndPoint(EndPointAnchor anchor) |
ImageEndPoint(EndPointAnchor anchor,
String path) |
RectangleEndPoint(EndPointAnchor anchor) |
RectangleEndPoint(EndPointAnchor anchor,
int width,
int height) |
Copyright © 2015. All rights reserved.