|
||||||||
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.graph.impl.ContextDependentBase de.grogra.math.Circular de.grogra.math.Circle
public class Circle
Nested Class Summary | |
---|---|
static class |
Circle.Type
|
Field Summary | |
---|---|
static Circle.Type |
$TYPE
|
static SCOType.Field |
radius$FIELD
|
Fields inherited from class de.grogra.math.Circular |
---|
intermediateArcs$FIELD, plane$FIELD, reverse$FIELD, startingAtCenter$FIELD |
Constructor Summary | |
---|---|
Circle()
|
|
Circle(float radius)
|
Method Summary | |
---|---|
protected float[] |
calculateCache(GraphState gs)
|
protected int |
getArcCount()
|
int |
getDimension(GraphState gs)
|
ManageableType |
getManageableType()
|
float |
getRadius()
|
void |
setRadius(float value)
|
Methods inherited from class de.grogra.math.Circular |
---|
dependsOnContext, getDegree, getIntermediateArcs, getKnot, getPlane, getSize, getVertex, getXClass, getXData, initXClass, isRational, isReverse, isStartingAtCenter, setIntermediateArcs, setPlane, setReverse, setStartingAtCenter |
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 |
---|
writeStamp |
Field Detail |
---|
public static final Circle.Type $TYPE
public static final SCOType.Field radius$FIELD
Constructor Detail |
---|
public Circle()
public Circle(float radius)
Method Detail |
---|
protected float[] calculateCache(GraphState gs)
calculateCache
in class Circular
protected int getArcCount()
getArcCount
in class Circular
public int getDimension(GraphState gs)
public ManageableType getManageableType()
public float getRadius()
public void setRadius(float value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |