| Package | Description |
|---|---|
| com.orchestranetworks.addon.dmdv.template.bean |
Provides common classes to build a node template.
|
| Modifier and Type | Method and Description |
|---|---|
static MarginType |
MarginType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarginType[] |
MarginType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
NodeElement.getMargin(MarginType marginType)
Returns the margin around this element.
|
void |
NodeElement.setMargin(MarginType marginType,
int value)
Sets the empty area around this element.
|