| Package | Description |
|---|---|
| com.orchestranetworks.addon.dmdv.data |
Provides common classes for the Data value graphs API.
|
| Modifier and Type | Method and Description |
|---|---|
LinkShapeType |
LinkStyle.getShapeType()
Returns shape of the link.
|
static LinkShapeType |
LinkShapeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkShapeType[] |
LinkShapeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinkStyle.setShapeType(LinkShapeType shapeType)
Sets shape of the link.
|