- RandelbrotFractalIterator - Class in org.sm.fraxion.fractals.divergent
-
The RandelbrotFractalIterator
class provides an implementation of the Randelbrot fractals.
- RandelbrotFractalIterator() - Constructor for class org.sm.fraxion.fractals.divergent.RandelbrotFractalIterator
-
Creates a RandelbrotFractalIterator
object and initialises it with the default noise level.
- recalc() - Method in class org.sm.fraxion.concurrent.IteratorController
-
Triggers a multithreaded recalculation of the current fractal.
- recolor() - Method in class org.sm.fraxion.gui.FractalPanel
-
Reinitialises the colour information and automatically applies the post-processing filters.
- renderSpider() - Method in class org.sm.fraxion.fractals.divergent.ADivergentFractalIterator
-
Returns whether or not the Spider fractal function is activated.
- renderSpider() - Method in class org.sm.fraxion.fractals.divergent.SpiderFractalIterator
-
Returns that the Spider fractal function is activated.
- reset() - Method in class org.sm.fraxion.gui.filters.FilterChain
-
Resets the filter chain.
- resetMainFractalOrbitStartingPoint() - Method in class org.sm.fraxion.fractals.AFractalIterator
-
Sets the starting point for orbit calculations of the main fractal to 0 + 0i.
- resetZoom() - Method in class org.sm.fraxion.gui.FractalPanel
-
Resets the zoom to the default region in the complex plane.
- revalidate() - Method in class org.sm.fraxion.gui.FractalPanel
-
- RootSequenceChooser - Class in org.sm.fraxion.gui.dialogs
-
The RootSequenceChooser
class provides a dialog for selecting a root sequence.
- RootSequenceChooser(JFrame, String) - Constructor for class org.sm.fraxion.gui.dialogs.RootSequenceChooser
-
Constructs a RootSequenceChooser
object.
- rotateImage() - Method in class org.sm.fraxion.fractals.divergent.ADivergentFractalIterator
-
Returns whether or not the image should be rotated 90 degrees clockwise.
- rotateImage() - Method in class org.sm.fraxion.fractals.divergent.ADoubleDivergentFractalIterator
-
Returns whether or not the image should be rotated 90 degrees clockwise.
- rotateImage() - Method in class org.sm.fraxion.fractals.divergent.ManowarFractalIterator
-
Returns that the image should not be rotated 90 degrees clockwise.