|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.persistence.ShareableBase de.grogra.pf.registry.ItemReference de.grogra.rgg.Curve
@Deprecated public class Curve
Nested Class Summary | |
---|---|
static class |
Curve.Type
Deprecated. |
Field Summary | |
---|---|
static Curve.Type |
$TYPE
Deprecated. |
Fields inherited from class de.grogra.pf.registry.ItemReference |
---|
item, itemResolved, name$FIELD, object, objectResolved |
Constructor Summary | |
---|---|
Curve(java.lang.String name)
Deprecated. |
Method Summary | |
---|---|
boolean |
dependsOnContext()
Deprecated. Determines whether this object actually depends on context. |
int |
getDegree(GraphState gs)
Deprecated. |
int |
getDimension(GraphState gs)
Deprecated. |
float |
getKnot(int dim,
int index,
GraphState gs)
Deprecated. |
ManageableType |
getManageableType()
Deprecated. |
int |
getSize(GraphState gs)
Deprecated. |
int |
getVertex(float[] out,
int index,
GraphState gs)
Deprecated. |
boolean |
isRational(GraphState gs)
Deprecated. |
BSplineCurve |
resolve()
Deprecated. |
void |
writeStamp(Cache.Entry cache,
GraphState gs)
Deprecated. Writes a stamp of the context into cache . |
Methods inherited from class de.grogra.pf.registry.ItemReference |
---|
createItem, equals, getName, hashCode, resolveItem, resolveObject |
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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Curve.Type $TYPE
Constructor Detail |
---|
public Curve(java.lang.String name)
Method Detail |
---|
public boolean dependsOnContext()
ContextDependent
dependsOnContext
in interface ContextDependent
true
iff this object depends on contextpublic int getDegree(GraphState gs)
getDegree
in interface BSplineCurve
public int getDimension(GraphState gs)
getDimension
in interface VertexSet
public float getKnot(int dim, int index, GraphState gs)
getKnot
in interface KnotVector
public ManageableType getManageableType()
getManageableType
in interface Manageable
public int getSize(GraphState gs)
getSize
in interface VertexList
public int getVertex(float[] out, int index, GraphState gs)
getVertex
in interface VertexSet
public boolean isRational(GraphState gs)
isRational
in interface VertexSet
public BSplineCurve resolve()
public void writeStamp(Cache.Entry cache, GraphState gs)
ContextDependent
cache
. Based on
this stamp, a cache detects whether the context of this
object has changed or not.
writeStamp
in interface ContextDependent
cache
- a cache entry to write the stampgs
- the current graph state
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |