backend.spheremodel
Class SphereMultiPointBase

java.lang.Object
  extended by java.util.Observable
      extended by backend.spheremodel.SphereBasicObject
          extended by backend.spheremodel.SphereMultiPointBase
Direct Known Subclasses:
SphereCircleModel, SphereLineModel

public abstract class SphereMultiPointBase
extends SphereBasicObject

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

SphereMultiPointBase

public SphereMultiPointBase()
Method Detail

getPointsOnLine

public abstract javax.vecmath.Point3f[] getPointsOnLine()
getPointsOnLine should return the points to create this line


getNumVerticies

public abstract int getNumVerticies()
should return the number of vertices on this line