public final enum

TextureRotationMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ casmi.graphics.element.TextureRotationMode

Class Overview

Enum for texture rotation modes.

Summary

Enum Values
TextureRotationMode  CLOCKWIZE  The rotation style to turn 90 degrees in a clockwise direction constant  
TextureRotationMode  COUNTERCLOCKWIZE  The rotation style to turn 90 degrees in a counterclockwise direction constant  
TextureRotationMode  HALF  The rotation style to turn 180 degrees constant  
Public Methods
static TextureRotationMode valueOf(String name)
final static TextureRotationMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final TextureRotationMode CLOCKWIZE

The rotation style to turn 90 degrees in a clockwise direction constant

public static final TextureRotationMode COUNTERCLOCKWIZE

The rotation style to turn 90 degrees in a counterclockwise direction constant

public static final TextureRotationMode HALF

The rotation style to turn 180 degrees constant

Public Methods

public static TextureRotationMode valueOf (String name)

public static final TextureRotationMode[] values ()