Package | Description |
---|---|
org.primefaces.model.diagram.endpoint |
Modifier and Type | Method | 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 | Description |
---|---|---|
void |
EndPoint.setAnchor(EndPointAnchor anchor) |
Constructor | 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 © 2018. All rights reserved.