Skip navigation links
Fraxion
Sven Maerivoet
A B C D E F G H I K L M N O P Q R S T U V W Z 

C

CactusFractalIterator - Class in org.sm.fraxion.fractals.divergent
The CactusFractalIterator class provides an implementation of the Cactus fractals.
CactusFractalIterator() - Constructor for class org.sm.fraxion.fractals.divergent.CactusFractalIterator
 
calibrateColorRange(int) - Method in class org.sm.fraxion.gui.FractalPanel
Calibrates the range in the colouring parameters to the maximum number of iterations to use.
cancelSelected() - Method in class org.sm.fraxion.gui.dialogs.FilterSetupChooser
A callback function for when the cancel-button is selected.
clear() - Method in class org.sm.fraxion.gui.util.ZoomStack
Initialises the zoom stack.
clone() - Method in class org.sm.fraxion.gui.filters.AFilter
Clones (deep copy) the current filter.
clone() - Method in class org.sm.fraxion.gui.filters.BlurFilter
Clones (deep copy) the current filter.
clone() - Method in class org.sm.fraxion.gui.filters.EdgeFilter
Clones (deep copy) the current filter.
clone() - Method in class org.sm.fraxion.gui.filters.FilterChain
Clones (deep copy) the current filter chain.
clone() - Method in class org.sm.fraxion.gui.filters.IdentityFilter
Clones (deep copy) the current filter.
clone() - Method in class org.sm.fraxion.gui.filters.InvertFilter
Clones (deep copy) the current filter.
clone() - Method in class org.sm.fraxion.gui.filters.PosteriseFilter
Clones (deep copy) the current filter.
clone() - Method in class org.sm.fraxion.gui.filters.SharpenFilter
Clones (deep copy) the current filter.
clone() - Method in class org.sm.fraxion.gui.util.ZoomStack
Clones (deep copy) the current zoom stack.
CollatzFractalIterator - Class in org.sm.fraxion.fractals.divergent
The CollatzFractalIterator class provides an implementation of the Collatz fractal.
CollatzFractalIterator() - Constructor for class org.sm.fraxion.fractals.divergent.CollatzFractalIterator
 
ColoringParameters - Class in org.sm.fraxion.fractals.util
The ColoringParameters class provides a container for holding a fractal's colouring parameters.
ColoringParameters() - Constructor for class org.sm.fraxion.fractals.util.ColoringParameters
 
