public enum PresetTexture extends java.lang.Enum<PresetTexture>
| Enum Constant and Description |
|---|
BlueTissuePaper
Specifies the blue tissue paper texture
|
Bouquet
Specifies the bouquet texture.
|
BrownMarble
Specifies the brown marble texture.
|
Canvas
Specifies the canvas texture.
|
Cork
Specifies the cork texture.
|
Denim
Specifies the denim texture.
|
FishFossil
Specifies the fish fossil texture.
|
Granite
Specifies the granite texture.
|
GreenMarble
Specifies the green marble texture.
|
MediumWood
Specifies the medium wood texture.
|
Mixed
Used in some special shapes only.
|
Newsprint
Specifies the newsprint texture.
|
Oak
Specifies the oak texture.
|
PaperBag
Specifies the paper bag texture.
|
Papyrus
Specifies the papyrus texture.
|
Parchment
Specifies the parchment texture.
|
PinkTissuePaper
Specifies the pink tissue paper texture.
|
PurpleMesh
Specifies the purple mesh texture.
|
RecycledPaper
Specifies the recycled paper texture.
|
Sand
Specifies the sand texture.
|
Stationery
Specifies the stationery texture.
|
Walnut
Specifies the walnut texture.
|
WaterDroplets
Specifies the water droplets texture.
|
WhiteMarble
Specifies the white marble texture.
|
WovenMat
Specifies the woven mat texture.
|
| Modifier and Type | Method and Description |
|---|---|
static PresetTexture |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PresetTexture[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PresetTexture Papyrus
public static final PresetTexture Canvas
public static final PresetTexture Denim
public static final PresetTexture WovenMat
public static final PresetTexture WaterDroplets
public static final PresetTexture PaperBag
public static final PresetTexture FishFossil
public static final PresetTexture Sand
public static final PresetTexture GreenMarble
public static final PresetTexture WhiteMarble
public static final PresetTexture BrownMarble
public static final PresetTexture Granite
public static final PresetTexture Newsprint
public static final PresetTexture RecycledPaper
public static final PresetTexture Parchment
public static final PresetTexture Stationery
public static final PresetTexture BlueTissuePaper
public static final PresetTexture PinkTissuePaper
public static final PresetTexture PurpleMesh
public static final PresetTexture Bouquet
public static final PresetTexture Cork
public static final PresetTexture Walnut
public static final PresetTexture Oak
public static final PresetTexture MediumWood
public static final PresetTexture Mixed
public static PresetTexture[] values()
for (PresetTexture c : PresetTexture.values()) System.out.println(c);
public static PresetTexture 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