public static enum StyleConstants.FillMode extends Enum<StyleConstants.FillMode>
| Enum Constant and Description |
|---|
DYN_PLAIN |
GRADIENT_DIAGONAL1 |
GRADIENT_DIAGONAL2 |
GRADIENT_HORIZONTAL |
GRADIENT_RADIAL |
GRADIENT_VERTICAL |
IMAGE_SCALED |
IMAGE_SCALED_RATIO_MAX |
IMAGE_SCALED_RATIO_MIN |
IMAGE_TILED |
NONE |
PLAIN |
| Modifier and Type | Method and Description |
|---|---|
static StyleConstants.FillMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleConstants.FillMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleConstants.FillMode NONE
public static final StyleConstants.FillMode PLAIN
public static final StyleConstants.FillMode DYN_PLAIN
public static final StyleConstants.FillMode GRADIENT_RADIAL
public static final StyleConstants.FillMode GRADIENT_HORIZONTAL
public static final StyleConstants.FillMode GRADIENT_VERTICAL
public static final StyleConstants.FillMode GRADIENT_DIAGONAL1
public static final StyleConstants.FillMode GRADIENT_DIAGONAL2
public static final StyleConstants.FillMode IMAGE_TILED
public static final StyleConstants.FillMode IMAGE_SCALED
public static final StyleConstants.FillMode IMAGE_SCALED_RATIO_MAX
public static final StyleConstants.FillMode IMAGE_SCALED_RATIO_MIN
public static StyleConstants.FillMode[] values()
for (StyleConstants.FillMode c : StyleConstants.FillMode.values()) System.out.println(c);
public static StyleConstants.FillMode 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 © 2015. All rights reserved.