Enum Class PresetTexture
- All Implemented Interfaces:
Serializable,Comparable<PresetTexture>,Constable
Specifies texture to be used to fill a shape.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSpecifies the blue tissue paper textureSpecifies the bouquet texture.Specifies the brown marble texture.Specifies the canvas texture.Specifies the cork texture.Specifies the denim texture.Specifies the fish fossil texture.Specifies the granite texture.Specifies the green marble texture.Specifies the medium wood texture.Used in some special shapes only.Specifies the newsprint texture.Specifies the oak texture.Specifies the paper bag texture.Specifies the papyrus texture.Specifies the parchment texture.Specifies the pink tissue paper texture.Specifies the purple mesh texture.Specifies the recycled paper texture.Specifies the sand texture.Specifies the stationery texture.Specifies the walnut texture.Specifies the water droplets texture.Specifies the white marble texture.Specifies the woven mat texture. -
Method Summary
Modifier and TypeMethodDescriptionstatic PresetTextureReturns the enum constant of this class with the specified name.static PresetTexture[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Papyrus
Specifies the papyrus texture. -
Canvas
Specifies the canvas texture. -
Denim
Specifies the denim texture. -
WovenMat
Specifies the woven mat texture. -
WaterDroplets
Specifies the water droplets texture. -
PaperBag
Specifies the paper bag texture. -
FishFossil
Specifies the fish fossil texture. -
Sand
Specifies the sand texture. -
GreenMarble
Specifies the green marble texture. -
WhiteMarble
Specifies the white marble texture. -
BrownMarble
Specifies the brown marble texture. -
Granite
Specifies the granite texture. -
Newsprint
Specifies the newsprint texture. -
RecycledPaper
Specifies the recycled paper texture. -
Parchment
Specifies the parchment texture. -
Stationery
Specifies the stationery texture. -
BlueTissuePaper
Specifies the blue tissue paper texture -
PinkTissuePaper
Specifies the pink tissue paper texture. -
PurpleMesh
Specifies the purple mesh texture. -
Bouquet
Specifies the bouquet texture. -
Cork
Specifies the cork texture. -
Walnut
Specifies the walnut texture. -
Oak
Specifies the oak texture. -
MediumWood
Specifies the medium wood texture. -
Mixed
Used in some special shapes only.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-