net.sf.jame.mandelbrot.fractal.orbittrap.extension
Class OrbitTrapExtensionConfig

java.lang.Object
  extended by net.sf.jame.core.extension.ExtensionConfig
      extended by net.sf.jame.mandelbrot.fractal.orbittrap.extension.OrbitTrapExtensionConfig
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Direct Known Subclasses:
AbstractOrbitTrapConfig

public abstract class OrbitTrapExtensionConfig
extends ExtensionConfig

Author:
Andrea Medeghini
See Also:
Serialized Form

Constructor Summary
OrbitTrapExtensionConfig()
           
 
Method Summary
 
Methods inherited from class net.sf.jame.core.extension.ExtensionConfig
addChangeListener, clone, createConfigElements, dispose, disposeConfigElements, finalize, fireValueChanged, getConfigElements, getContext, getExtensionId, getExtensionReference, initConfigElements, removeChangeListener, setContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrbitTrapExtensionConfig

public OrbitTrapExtensionConfig()