| Modifier and Type | Method and Description |
|---|---|
ScaleMode |
ScaleModeAccessor.getScaleMode()
Retrieves the scale mode from the scale mode property.
|
static ScaleMode |
ScaleMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScaleMode[] |
ScaleMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScaleModeAccessor.ScaleModeMutator.setScaleMode(ScaleMode aScaleMode)
Sets the scale mode for the scale mode property.
|
B |
ScaleModeAccessor.ScaleModeBuilder.withScaleMode(ScaleMode aScaleMode)
Sets the scale mode for the scale mode property.
|
Copyright © 2018. All rights reserved.