|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<TextureType> com.alee.extended.painter.TextureType
public enum TextureType
This enumeration contains list of exising predefined textures for TexturePainter class.
TexturePainter
Enum Constant Summary | |
---|---|
alpha
Alpha layer texture. |
|
darkLinen
Dark linen cloth texture. |
|
darkMaze
Dark maze texture. |
|
escheresque
Escheresque texture. |
|
graphy
Graphy texture. |
|
illusion
Illusion texture. |
|
lightMaze
Light maze texture. |
|
linen
Linen cloth texture. |
|
none
Empty texture. |
|
washedWall
Washed wall texture. |
|
wildOliva
Wild oliva texture. |
Method Summary | |
---|---|
java.awt.image.BufferedImage |
getTexture()
Returns texture image. |
static TextureType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TextureType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final TextureType none
public static final TextureType linen
public static final TextureType darkLinen
public static final TextureType graphy
public static final TextureType illusion
public static final TextureType escheresque
public static final TextureType wildOliva
public static final TextureType darkMaze
public static final TextureType lightMaze
public static final TextureType washedWall
public static final TextureType alpha
Method Detail |
---|
public static TextureType[] values()
for (TextureType c : TextureType.values()) System.out.println(c);
public static TextureType 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.awt.image.BufferedImage getTexture()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |