camera3d
Class TransformType

java.lang.Object
  extended bycamera3d.TransformType

public class TransformType
extends java.lang.Object

Defines the types of tranformations allowed. It is an implementation of the typesafe enumeration design pattern.

Version:
1.0
Author:
Fábio Roberto de Miranda, Carlos da Silva dos Santos

Field Summary
static TransformType NONE
          No transformation type.
static TransformType ROTATION
          Rotation transformation type.
static TransformType SCALING
          Scaling transformation type.
static TransformType TRANSLATION
          Translation transformation type.
 
Method Summary
 java.lang.String toString()
          Returns a String identifying the transformation type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ROTATION

public static final TransformType ROTATION
Rotation transformation type.


TRANSLATION

public static final TransformType TRANSLATION
Translation transformation type.


SCALING

public static final TransformType SCALING
Scaling transformation type.


NONE

public static final TransformType NONE
No transformation type.

Method Detail

toString

public java.lang.String toString()
Returns a String identifying the transformation type.



Copyright © 2001-2003 F.R. Miranda, C.S. Santos, J.E. Kogler Jr.. All Rights Reserved.