de.grogra.imp3d
Class VolumeAttribute

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

public final class VolumeAttribute
extends ObjectAttribute


Nested Class Summary
 
Nested classes/interfaces inherited from class de.grogra.graph.ObjectAttribute
ObjectAttribute.IdentityAccessor
 
Field Summary
static VolumeAttribute ATTRIBUTE
           
 
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
 
Method Summary
protected  java.lang.Object getDerived(java.lang.Object object, boolean asNode, java.lang.Object placeIn, GraphState gs)
           
static Volume getVolume(java.lang.Object object, boolean asNode, GraphState gs)
           
 boolean isDerived()
          Determines whether this is a derived attribute or not.
 
Methods inherited from class de.grogra.graph.ObjectAttribute
get, 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, isWritable, setAttributeState, toArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ATTRIBUTE

public static final VolumeAttribute ATTRIBUTE
Method Detail

getDerived

protected java.lang.Object getDerived(java.lang.Object object,
                                      boolean asNode,
                                      java.lang.Object placeIn,
                                      GraphState gs)
Overrides:
getDerived in class ObjectAttribute

getVolume

public static Volume getVolume(java.lang.Object object,
                               boolean asNode,
                               GraphState gs)

isDerived

public boolean isDerived()
Description copied from class: Attribute
Determines whether this is a derived attribute or not.

Overrides:
isDerived in class Attribute
Returns:
true iff this is a derived attribute