|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jame.core.config.RuntimeElement
net.sf.jame.core.extension.ExtensionRuntime
net.sf.jame.core.extension.ConfigurableExtensionRuntime<T>
net.sf.jame.mandelbrot.fractal.orbittrap.extension.OrbitTrapExtensionRuntime<T>
net.sf.jame.mandelbrot.extensions.fractal.orbittrap.AbstractOrbitTrapRuntime<T>
public abstract class AbstractOrbitTrapRuntime<T extends OrbitTrapExtensionConfig>
| Field Summary | |
|---|---|
protected DoubleVector2D |
center
|
| Constructor Summary | |
|---|---|
AbstractOrbitTrapRuntime()
|
|
| Method Summary | |
|---|---|
void |
dispose()
Disposes the element resources. |
void |
prepareForProcessing(DoubleVector2D center)
|
| Methods inherited from class net.sf.jame.mandelbrot.fractal.orbittrap.extension.OrbitTrapExtensionRuntime |
|---|
processPoint, renderOrbitTrap, renderPoint |
| Methods inherited from class net.sf.jame.core.extension.ConfigurableExtensionRuntime |
|---|
configReloaded, getConfig, setConfig, valueChanged |
| Methods inherited from class net.sf.jame.core.config.RuntimeElement |
|---|
changeCount, finalize, fireChanged, isChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DoubleVector2D center
| Constructor Detail |
|---|
public AbstractOrbitTrapRuntime()
| Method Detail |
|---|
public void prepareForProcessing(DoubleVector2D center)
prepareForProcessing in class OrbitTrapExtensionRuntime<T extends OrbitTrapExtensionConfig>net.sf.jame.mandelbrot.fractal.orbittrap.extension.OrbitTrapExtensionRuntime#prepareForProcessing(net.sf.jame.core.util.DoubleVector2D, double, double)public void dispose()
RuntimeElement
dispose in class ConfigurableExtensionRuntime<T extends OrbitTrapExtensionConfig>RuntimeElement.dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||