ScaleType
.@Deprecated public static enum JBUI.ScaleType extends java.lang.Enum<JBUI.ScaleType>
Enum Constant and Description |
---|
OBJ_SCALE
Deprecated.
|
PIX_SCALE
Deprecated.
|
SYS_SCALE
Deprecated.
|
USR_SCALE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static JBUI.ScaleType |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static JBUI.ScaleType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JBUI.ScaleType USR_SCALE
public static final JBUI.ScaleType SYS_SCALE
public static final JBUI.ScaleType OBJ_SCALE
public static final JBUI.ScaleType PIX_SCALE
public static JBUI.ScaleType[] values()
for (JBUI.ScaleType c : JBUI.ScaleType.values()) System.out.println(c);
public static JBUI.ScaleType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null