All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description Bound Represents a bound of two complex numbers: a minimum and a maximum.ColorGradient Represents a colour gradient.ComplexNumber Represents a complex number.DoubleTextField Text field for a double value.HistogramColorMapper An implementation of the algorithm described here: https://en.wikipedia.org/wiki/Mandelbrot_set#Histogram_coloringImageConfiguration Class to represent the configuration used to display an image of the mandelbrot set.ImageConfiguration.Builder A builder (using the builder design pattern) to create anImageConfiguration
.ImageConfigurationLoadException Exception thrown if there is an error loading the image configuration from file.ImageConfigurationManager Used to manage image configurations - allows new configurations to be added and stores the history so that actions can be undone/redone.ImageConfigurationSaveException Exception thrown if there is an error saving the image configuration to file.ImageGenerator Manages the creation of the mandelbrot image, allowing parameters to be set to modify the resultant image.InformInitialObjectProperty<T> This is a wrapper around theSimpleObjectProperty
class that offers a slightly modified addListner implementation, that calls the callback immediately with the current value.IntegerTextField Text field for an integer value.Main Main entry point to the application.MandelbrotSetIterationCountGenerator Implements the mandelbrot set calculations.SerializableColor This is a simple wrapper around the Color class which makes it serializable.TypedTextField<T,S extends javafx.beans.value.WritableValue<? super T>> A text field used to store a specific type.Validator<T> Interface to define a validator for a typed text field.View GUI for the explorer using JavaFX.