net.sf.jame.mandelbrot.extensions.fractal.outcolouring
Class ColorConfig

java.lang.Object
  extended by net.sf.jame.core.extension.ExtensionConfig
      extended by net.sf.jame.mandelbrot.fractal.outcolouring.extension.OutcolouringFormulaExtensionConfig
          extended by net.sf.jame.mandelbrot.extensions.fractal.outcolouring.AbstractOutcolouringFormulaConfig
              extended by net.sf.jame.mandelbrot.extensions.fractal.outcolouring.ColorConfig
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class ColorConfig
extends AbstractOutcolouringFormulaConfig

Author:
Andrea Medeghini
See Also:
Serialized Form

Constructor Summary
ColorConfig()
           
 
Method Summary
 ColorConfig clone()
           
protected  void createConfigElements()
          Called to create the configuration elements.
 boolean equals(java.lang.Object obj)
           
 Color32bit getColor()
           
protected  ColorElement getColorElement()
           
 java.util.List<ConfigElement> getConfigElements()
          Returns the elements list.
 Color32bit getDefaultColor()
           
 void setColor(Color32bit color)
           
 
Methods inherited from class net.sf.jame.core.extension.ExtensionConfig
addChangeListener, dispose, disposeConfigElements, finalize, fireValueChanged, getContext, getExtensionId, getExtensionReference, initConfigElements, removeChangeListener, setContext
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorConfig

public ColorConfig()
Method Detail

createConfigElements

protected void createConfigElements()
Description copied from class: ExtensionConfig
Called to create the configuration elements.

Overrides:
createConfigElements in class ExtensionConfig

getConfigElements

public java.util.List<ConfigElement> getConfigElements()
Description copied from class: ExtensionConfig
Returns the elements list.

Overrides:
getConfigElements in class ExtensionConfig
Returns:
the elements list.
See Also:
ExtensionConfig.getConfigElements()

setColor

public void setColor(Color32bit color)
Parameters:
color -

getColor

public Color32bit getColor()
Returns:
the color.

getDefaultColor

public Color32bit getDefaultColor()
Returns:
the default color.

getColorElement

protected ColorElement getColorElement()
Returns:

clone

public ColorConfig clone()
Specified by:
clone in class ExtensionConfig
Returns:
See Also:
Object.clone()

equals

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