net.sf.jame.mandelbrot.extensions.fractal.rendering
Class SINZConfig
java.lang.Object
net.sf.jame.core.extension.ExtensionConfig
net.sf.jame.mandelbrot.fractal.rendering.extension.RenderingFormulaExtensionConfig
net.sf.jame.mandelbrot.extensions.fractal.rendering.AbstractRenderingFormulaConfig
net.sf.jame.mandelbrot.extensions.fractal.rendering.SINZConfig
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class SINZConfig
- extends AbstractRenderingFormulaConfig
- Author:
- Andrea Medeghini
- See Also:
- Serialized Form
| Methods inherited from class net.sf.jame.mandelbrot.fractal.rendering.extension.RenderingFormulaExtensionConfig |
createConfigElements, dump, equals, getCenter, getCenterElement, getConfigElements, getIterations, getIterationsElement, getScale, getScaleElement, getThreshold, getThresholdElement, isMandelbrotModeAllowed, setCenter, setIterations, setScale, setThreshold, toString |
| 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, wait, wait, wait |
SINZConfig
public SINZConfig()
getDefaultThreshold
public java.lang.Double getDefaultThreshold()
- Specified by:
getDefaultThreshold in class RenderingFormulaExtensionConfig
- Returns:
- See Also:
RenderingFormulaExtensionConfig.getDefaultThreshold()
getDefaultIterations
public java.lang.Integer getDefaultIterations()
- Specified by:
getDefaultIterations in class RenderingFormulaExtensionConfig
- Returns:
- See Also:
RenderingFormulaExtensionConfig.getDefaultIterations()
getDefaultCenter
public DoubleVector2D getDefaultCenter()
- Specified by:
getDefaultCenter in class RenderingFormulaExtensionConfig
- Returns:
- See Also:
RenderingFormulaExtensionConfig.getDefaultCenter()
getDefaultScale
public DoubleVector2D getDefaultScale()
- Specified by:
getDefaultScale in class RenderingFormulaExtensionConfig
- Returns:
- See Also:
RenderingFormulaExtensionConfig.getDefaultScale()
getDefaultConstant
public Complex getDefaultConstant()
- Specified by:
getDefaultConstant in class RenderingFormulaExtensionConfig
- Returns:
- See Also:
RenderingFormulaExtensionConfig.getDefaultConstant()
getThresholdMin
public java.lang.Double getThresholdMin()
- Overrides:
getThresholdMin in class RenderingFormulaExtensionConfig
- Returns:
- See Also:
RenderingFormulaExtensionConfig.getThresholdMin()
getThresholdMax
public java.lang.Double getThresholdMax()
- Overrides:
getThresholdMax in class RenderingFormulaExtensionConfig
- Returns:
- See Also:
RenderingFormulaExtensionConfig.getThresholdMax()
getThresholdStep
public java.lang.Double getThresholdStep()
- Overrides:
getThresholdStep in class RenderingFormulaExtensionConfig
- Returns:
- See Also:
RenderingFormulaExtensionConfig.getThresholdStep()
getIterationsMin
public java.lang.Integer getIterationsMin()
- Overrides:
getIterationsMin in class RenderingFormulaExtensionConfig
- Returns:
- See Also:
RenderingFormulaExtensionConfig.getIterationsMin()
getIterationsMax
public java.lang.Integer getIterationsMax()
- Overrides:
getIterationsMax in class RenderingFormulaExtensionConfig
- Returns:
- See Also:
RenderingFormulaExtensionConfig.getIterationsMax()
getIterationsStep
public java.lang.Integer getIterationsStep()
- Overrides:
getIterationsStep in class RenderingFormulaExtensionConfig
- Returns:
- See Also:
RenderingFormulaExtensionConfig.getIterationsStep()
clone
public SINZConfig clone()
- Specified by:
clone in class ExtensionConfig
- Returns:
- See Also:
Object.clone()