|
||||||||||
| 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.incolouring.extension.IncolouringFormulaExtensionRuntime<T>
net.sf.jame.mandelbrot.extensions.fractal.incolouring.AbstractIncolouringFormulaRuntime<T>
net.sf.jame.mandelbrot.extensions.fractal.incolouring.AbstractIncolouringPaletteRuntime<UniversalConfig>
net.sf.jame.mandelbrot.extensions.fractal.incolouring.UniversalRuntime
public class UniversalRuntime
| Field Summary |
|---|
| Fields inherited from class net.sf.jame.mandelbrot.extensions.fractal.incolouring.AbstractIncolouringPaletteRuntime |
|---|
colorTable, formulaRuntime, maxColors, palette |
| Constructor Summary | |
|---|---|
UniversalRuntime()
|
|
| Method Summary | |
|---|---|
void |
configReloaded()
Called when config is changed. |
boolean |
isChanged()
Tests and resets the change counter. |
boolean |
isSolidGuessAllowed()
|
void |
prepareForRendering(RenderingFormulaExtensionRuntime<?> formulaRuntime,
int maxColors)
Sets the iterations. |
protected int |
renderIndex(RenderedPoint cp)
|
| Methods inherited from class net.sf.jame.mandelbrot.extensions.fractal.incolouring.AbstractIncolouringPaletteRuntime |
|---|
renderColor, renderColor |
| Methods inherited from class net.sf.jame.mandelbrot.extensions.fractal.incolouring.AbstractIncolouringFormulaRuntime |
|---|
dispose, isHorizontalSymetryAllowed, isVerticalSymetryAllowed |
| Methods inherited from class net.sf.jame.core.extension.ConfigurableExtensionRuntime |
|---|
getConfig, setConfig, valueChanged |
| Methods inherited from class net.sf.jame.core.config.RuntimeElement |
|---|
changeCount, finalize, fireChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UniversalRuntime()
| Method Detail |
|---|
public boolean isSolidGuessAllowed()
isSolidGuessAllowed in class AbstractIncolouringFormulaRuntime<UniversalConfig>AbstractIncolouringFormulaRuntime.isSolidGuessAllowed()
public void prepareForRendering(RenderingFormulaExtensionRuntime<?> formulaRuntime,
int maxColors)
IncolouringFormulaExtensionRuntime
prepareForRendering in class AbstractIncolouringPaletteRuntime<UniversalConfig>maxColors - the number of colours.net.sf.jame.mandelbrot.extensions.fractal.outcolouring.AbstractOutcolouringPaletteRuntime#prepareForRendering(int)protected int renderIndex(RenderedPoint cp)
renderIndex in class AbstractIncolouringPaletteRuntime<UniversalConfig>AbstractIncolouringPaletteRuntime.renderIndex(net.sf.jame.mandelbrot.renderer.RenderedPoint)public boolean isChanged()
RuntimeElement
isChanged in class AbstractIncolouringPaletteRuntime<UniversalConfig>RuntimeElement.isChanged()public void configReloaded()
ConfigurableExtensionRuntime
configReloaded in class AbstractIncolouringPaletteRuntime<UniversalConfig>AbstractIncolouringPaletteRuntime.configReloaded()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||