net.sf.jame.mandelbrot.extensions.color
Class AbstractColorRendererRuntime<T extends ColorRendererExtensionConfig>

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>
All Implemented Interfaces:
java.util.EventListener, ValueChangeListener
Direct Known Subclasses:
AbstractPeriodicRuntime, ConstantRuntime

public abstract class AbstractColorRendererRuntime<T extends ColorRendererExtensionConfig>
extends ColorRendererExtensionRuntime<T>

Author:
Andrea Medeghini

Constructor Summary
AbstractColorRendererRuntime()
           
 
Method Summary
 void dispose()
          Disposes the element resources.
 
Methods inherited from class net.sf.jame.mandelbrot.color.extension.ColorRendererExtensionRuntime
prepareForRendering, renderColor
 
Methods inherited from class net.sf.jame.core.extension.ConfigurableExtensionRuntime
configReloaded, getConfig, setConfig, valueChanged
 
Methods inherited from class net.sf.jame.core.config.RuntimeElement
changeCount, finalize, fireChanged, isChanged
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractColorRendererRuntime

public AbstractColorRendererRuntime()
Method Detail

dispose

public void dispose()
Description copied from class: RuntimeElement
Disposes the element resources. The default implementation does nothing.

Overrides:
dispose in class ConfigurableExtensionRuntime<T extends ColorRendererExtensionConfig>
See Also:
RuntimeElement.dispose()