vmm.spacecurve.parametric
Class SphericalCurve.DotCloudSphere

java.lang.Object
  extended by vmm.core.Decoration
      extended by vmm.core3D.DotCloudSurface
          extended by vmm.spacecurve.parametric.SphericalCurve.DotCloudSphere
Enclosing class:
SphericalCurve

protected class SphericalCurve.DotCloudSphere
extends DotCloudSurface

Defines the dot cloud sphere of radius one on which the curve lies.


Field Summary
 
Fields inherited from class vmm.core.Decoration
decorationNeedsRedraw
 
Constructor Summary
protected SphericalCurve.DotCloudSphere()
           
 
Method Summary
protected  Vector3D makeRandomPixel(java.util.Random randomNumberGenerator)
           
 
Methods inherited from class vmm.core3D.DotCloudSurface
computeDrawData, doDraw, getColor, getDotCount, setColor, setDotCount
 
Methods inherited from class vmm.core.Decoration
addChangeListener, addExtraXML, fireDecorationChangeEvent, forceRedraw, getLayer, readExtraXML, removeChangeListener, setLayer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SphericalCurve.DotCloudSphere

protected SphericalCurve.DotCloudSphere()
Method Detail

makeRandomPixel

protected Vector3D makeRandomPixel(java.util.Random randomNumberGenerator)
Specified by:
makeRandomPixel in class DotCloudSurface