de.grogra.imp.objects
Class Vector2dAttribute

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

public class Vector2dAttribute
extends Tuple2dAttribute


Nested Class Summary
 
Nested classes/interfaces inherited from class de.grogra.graph.ObjectAttribute
ObjectAttribute.IdentityAccessor
 
Field Summary
static Type TYPE
           
 
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
Vector2dAttribute()
           
Vector2dAttribute(Quantity quantity)
           
 
Method Summary
 java.lang.Object cloneValue(java.lang.Object value)
           
 java.lang.Object toType(java.lang.Object value, Type t)
           
 java.lang.Object valueOf(java.lang.Object value)
           
 
Methods inherited from class de.grogra.graph.ObjectAttribute
get, getDerived, set, setDerived, setObject, setSubfield
 
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

TYPE

public static final Type TYPE
Constructor Detail

Vector2dAttribute

public Vector2dAttribute()

Vector2dAttribute

public Vector2dAttribute(Quantity quantity)
Method Detail

cloneValue

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

toType

public java.lang.Object toType(java.lang.Object value,
                               Type t)
Overrides:
toType in class ObjectAttribute

valueOf

public java.lang.Object valueOf(java.lang.Object value)
Overrides:
valueOf in class ObjectAttribute