Uses of Class
com.arctorus.documents.TextureAlignmentType

Packages that use TextureAlignmentType
com.arctorus.documents   
 

Uses of TextureAlignmentType in com.arctorus.documents
 

Methods in com.arctorus.documents that return TextureAlignmentType
 TextureAlignmentType Texture.getAlignment()
          Return texture alignment type.
static TextureAlignmentType TextureAlignmentType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TextureAlignmentType[] TextureAlignmentType.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 TextureAlignmentType
 void Texture.setAlignment(TextureAlignmentType alignment)
          Set texture alignment type.