public static enum SVGButtonBase.SVGFaceName extends Enum<SVGButtonBase.SVGFaceName>
Enum Constant and Description |
---|
DOWN
face shown when button is down
|
DOWN_DISABLED
face shown when button is down and disabled
|
DOWN_HOVERING
face shown when the cursor is hovering over a down enabled button
|
UP
face shown when button is up
|
UP_DISABLED
face shown when button is up and disabled
|
UP_HOVERING
face shown when the cursor is hovering over an up enabled button
|
Modifier and Type | Method and Description |
---|---|
static SVGButtonBase.SVGFaceName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SVGButtonBase.SVGFaceName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SVGButtonBase.SVGFaceName UP
public static final SVGButtonBase.SVGFaceName UP_DISABLED
public static final SVGButtonBase.SVGFaceName UP_HOVERING
public static final SVGButtonBase.SVGFaceName DOWN
public static final SVGButtonBase.SVGFaceName DOWN_DISABLED
public static final SVGButtonBase.SVGFaceName DOWN_HOVERING
public static SVGButtonBase.SVGFaceName[] values()
for (SVGButtonBase.SVGFaceName c : SVGButtonBase.SVGFaceName.values()) System.out.println(c);
public static SVGButtonBase.SVGFaceName valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018. All Rights Reserved.