java.lang.Object
de.grogra.persistence.ShareableBase
de.grogra.graph.impl.ContextDependentBase
de.grogra.imp3d.objects.Sequence
- All Implemented Interfaces:
ContextDependent
,Manageable
,Shareable
- Direct Known Subclasses:
CurveSequence
,VertexSequence
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Sequence.Type
static final int
static final int
static final SCOType.Field
static final EnumerationType
static final SCOType.Field
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
calculateCache
(GraphState gs, Object info) protected abstract Object
calculateCache
(Matrix4d inv, ArrayList list, GraphState gs, Object info) protected Object
getCache
(GraphState gs) getName()
int
getPath()
void
void
setPath
(int value) protected abstract void
visitNode
(Object node, Object shape, ArrayList list, GraphState gs) Methods inherited from class de.grogra.graph.impl.ContextDependentBase
writeStamp
Methods inherited from class de.grogra.persistence.ShareableBase
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReference
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.grogra.graph.ContextDependent
dependsOnContext
Methods inherited from interface de.grogra.persistence.Manageable
getManageableType
-
Field Details
-
DOWNWARD
public static final int DOWNWARD- See Also:
-
DOWNWARD_AXIS
public static final int DOWNWARD_AXIS- See Also:
-
UPWARD_AXIS
public static final int UPWARD_AXIS- See Also:
-
UPWARD_BRANCH
public static final int UPWARD_BRANCH- See Also:
-
PATH_TYPE
-
$TYPE
-
name$FIELD
-
path$FIELD
-
-
Constructor Details
-
Sequence
public Sequence()
-
-
Method Details
-
getPath
public int getPath() -
setPath
public void setPath(int value) -
getName
-
setName
-
getCache
-
calculateCache
-
visitNode
-
calculateCache
-