| Package | Description |
|---|---|
| eu.mihosoft.vrl.workflow.fx |
| Modifier and Type | Method and Description |
|---|---|
TranslateBehavior |
VCanvas.getTranslateBehavior()
Gets the value of the property translateBehavior.
|
static TranslateBehavior |
TranslateBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TranslateBehavior[] |
TranslateBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<TranslateBehavior> |
InnerCanvas.translateBehaviorProperty() |
ObjectProperty<TranslateBehavior> |
VCanvas.translateBehaviorProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
VCanvas.setTranslateBehavior(TranslateBehavior behavior)
Sets the value of the property translateBehavior.
|