| Package | Description |
|---|---|
| com.orchestranetworks.addon.dmdv.data |
Provides common classes for the Data value graphs API.
|
| Modifier and Type | Method and Description |
|---|---|
LinkLineType |
LinkStyle.getLineType()
Returns type of the link.
|
static LinkLineType |
LinkLineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkLineType[] |
LinkLineType.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.setLineType(LinkLineType lineType)
Sets type of the link.
|