java.lang.Object
de.grogra.graph.Attribute
de.grogra.graph.ObjectAttribute
de.grogra.imp3d.VolumeAttribute
- All Implemented Interfaces:
Described,KeyDescription,Comparable
-
Nested Class Summary
Nested classes/interfaces inherited from class de.grogra.graph.ObjectAttribute
ObjectAttribute.IdentityAccessor -
Field Summary
FieldsFields inherited from class de.grogra.graph.Attribute
ATTRIBUTE_0, attrType, quantityFields inherited from interface de.grogra.util.Described
ACCELERATOR_KEY, ICON, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, TITLE -
Method Summary
Modifier and TypeMethodDescriptionvoiddrawFrustumIrregular(float height, float[] baseRadii, float[] topRadii, boolean baseClosed, boolean topclosed, float scaleV, Shader s, int highlight, Matrix4d t) protected ObjectgetDerived(Object object, boolean asNode, Object placeIn, GraphState gs) static VolumegetVolume(Object object, boolean asNode, GraphState gs) booleanDetermines whether this is a derived attribute or not.Methods inherited from class de.grogra.graph.ObjectAttribute
get, set, setDerived, setObject, setSubfield, toType, valueOfMethods 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
-
Field Details
-
ATTRIBUTE
-
-
Method Details
-
isDerived
public boolean isDerived()Description copied from class:AttributeDetermines whether this is a derived attribute or not. -
getDerived
- Overrides:
getDerivedin classObjectAttribute
-
getVolume
-
drawFrustumIrregular
-