public class Scale
extends org.freedesktop.bindings.DoubleConstant
setScale()
.
The default, such as it is, is NORMAL
which represents a
scaling factor of 1.0
, (ie. no scaling).
In case you're wondering, these scaling constants are
(1.2)n
where n
is
1,2,3
for LARGE
, X_LARGE
,
XX_LARGE
, and -1,-2,-3
for
SMALL
, X_SMALL
, and
XX_SMALL
respectively.
public static final Scale LARGE
public static final Scale NORMAL
1.0
.public static final Scale SMALL
public static final Scale X_LARGE
public static final Scale X_SMALL
public static final Scale XX_LARGE
public static final Scale XX_SMALL