net.sf.jame.mandelbrot.extensions.fractal.outcolouring
Class ColorConfig
java.lang.Object
net.sf.jame.core.extension.ExtensionConfig
net.sf.jame.mandelbrot.fractal.outcolouring.extension.OutcolouringFormulaExtensionConfig
net.sf.jame.mandelbrot.extensions.fractal.outcolouring.AbstractOutcolouringFormulaConfig
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
| 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 |
ColorConfig
public ColorConfig()
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)