Uses of Class
com.alee.extended.painter.TextureType

Packages that use TextureType
com.alee.extended.painter   
 

Uses of TextureType in com.alee.extended.painter
 

Fields in com.alee.extended.painter declared as TextureType
protected  TextureType TexturePainter.textureType
          Texture type.
 

Methods in com.alee.extended.painter that return TextureType
 TextureType TexturePainter.getTextureType()
          Returns texture type.
static TextureType TextureType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TextureType[] TextureType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alee.extended.painter with parameters of type TextureType
 void TexturePainter.setTextureType(TextureType textureType)
          Sets texture type.
 

Constructors in com.alee.extended.painter with parameters of type TextureType
TexturePainter(TextureType textureType)
          Constructs texture paint with the specified texture type.