|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Observable
backend.spheremodel.SphereBasicObject
backend.spheremodel.SphereMultiPointBase
public abstract class SphereMultiPointBase
SphereMultiPointBase is a base class for classes such as spherical circles or lines that need to be represented by many points and small line segments
| Constructor Summary | |
|---|---|
SphereMultiPointBase()
|
|
| Method Summary | |
|---|---|
abstract int |
getNumVerticies()
should return the number of vertices on this line |
abstract javax.vecmath.Point3f[] |
getPointsOnLine()
getPointsOnLine should return the points to create this line |
| Methods inherited from class backend.spheremodel.SphereBasicObject |
|---|
addChild, getChild, getChildCount, getSelected, isBeingRemoved, isHidden, notifyFamily, removeChild, setBeingRemoved, setHidden, setSelected |
| Methods inherited from class java.util.Observable |
|---|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SphereMultiPointBase()
| Method Detail |
|---|
public abstract javax.vecmath.Point3f[] getPointsOnLine()
public abstract int getNumVerticies()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||