net.sf.jame.mandelbrot
Class MandelbrotRuntime
java.lang.Object
net.sf.jame.core.config.RuntimeElement
net.sf.jame.mandelbrot.MandelbrotRuntime
public class MandelbrotRuntime
- extends RuntimeElement
- Author:
- Andrea Medeghini
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MandelbrotRuntime
public MandelbrotRuntime(MandelbrotConfig config)
- Parameters:
config -
dispose
public void dispose()
- Description copied from class:
RuntimeElement
- Disposes the element resources. The default implementation does nothing.
- Overrides:
dispose in class RuntimeElement
- See Also:
RuntimeElement.dispose()
getMandelbrotFractal
public MandelbrotFractalRuntimeElement getMandelbrotFractal()
- Returns the fractal.
- Returns:
- the fractal.
isMandelbrotMode
public boolean isMandelbrotMode()
- Returns:
getConstant
public DoubleVector2D getConstant()
- Returns:
getViewChanged
public boolean getViewChanged()
- Returns:
isViewChanged
public boolean isViewChanged()
- Returns:
isChanged
public boolean isChanged()
- Description copied from class:
RuntimeElement
- Tests and resets the change counter.
- Overrides:
isChanged in class RuntimeElement
- Returns:
- true if the change counter is greater than 0.
- See Also:
RuntimeElement.isChanged()