public static class NacDialog.Scaler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
heightScale
Scale the screen height by some fraction (0 <= x <= 1.0).
|
boolean |
isScaled
Check if the dialog has been scaled yet.
|
double |
widthScale
Scale the screen width by some fraction (0 <= x <= 1.0).
|
boolean |
wrapHeight
Wrap height content.
|
boolean |
wrapWidth
Wrap width content.
|
Constructor and Description |
---|
Scaler() |
Modifier and Type | Method and Description |
---|---|
void |
setHeightScale(double scale,
boolean wrap)
Set height scale.
|
void |
setWidthScale(double scale,
boolean wrap)
Set width scale.
|
public double heightScale
public double widthScale
public boolean wrapHeight
public boolean wrapWidth
public boolean isScaled