- cellHeight() - Method in class net.returnvoid.graphics.grid.TableGrid
-
Returns the height of any element in this grid.
- cellWidth() - Method in class net.returnvoid.graphics.grid.TableGrid
-
Returns the width of any element in this grid.
- centerSize() - Method in class net.returnvoid.graphics.shape.CurvedLens
-
Returns the number of coordinates that defines this shape (points on
center curve).
- clearObservers() - Method in class net.returnvoid.io.ColorPaletteLoader
-
Remove all observers from this loader.
- clearObservers() - Method in class net.returnvoid.io.ImageLoader
-
Remove all observers from this loader.
- Cluster - Interface in net.returnvoid.analytics
-
An interface to build clusters.
- Clustering - Interface in net.returnvoid.analytics
-
An interface to build clusterings.
- ClusteringHelper - Class in net.returnvoid.analytics
-
This class provides basic clustering solutions to learn clusterings and to
evaluate these clusterings.
- COLOR_PALETTE - Static variable in class net.returnvoid.io.DataLoader
-
File type: COLOR_PALETTE (.color.json)
- ColorCluster - Class in net.returnvoid.analytics
-
- ColorCluster(RColor) - Constructor for class net.returnvoid.analytics.ColorCluster
-
Builds a new cluster without any member but with a set mean.
- ColorCluster(RColor, ColorDifferenceMeasure) - Constructor for class net.returnvoid.analytics.ColorCluster
-
Builds a new cluster without any member but with a set mean.
- ColorClustering - Class in net.returnvoid.analytics
-
A class to store color clusterings.
- ColorClustering(ColorCluster[], int) - Constructor for class net.returnvoid.analytics.ColorClustering
-
Builds a new clustering from a given set of clusters.
- ColorClusteringBuilder - Class in net.returnvoid.analytics
-
A class to build multiple color clusterings with the same trainings data but
with different number of clusters.
- ColorClusteringBuilder(PApplet) - Constructor for class net.returnvoid.analytics.ColorClusteringBuilder
-
Builds a new ColorClusteringBuilder with minK=2, maxK=30 and RGBEuclidean
as ColorDifferenceMeasure.
- ColorClusteringBuilder(PApplet, ColorDifferenceMeasure) - Constructor for class net.returnvoid.analytics.ColorClusteringBuilder
-
Builds a new ColorClusteringBuilder with minK=2, maxK=30 and m as
ColorDifferenceMeasure.
- ColorDifference - Class in net.returnvoid.color
-
A collection of functions to calculate the difference / distance or the
similarity between colors.
- ColorDifferenceMeasure - Enum in net.returnvoid.color
-
A collection of valid distance measures for colors.
- ColorHelper - Class in net.returnvoid.color
-
A collection of static functions in relationship to RColor and
ColorDifference.
- ColorPalette - Class in net.returnvoid.color
-
Class for storing multiple colors.
- ColorPalette() - Constructor for class net.returnvoid.color.ColorPalette
-
Builds an empty color palette.
- ColorPalette(String) - Constructor for class net.returnvoid.color.ColorPalette
-
Builds an ColorPalette out of a JSON-styled String.
- ColorPalette(RColor[]) - Constructor for class net.returnvoid.color.ColorPalette
-
Creates a color palette with the given colors.
- ColorPalette(ArrayList<RColor>) - Constructor for class net.returnvoid.color.ColorPalette
-
Creates a color palette with the given colors.
- ColorPalette(int[]) - Constructor for class net.returnvoid.color.ColorPalette
-
Creates a color palette with the given colors.
- ColorPaletteLoader - Class in net.returnvoid.io
-
ColorPaletteLoader will handle to load files from type ".color.json".
- ColorPaletteLoader(PApplet) - Constructor for class net.returnvoid.io.ColorPaletteLoader
-
Builds the ColorPaletteLoader and registers the KeyEvent to the parent
(PApplet).
- ColorPaletteLoader(PApplet, String) - Constructor for class net.returnvoid.io.ColorPaletteLoader
-
Builds the ColorPaletteLoader and registers the KeyEvent to the parent
(PApplet).
- ColorPaletteLoader(PApplet, String, String) - Constructor for class net.returnvoid.io.ColorPaletteLoader
-
Builds the ColorPaletteLoader and registers the KeyEvent to the parent
(PApplet).
- ColorPaletteUpdateObserver - Interface in net.returnvoid.io
-
An interface to build observers which want to be informed with a
ColorPalette.
- ColorSpace - Enum in net.returnvoid.color
-
A collection of valid color spaces.
- colorsToClusters(RColor[], ColorDifferenceMeasure) - Static method in class net.returnvoid.analytics.ClusteringHelper
-
Builds new ColorClusters from a given set of colors.
- columns() - Method in class net.returnvoid.graphics.grid.TableGrid
-
Returns the number of columns of this grid.
- computeHeight(float) - Method in class net.returnvoid.graphics.shape.CurvedLens
-
Computes the thickness of the lens on a certain point in the shape.
- computeLoss(Cluster[]) - Static method in class net.returnvoid.analytics.ClusteringHelper
-
Computed the mean loss of the given clusters.
- computeMinMax() - Method in class net.returnvoid.graphics.shape.Curve
-
Forces to calculate the bounds of this shape and store them.
- computeMinMax() - Method in class net.returnvoid.graphics.shape.CurvedLens
-
Forces to calculate the bounds of this shape and store them.
- computeMinMax() - Method in class net.returnvoid.graphics.shape.Ellipse
-
Forces to calculate the bounds of this shape and store them.
- computeMinMax() - Method in class net.returnvoid.graphics.shape.Line
-
Forces to calculate the bounds of this shape and store them.
- computeMinMax() - Method in class net.returnvoid.graphics.shape.LineSegments
-
Forces to calculate the bounds of this shape and store them.
- computeMinMax() - Method in class net.returnvoid.graphics.shape.Rect
-
Forces to calculate the bounds of this shape and store them.
- constrain(float, float, float) - Static method in class net.returnvoid.tools.RMath
-
Constrains a float value to the give min and max. min and max are both
included in the range.
- constrain(int, int, int) - Static method in class net.returnvoid.tools.RMath
-
Constrains a float value to the give min and max. min and max are both
included in the range.
- contains(RColor, RColor[]) - Static method in class net.returnvoid.color.ColorHelper
-
Checks if ref is member of colors.
- contains(RColor, ArrayList<RColor>) - Static method in class net.returnvoid.color.ColorHelper
-
Checks if ref is member of colors.
- convert(RColor, ColorSpace) - Static method in class net.returnvoid.color.ColorHelper
-
Converts the input color c into the given target color space.
- convert(RColor, ColorDifferenceMeasure) - Static method in class net.returnvoid.color.ColorHelper
-
Converts the input color c into a appropriate color model defined by the
ColorDifferenceMeasure.
- convert(RColor[], ColorSpace) - Static method in class net.returnvoid.color.ColorHelper
-
Converts the input colors c into the given color space.
- convert(ArrayList<RColor>, ColorSpace) - Static method in class net.returnvoid.color.ColorHelper
-
Converts the input colors c into the given color space.
- copy(RColor[]) - Static method in class net.returnvoid.color.ColorHelper
-
Creates a copy array of the given input.
- copy(ArrayList<RColor>) - Static method in class net.returnvoid.color.ColorHelper
-
Creates a copy array of the given input.
- copy() - Method in class net.returnvoid.color.ColorPalette
-
Creates a true copy of this palette.
- copy() - Method in class net.returnvoid.color.HSBColor
-
- copy() - Method in class net.returnvoid.color.LabColor
-
- copy() - Method in class net.returnvoid.color.LCHColor
-
- copy() - Method in interface net.returnvoid.color.RColor
-
Creates a deep copy of the object.
- copy() - Method in class net.returnvoid.color.RGBColor
-
- copy() - Method in class net.returnvoid.color.XYZColor
-
- copy() - Method in class net.returnvoid.graphics.shape.Curve
-
- copy() - Method in class net.returnvoid.graphics.shape.CurvedLens
-
- copy() - Method in class net.returnvoid.graphics.shape.Ellipse
-
- copy() - Method in class net.returnvoid.graphics.shape.Line
-
- copy() - Method in class net.returnvoid.graphics.shape.LineSegments
-
- copy() - Method in class net.returnvoid.graphics.shape.Rect
-
- copy() - Method in interface net.returnvoid.graphics.shape.RShape
-
Builds and returns a true copy of this shape.
- createEllipse() - Static method in class net.returnvoid.graphics.grid.GridMaker
-
Creates an ellipsoid grid.
- createEllipse(float, float) - Static method in class net.returnvoid.graphics.grid.GridMaker
-
Creates an ellipsoid grid.
- createEllipse(float, float, float) - Static method in class net.returnvoid.graphics.grid.GridMaker
-
Creates an ellipsoid grid.
- createEllipse(float, float, float, int) - Static method in class net.returnvoid.graphics.grid.GridMaker
-
Creates an ellipsoid grid.
- createEquiSpiral() - Static method in class net.returnvoid.graphics.grid.GridMaker
-
Creates a spiral grid.
- createEquiSpiral(float, float) - Static method in class net.returnvoid.graphics.grid.GridMaker
-
Creates a spiral grid.
- createEquiSpiral(float, float, float) - Static method in class net.returnvoid.graphics.grid.GridMaker
-
Creates a spiral grid.
- createEquiSpiral(float, float, float, float) - Static method in class net.returnvoid.graphics.grid.GridMaker
-
Creates a spiral grid.
- createEquiSpiral(float, float, float, float, float) - Static method in class net.returnvoid.graphics.grid.GridMaker
-
Creates a spiral grid.
- createSpiral() - Static method in class net.returnvoid.graphics.grid.GridMaker
-
Creates a spiral grid.
- createSpiral(float, float) - Static method in class net.returnvoid.graphics.grid.GridMaker
-
Creates a spiral grid.
- createSpiral(float, float, float) - Static method in class net.returnvoid.graphics.grid.GridMaker
-
Creates a spiral grid.
- createSpiral(float, float, float, float) - Static method in class net.returnvoid.graphics.grid.GridMaker
-
Creates a spiral grid.
- createSpiral(float, float, float, float, float) - Static method in class net.returnvoid.graphics.grid.GridMaker
-
Creates a spiral grid.
- createSpiral(float, float, int, float, float) - Static method in class net.returnvoid.graphics.grid.GridMaker
-
Creates a spiral grid.
- createTable() - Static method in class net.returnvoid.graphics.grid.GridMaker
-
Creates a table grid (a grid that is defined by rows and columns).
- createTable(float, float, int) - Static method in class net.returnvoid.graphics.grid.GridMaker
-
Creates a table grid (a grid that is defined by rows and columns).
- createTable(float, float, int, int) - Static method in class net.returnvoid.graphics.grid.GridMaker
-
Creates a table grid (a grid that is defined by rows and columns).
- createTable(float, float, float, float, int) - Static method in class net.returnvoid.graphics.grid.GridMaker
-
Creates a table grid (a grid that is defined by rows and columns).
- createTable(float, float, float, float, int, int) - Static method in class net.returnvoid.graphics.grid.GridMaker
-
Creates a table grid (a grid that is defined by rows and columns).
- CSV - Static variable in class net.returnvoid.io.DataLoader
-
File type: CSV (.csv)
- Curve - Class in net.returnvoid.graphics.shape
-
A class for building and transforming curves (Catmull-Rom Curves).
- Curve(PApplet) - Constructor for class net.returnvoid.graphics.shape.Curve
-
Builds an empty shape.
- Curve(PApplet, PVector[]) - Constructor for class net.returnvoid.graphics.shape.Curve
-
Builds an curve that follows the given coordinates.
- CurvedLens - Class in net.returnvoid.graphics.shape
-
A class for building and transforming lenses that a deformed by a curve
(Catmull-Rom Curves).
- CurvedLens(PApplet, PVector[], float) - Constructor for class net.returnvoid.graphics.shape.CurvedLens
-
Builds a new CurvedLens shape with the given parameters.
- curvePoint(float) - Method in class net.returnvoid.graphics.shape.Curve
-
Calculates a point on the curve.
- curveTangent(float) - Method in class net.returnvoid.graphics.shape.Curve
-
Calculates the tangent in a point of the curve.