Uses of Class
com.arctorus.documents.TextureMirrorType

Packages that use TextureMirrorType
com.arctorus.documents   
 

Uses of TextureMirrorType in com.arctorus.documents
 

Methods in com.arctorus.documents that return TextureMirrorType
 TextureMirrorType Texture.getMirrorType()
          Return mirror type of a texture.
static TextureMirrorType TextureMirrorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TextureMirrorType[] TextureMirrorType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.arctorus.documents with parameters of type TextureMirrorType
 void Texture.setMirrorType(TextureMirrorType mirrorType)
          Set mirror type of a texture.