ColoringParameters.EColoringMethod - Enum in org.sm.fraxion.fractals.util
The different types of colourings.
ColoringParameters.EColorMapScaling - Enum in org.sm.fraxion.fractals.util
The different types of colour map scalings.
ColoringParameters.EColorMapUsage - Enum in org.sm.fraxion.fractals.util
The different types of colour map usages.
ColorLabelDecorator - Class in org.sm.fraxion.gui.util
The ColorLabelDecorator class provides a label decorator for a menu item showing a colour.
ColorLabelDecorator() - Constructor for class org.sm.fraxion.gui.util.ColorLabelDecorator
Constructs a ColorLabelDecorator object with a default black colour.
ColorLabelDecorator(Color) - Constructor for class org.sm.fraxion.gui.util.ColorLabelDecorator
Constructs a ColorLabelDecorator object with a specified colour.
ColorMapContinuousRangeChooser - Class in org.sm.fraxion.gui.dialogs
The ColorMapContinuousRangeChooser class provides a dialog for selecting a continuous colour map range.
ColorMapContinuousRangeChooser(JFrame, double) - Constructor for class org.sm.fraxion.gui.dialogs.ColorMapContinuousRangeChooser
Constructs a ColorMapContinuousRangeChooser object.
ColorMapCyclingParametersChooser - Class in org.sm.fraxion.gui.dialogs
The ColorMapCyclingParametersChooser class provides a dialog for selecting the colour map colour cycling parameters.
ColorMapCyclingParametersChooser(JFrame, int, double, boolean) - Constructor for class org.sm.fraxion.gui.dialogs.ColorMapCyclingParametersChooser
Constructs a ColorMapCyclingParametersChooser object.
ColorMapDiscreteRangeChooser - Class in org.sm.fraxion.gui.dialogs
The ColorMapDiscreteRangeChooser class provides a dialog for selecting a discrete colour map range.
ColorMapDiscreteRangeChooser(JFrame, int, int) - Constructor for class org.sm.fraxion.gui.dialogs.ColorMapDiscreteRangeChooser
Constructs a ColorMapDiscreteRangeChooser object.
ColorMapOffsetChooser - Class in org.sm.fraxion.gui.dialogs
The ColorMapOffsetChooser class provides a dialog for selecting the colour map offset.
ColorMapOffsetChooser(JFrame, double) - Constructor for class org.sm.fraxion.gui.dialogs.ColorMapOffsetChooser
Constructs a ColorMapOffsetChooser object.
ColorMapRepetitionChooser - Class in org.sm.fraxion.gui.dialogs
The ColorMapRepetitionChooser class provides a dialog for selecting the colour map repetition.
ColorMapRepetitionChooser(JFrame, double) - Constructor for class org.sm.fraxion.gui.dialogs.ColorMapRepetitionChooser
Constructs a ColorMapRepetitionChooser object.
ColorMapScalingParametersChooser - Class in org.sm.fraxion.gui.dialogs
The ColorMapScalingParametersChooser class provides a dialog for choosing colour map scaling parameters.
ColorMapScalingParametersChooser(JFrame, double, double) - Constructor for class org.sm.fraxion.gui.dialogs.ColorMapScalingParametersChooser
Constructs a ColorMapScalingParametersChooser object.
ComplexBoundsChooser - Class in org.sm.fraxion.gui.dialogs
The ComplexBoundsChooser class provides a dialog for choosing zooming coordinates in the complex plane.
ComplexBoundsChooser(JFrame, ComplexNumber, double, ComplexNumber, ComplexNumber) - Constructor for class org.sm.fraxion.gui.dialogs.ComplexBoundsChooser
Constructs a ComplexBoundsChooser object.
ConvergenceParametersChooser - Class in org.sm.fraxion.gui.dialogs
The ConvergenceParametersChooser class provides a dialog for selecting convergence parameters.
ConvergenceParametersChooser(JFrame, double, double, ComplexNumber) - Constructor for class org.sm.fraxion.gui.dialogs.ConvergenceParametersChooser
Constructs a ConvergenceParametersChooser object for the full parameter range (Newton-Raphson fractal).
ConvergenceParametersChooser(JFrame, double, ComplexNumber) - Constructor for class org.sm.fraxion.gui.dialogs.ConvergenceParametersChooser
Constructs a ConvergenceParametersChooser object for a limited parameter range (Nova fractal).
ConvergenceParametersChooser(JFrame, double) - Constructor for class org.sm.fraxion.gui.dialogs.ConvergenceParametersChooser
Constructs a ConvergenceParametersChooser object for a limited parameter range (Magnet fractals).
ConvergenceParametersChooser.EParameterSet - Enum in org.sm.fraxion.gui.dialogs
The various available parameter sets
convertComplexNumberToScreenLocation(ComplexNumber) - Method in class org.sm.fraxion.fractals.AFractalIterator
Helper method for converting a complex number to a screen location.
convertComplexNumberToScreenLocation(ComplexNumber, int, int) - Method in class org.sm.fraxion.fractals.AFractalIterator
Helper method for converting a complex number to a screen location.
convertScreenLocationToComplexNumber(ScreenLocation) - Method in class org.sm.fraxion.fractals.AFractalIterator
Helper method for converting a screen location to a complex number.
convertScreenLocationToComplexNumber(ScreenLocation, int, int) - Method in class org.sm.fraxion.fractals.AFractalIterator
Helper method for converting a screen location to a complex number.
A B C D E F G H I K L M N O P Q R S T U V W Z 
Skip navigation links
Fraxion
Sven Maerivoet