public class ScaleSettings extends Object
Constructor and Description |
---|
ScaleSettings() |
Modifier and Type | Method and Description |
---|---|
AutoScaleSettings |
autoScale()
Get the autoScale value.
|
FixedScaleSettings |
fixedScale()
Get the fixedScale value.
|
ScaleSettings |
withAutoScale(AutoScaleSettings autoScale)
Set the autoScale value.
|
ScaleSettings |
withFixedScale(FixedScaleSettings fixedScale)
Set the fixedScale value.
|
public FixedScaleSettings fixedScale()
public ScaleSettings withFixedScale(FixedScaleSettings fixedScale)
fixedScale
- the fixedScale value to setpublic AutoScaleSettings autoScale()
public ScaleSettings withAutoScale(AutoScaleSettings autoScale)
autoScale
- the autoScale value to setCopyright © 2019. All rights reserved.