net.sf.jame.mandelbrot.palette.formula
Class PaletteRendererFormulaConfigElement

java.lang.Object
  extended by net.sf.jame.core.config.AbstractConfigElement
      extended by net.sf.jame.mandelbrot.palette.formula.PaletteRendererFormulaConfigElement
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, ConfigElement

public class PaletteRendererFormulaConfigElement
extends AbstractConfigElement

Author:
Andrea Medeghini
See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_ID
           
 
Constructor Summary
PaletteRendererFormulaConfigElement()
          Constructs a new element.
 
Method Summary
 PaletteRendererFormulaConfigElement clone()
           
 void copyFrom(ConfigElement source)
           
 void dispose()
           
 boolean equals(java.lang.Object obj)
           
 ExtensionReferenceElement getExtensionElement()
           
 ExtensionReference getReference()
           
 void setContext(ConfigContext context)
          Sets the configuration context.
 void setReference(ExtensionReference reference)
           
 
Methods inherited from class net.sf.jame.core.config.AbstractConfigElement
addChangeListener, checkContext, finalize, fireConfigChanged, getClassId, getContext, getUserData, removeChangeListener, setUserData, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_ID

public static final java.lang.String CLASS_ID
See Also:
Constant Field Values
Constructor Detail

PaletteRendererFormulaConfigElement

public PaletteRendererFormulaConfigElement()
Constructs a new element.

Method Detail

setContext

public void setContext(ConfigContext context)
Description copied from class: AbstractConfigElement
Sets the configuration context.

Specified by:
setContext in interface ConfigElement
Overrides:
setContext in class AbstractConfigElement
Parameters:
context - the configuration context to set.
See Also:
ConfigurableExtensionReferenceElement.setContext(net.sf.jame.core.config.ConfigContext)

clone

public PaletteRendererFormulaConfigElement clone()
Specified by:
clone in interface ConfigElement
Specified by:
clone in class AbstractConfigElement
Returns:
See Also:
Object.clone()

copyFrom

public void copyFrom(ConfigElement source)
See Also:
ConfigElement.copyFrom(net.sf.jame.core.config.ConfigElement)

getReference

public ExtensionReference getReference()
Returns:

setReference

public void setReference(ExtensionReference reference)
Parameters:
reference -

getExtensionElement

public ExtensionReferenceElement getExtensionElement()
Returns:

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

dispose

public void dispose()
Specified by:
dispose in interface ConfigElement
Overrides:
dispose in class AbstractConfigElement
See Also:
AbstractConfigElement.dispose()