de.grogra.imp.objects
Class Matrix3fAttribute

java.lang.Object
  extended by de.grogra.graph.Attribute<T>
      extended by de.grogra.graph.ObjectAttribute
          extended by de.grogra.imp.objects.Matrix3fAttribute
All Implemented Interfaces:
Described, KeyDescription, java.lang.Comparable

public class Matrix3fAttribute
extends ObjectAttribute


Nested Class Summary
 
Nested classes/interfaces inherited from class de.grogra.graph.ObjectAttribute
ObjectAttribute.IdentityAccessor
 
Field Summary
static Matrix3f IDENTITY
           
 
Fields inherited from class de.grogra.graph.Attribute
ATTRIBUTE_0, attrType, quantity
 
Fields inherited from interface de.grogra.util.Described
ACCELERATOR_KEY, ICON, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, TITLE
 
Constructor Summary
Matrix3fAttribute()
           
 
Method Summary
 java.lang.Object cloneValue(java.lang.Object value)
           
 
Methods inherited from class de.grogra.graph.ObjectAttribute
get, getDerived, set, setDerived, setObject, setSubfield, toType, valueOf
 
Methods inherited from class de.grogra.graph.Attribute
compareTo, find, forName, getAttributeState, getDescription, getId, getKey, getQuantity, getSimpleName, getType, hashCode, initializeI18N, initializeName, isContained, isDerived, isWritable, setAttributeState, toArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

IDENTITY

public static final Matrix3f IDENTITY
Constructor Detail

Matrix3fAttribute

public Matrix3fAttribute()
Method Detail

cloneValue

public java.lang.Object cloneValue(java.lang.Object value)