de.grogra.imp3d
Class VolumeAttribute
java.lang.Object
de.grogra.graph.Attribute<T>
de.grogra.graph.ObjectAttribute
de.grogra.imp3d.VolumeAttribute
- All Implemented Interfaces:
- Described, KeyDescription, java.lang.Comparable
public final class VolumeAttribute
- extends ObjectAttribute
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.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 |
ATTRIBUTE
public static final VolumeAttribute ATTRIBUTE
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