net.sf.jame.mandelbrot.extensions.color
Class SINRuntime

java.lang.Object
  extended by net.sf.jame.core.config.RuntimeElement
      extended by net.sf.jame.core.extension.ExtensionRuntime
          extended by net.sf.jame.core.extension.ConfigurableExtensionRuntime<T>
              extended by net.sf.jame.mandelbrot.color.extension.ColorRendererExtensionRuntime<T>
                  extended by net.sf.jame.mandelbrot.extensions.color.AbstractColorRendererRuntime<T>
                      extended by net.sf.jame.mandelbrot.extensions.color.AbstractPeriodicRuntime<SINConfig>
                          extended by net.sf.jame.mandelbrot.extensions.color.SINRuntime
All Implemented Interfaces:
java.util.EventListener, ValueChangeListener

public class SINRuntime
extends AbstractPeriodicRuntime<SINConfig>

Author:
Andrea Medeghini

Field Summary
 
Fields inherited from class net.sf.jame.mandelbrot.extensions.color.AbstractPeriodicRuntime
a, absoluteEnabled, amplitude, formulaElement, frequency, scale, t, timeEnabled, w
 
Constructor Summary
SINRuntime()
           
 
Method Summary
 double renderColor(RenderedPoint cp)
           
 
Methods inherited from class net.sf.jame.mandelbrot.extensions.color.AbstractPeriodicRuntime
configReloaded, isChanged, prepareForRendering
 
Methods inherited from class net.sf.jame.mandelbrot.extensions.color.AbstractColorRendererRuntime
dispose
 
Methods inherited from class net.sf.jame.core.extension.ConfigurableExtensionRuntime
getConfig, setConfig, valueChanged
 
Methods inherited from class net.sf.jame.core.config.RuntimeElement
changeCount, finalize, fireChanged
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SINRuntime

public SINRuntime()
Method Detail

renderColor

public double renderColor(RenderedPoint cp)
Specified by:
renderColor in class ColorRendererExtensionRuntime<SINConfig>
Returns:
the color.
See Also:
ColorRendererExtensionRuntime.renderColor(net.sf.jame.mandelbrot.renderer.RenderedPoint)