|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectde.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 ContextDependenttrue iff this object depends on contextpublic int getDegree(GraphState gs)
getDegree in interface BSplineCurvepublic int getDimension(GraphState gs)
getDimension in interface VertexSet
public float getKnot(int dim,
int index,
GraphState gs)
getKnot in interface KnotVectorpublic ManageableType getManageableType()
getManageableType in interface Manageablepublic int getSize(GraphState gs)
getSize in interface VertexList
public int getVertex(float[] out,
int index,
GraphState gs)
getVertex in interface VertexSetpublic boolean isRational(GraphState gs)
isRational in interface VertexSetpublic BSplineCurve resolve()
public void writeStamp(Cache.Entry cache,
GraphState gs)
ContextDependentcache. Based on
this stamp, a cache detects whether the context of this
object has changed or not.
writeStamp in interface ContextDependentcache - 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 | |||||||