| Package | Description |
|---|---|
| eu.mihosoft.vrl.workflow.fx |
| Modifier and Type | Method and Description |
|---|---|
ScaleBehavior |
ScalableContentPane.getScaleBehavior()
Gets the value of the property scaleBehavior.
|
static ScaleBehavior |
ScaleBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScaleBehavior[] |
ScaleBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<ScaleBehavior> |
ScalableContentPane.scaleBehaviorProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScalableContentPane.setScaleBehavior(ScaleBehavior behavior)
Sets the value of the property scaleBehavior.
|