Skip navigation links
A C D E F G H I J K L M N P R S T U V W X 

G

get(int) - Method in class net.returnvoid.analytics.ColorClustering
Returns the cluster with the given index.
get(int) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
Returns the clustering with the given index (the index doesn't equal to k - the number of clusters).
get(RColor) - Method in class net.returnvoid.color.ColorPalette
Returns a color of the palette which is similar to the input color.
get(PImage) - Method in class net.returnvoid.color.ColorPalette
Replaces all colors of all pixels of the input image with a color of the palette.
get(int) - Method in class net.returnvoid.color.ColorPalette
Returns the color at the given index or null if the index is out of bounds.
get(int) - Method in class net.returnvoid.graphics.grid.EquiSpiralGrid
Returns the location of the element with the given index.
get(int) - Method in class net.returnvoid.graphics.shape.Curve
 
get(int) - Method in class net.returnvoid.graphics.shape.CurvedLens
 
get(int) - Method in class net.returnvoid.graphics.shape.Ellipse
 
get(int) - Method in class net.returnvoid.graphics.shape.Line
 
get(int) - Method in class net.returnvoid.graphics.shape.LineSegments
 
get(int) - Method in class net.returnvoid.graphics.shape.Rect
 
get(int) - Method in interface net.returnvoid.graphics.shape.RShape
Returns the coordinate with index i.
get(int) - Method in class net.returnvoid.io.ColorPaletteLoader
 
get(int) - Method in class net.returnvoid.io.DataLoader
Loads (if necessary) and returns the file with the given index.
get(int) - Method in class net.returnvoid.io.ImageLoader
 
getA() - Method in class net.returnvoid.color.LabColor
Returns the current value of a of this color.
getAlpha() - Method in class net.returnvoid.color.HSBColor
 
getAlpha() - Method in class net.returnvoid.color.LabColor
 
getAlpha() - Method in class net.returnvoid.color.LCHColor
 
getAlpha() - Method in interface net.returnvoid.color.RColor
Returns the value of alpha / transparency.
getAlpha() - Method in class net.returnvoid.color.RGBColor
 
getAlpha() - Method in class net.returnvoid.color.XYZColor
 
getAngle(Integer) - Method in class net.returnvoid.graphics.grid.EllipseGrid
Returns the angle of an element with the given index.
getAngle(Integer) - Method in class net.returnvoid.graphics.grid.EquiSpiralGrid
Returns the angle of an element with the given index.
getAngle(Integer) - Method in class net.returnvoid.graphics.grid.SpiralGrid
Returns the angle of an element with the given index.
getAngleSteps() - Method in class net.returnvoid.graphics.grid.SpiralGrid
Returns the angle distance for each element.
getArcLength() - Method in class net.returnvoid.graphics.shape.Curve
Returns the true length of this curve.
getArcLength() - Method in class net.returnvoid.graphics.shape.LineSegments
Returns the arc length (sum of line lengths) of this shape.
getArea() - Method in class net.returnvoid.graphics.shape.CurvedLens
Returns the area (approx).
getArea() - Method in class net.returnvoid.graphics.shape.Ellipse
Returns the area.
getArea() - Method in class net.returnvoid.graphics.shape.Rect
Returns the area (width * height).
getB() - Method in class net.returnvoid.color.LabColor
Returns the current value of b of this color.
getBlue() - Method in class net.returnvoid.color.RGBColor
Returns the current value of blue of this color.
getBoundingBox() - Method in class net.returnvoid.graphics.shape.Curve
 
getBoundingBox() - Method in class net.returnvoid.graphics.shape.CurvedLens
 
getBoundingBox() - Method in class net.returnvoid.graphics.shape.Ellipse
 
getBoundingBox() - Method in class net.returnvoid.graphics.shape.Line
 
getBoundingBox() - Method in class net.returnvoid.graphics.shape.LineSegments
 
getBoundingBox() - Method in class net.returnvoid.graphics.shape.Rect
 
getBoundingBox() - Method in interface net.returnvoid.graphics.shape.RShape
Returns the bounding box of this shape (will mark the bounds of the shape).
getBrightness() - Method in class net.returnvoid.color.HSBColor
Returns the current value of brightness of this color.
getCenter() - Method in class net.returnvoid.graphics.shape.Curve
 
getCenter() - Method in class net.returnvoid.graphics.shape.CurvedLens
 
getCenter() - Method in class net.returnvoid.graphics.shape.Ellipse
 
getCenter() - Method in class net.returnvoid.graphics.shape.Line
 
getCenter() - Method in class net.returnvoid.graphics.shape.LineSegments
 
getCenter() - Method in class net.returnvoid.graphics.shape.Rect
 
getCenter() - Method in interface net.returnvoid.graphics.shape.RShape
Returns the center coordinate of this shape.
getChroma() - Method in class net.returnvoid.color.LabColor
Returns the current value of chroma of this color (equivalent to the chroma value of this color's LCH conversion).
getChroma(Float, Float) - Static method in class net.returnvoid.color.LabColor
Calculates the chroma value of a given set of a and b values.
getChroma() - Method in class net.returnvoid.color.LCHColor
Returns the current value of chroma of this color.
getCluster(Object) - Method in interface net.returnvoid.analytics.Clustering
Returns the cluster which is the most similar to the given parameter.
getCluster(Object) - Method in class net.returnvoid.analytics.ColorClustering
 
getCluster(int) - Method in class net.returnvoid.analytics.ColorClustering
Returns the cluster which is the most similar to the given color.
getCluster(RColor) - Method in class net.returnvoid.analytics.ColorClustering
Returns the cluster which is the most similar to the given color.
getClusterIndex(Object) - Method in class net.returnvoid.analytics.ColorClustering
Returns the index of the cluster which is the most similar to the input color.
getClusterIndex(int) - Method in class net.returnvoid.analytics.ColorClustering
Returns the index of the cluster which is the most similar to the input color.
getClusterIndex(RColor) - Method in class net.returnvoid.analytics.ColorClustering
Returns the index of the cluster which is the most similar to the input color.
getClustering() - Method in class net.returnvoid.analytics.ColorClusteringBuilder
Returns the clustering with optimal number of clusters for the given data.
getClustering(int) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
Returns the clustering with k number of clusters.
getClusters() - Method in interface net.returnvoid.analytics.Clustering
Returns all clusters of this clustering.
getClusters() - Method in class net.returnvoid.analytics.ColorClustering
 
getColor(String) - Static method in class net.returnvoid.color.ColorHelper
Converts a String, containing a hexadecimal number, to a color.
getColor(float...) - Static method in class net.returnvoid.color.ColorHelper
Converts input values to a color.
getColor() - Method in class net.returnvoid.color.HSBColor
 
getColor() - Method in class net.returnvoid.color.LabColor
 
getColor() - Method in class net.returnvoid.color.LCHColor
 
getColor() - Method in interface net.returnvoid.color.RColor
Returns a int representation of the current color.
getColor() - Method in class net.returnvoid.color.RGBColor
 
getColor() - Method in class net.returnvoid.color.XYZColor
 
getColorDifferenceMeasure() - Method in class net.returnvoid.analytics.ColorCluster
Returns the current ColorDifferenceMeasure.
getColorDifferenceMeasure() - Method in class net.returnvoid.analytics.ColorClustering
Returns the ColorDifferenceMeasure which is used to calculate the most similar cluster to a given color within the getCluster() and getClusterIndex() methods.
getColorDifferenceMeasure() - Method in class net.returnvoid.analytics.ColorClusteringBuilder
Returns the ColorDifferenceMeasure which defines the distance measure for the clustering process.
getColorDifferenceMeasure() - Method in class net.returnvoid.color.ColorPalette
Returns the current ColorDifferenceMeasure.
getColors() - Method in class net.returnvoid.analytics.ColorClusteringBuilder
Returns the source for the clusterings - the training colors.
getColors() - Method in class net.returnvoid.color.ColorPalette
Returns all colors of this palette (Shallow copies).
getColorSpace() - Method in class net.returnvoid.color.ColorPalette
Returns the current ColorSpace.
getColorSpace() - Method in class net.returnvoid.color.HSBColor
 
getColorSpace() - Method in class net.returnvoid.color.LabColor
 
getColorSpace() - Method in class net.returnvoid.color.LCHColor
 
getColorSpace() - Method in interface net.returnvoid.color.RColor
Returns the color space of the color.
getColorSpace() - Method in class net.returnvoid.color.RGBColor
 
getColorSpace() - Method in class net.returnvoid.color.XYZColor
 
getColumn(int) - Method in class net.returnvoid.graphics.grid.TableGrid
Returns the column index [0, rows()] with a given element index.
getColumnX(Integer) - Method in class net.returnvoid.graphics.grid.TableGrid
Returns the x-location of the column with a given column index.
getColumnY(Integer) - Method in class net.returnvoid.graphics.grid.TableGrid
Returns the y-location of the column with a given column index.
getCoordinates() - Method in class net.returnvoid.graphics.grid.EllipseGrid
 
getCoordinates() - Method in class net.returnvoid.graphics.grid.EquiSpiralGrid
 
getCoordinates() - Method in interface net.returnvoid.graphics.grid.RGrid
Returns all positions of all elements in the grid.
getCoordinates() - Method in class net.returnvoid.graphics.grid.SpiralGrid
 
getCoordinates() - Method in class net.returnvoid.graphics.grid.TableGrid
 
getCoordinates() - Method in class net.returnvoid.graphics.shape.Curve
 
getCoordinates() - Method in class net.returnvoid.graphics.shape.CurvedLens
 
getCoordinates() - Method in class net.returnvoid.graphics.shape.Ellipse
 
getCoordinates() - Method in class net.returnvoid.graphics.shape.Line
 
getCoordinates() - Method in class net.returnvoid.graphics.shape.LineSegments
 
getCoordinates() - Method in class net.returnvoid.graphics.shape.Rect
 
getCoordinates() - Method in interface net.returnvoid.graphics.shape.RShape
Returns all coordinates that defines this shape.
getCurrent() - Method in class net.returnvoid.io.ColorPaletteLoader
 
getCurrent() - Method in class net.returnvoid.io.DataLoader
Loads (if necessary) and returns the current file.
getCurrent() - Method in class net.returnvoid.io.ImageLoader
 
getCurve() - Method in class net.returnvoid.graphics.shape.CurvedLens
Returns the center curve.
getCurve() - Method in class net.returnvoid.graphics.shape.LineSegments
Converts this shape to a curve.
getDetails() - Method in class net.returnvoid.graphics.shape.CurvedLens
Returns the number of coordinates for the center curve.
getDetailScale() - Method in class net.returnvoid.graphics.shape.CurvedLens
Returns the detailsScale factor.
getDithered(RColor, float) - Method in class net.returnvoid.color.ColorPalette
Returns a color of the palette which is similar to the input color (but maybe not the most similar color).
getDithered(PImage, float) - Method in class net.returnvoid.color.ColorPalette
Replaces all colors of all pixels of the input image with a color of the palette.
getElementDistance() - Method in class net.returnvoid.graphics.grid.EquiSpiralGrid
The distance each element will have to its neighbors.
getElements() - Method in interface net.returnvoid.analytics.Cluster
Returns all cluster members.
getElements() - Method in class net.returnvoid.analytics.ColorCluster
 
getEnd() - Method in class net.returnvoid.graphics.shape.Curve
Returns the end coordinate for this shape.
getEnd() - Method in class net.returnvoid.graphics.shape.CurvedLens
Returns the end coordinate for this shape.
getEnd() - Method in class net.returnvoid.graphics.shape.Line
Returns the end coordinate for this shape.
getEnd() - Method in class net.returnvoid.graphics.shape.LineSegments
Returns the end coordinate for this shape.
getEndRadius() - Method in class net.returnvoid.graphics.grid.EquiSpiralGrid
Returns the radius which describes the position of the last element of this grid.
getEndRadius() - Method in class net.returnvoid.graphics.grid.SpiralGrid
Returns the radius which describes the position of the last element of this grid.
getFileName(int, boolean) - Method in class net.returnvoid.io.DataLoader
Gets the file name of the file with the given index.
getFileName(int) - Method in class net.returnvoid.io.DataLoader
Gets the file name of the file with the given index.
getFileName() - Method in class net.returnvoid.io.DataLoader
Gets the file name of the current file.
getFileName(boolean) - Method in class net.returnvoid.io.DataLoader
Gets the file name of the current file.
getFolder() - Method in class net.returnvoid.io.DataLoader
Returns the name of the folder of whom the files will be loaded.
getGreen() - Method in class net.returnvoid.color.RGBColor
Returns the current value of green of this color.
getHeight() - Method in class net.returnvoid.graphics.grid.EllipseGrid
 
getHeight(Integer) - Method in class net.returnvoid.graphics.grid.EllipseGrid
 
getHeight() - Method in class net.returnvoid.graphics.grid.EquiSpiralGrid
 
getHeight(Integer) - Method in class net.returnvoid.graphics.grid.EquiSpiralGrid
 
getHeight() - Method in interface net.returnvoid.graphics.grid.RGrid
Returns the current height of the grid.
getHeight(Integer) - Method in interface net.returnvoid.graphics.grid.RGrid
Returns the current height of the grid.
getHeight() - Method in class net.returnvoid.graphics.grid.SpiralGrid
 
getHeight(Integer) - Method in class net.returnvoid.graphics.grid.SpiralGrid
 
getHeight() - Method in class net.returnvoid.graphics.grid.TableGrid
 
getHeight(Integer) - Method in class net.returnvoid.graphics.grid.TableGrid
 
getHeight() - Method in class net.returnvoid.graphics.shape.CurvedLens
Returns the thickness of this lens.
getHeight() - Method in class net.returnvoid.graphics.shape.Ellipse
Returns the height of the ellipse.
getHeight() - Method in class net.returnvoid.graphics.shape.Rect
Returns the height of the rectangle.
getHexString() - Method in class net.returnvoid.color.HSBColor
 
getHexString() - Method in class net.returnvoid.color.LabColor
 
getHexString() - Method in class net.returnvoid.color.LCHColor
 
getHexString() - Method in interface net.returnvoid.color.RColor
Returns a String representation of the current color using hexadecimal numbers.
getHexString() - Method in class net.returnvoid.color.RGBColor
 
getHexString() - Method in class net.returnvoid.color.XYZColor
 
getHue() - Method in class net.returnvoid.color.HSBColor
Returns the current value of hue of this color.
getHue() - Method in class net.returnvoid.color.LabColor
Returns the current value of hue of this color (equivalent to the hue value of this color's LCH conversion).
getHue(double, double) - Static method in class net.returnvoid.color.LabColor
Calculates the hue value of a given set of a and b values.
getHue() - Method in class net.returnvoid.color.LCHColor
Returns the current value of hue of this color.
getIndex(RColor) - Method in class net.returnvoid.color.ColorPalette
Returns the index of the most similar color to the input color.
getInputImg() - Method in class net.returnvoid.analytics.ColorClusteringBuilder
Returns the source for the clusterings (colors will be sampled from this image) or null if no image is set.
getK() - Method in interface net.returnvoid.analytics.Clustering
The number of clusters to this clustering. k might differ from the getClusters().length, when empty clusters (clusters with no members) are automatically removed.
getK() - Method in class net.returnvoid.analytics.ColorClustering
 
getKeyValue(String, ArrayList<String>) - Static method in class net.returnvoid.tools.StringTools
Will maybe be moved to StringTools.
getKeyValue(String, String, boolean) - Static method in class net.returnvoid.tools.StringTools
Will maybe be moved to StringTools.
getKeyValue(String, String) - Static method in class net.returnvoid.tools.StringTools
Will maybe be moved to StringTools.
getLength() - Method in class net.returnvoid.graphics.shape.Curve
Returns the length (distance from start to end) of this curve.
getLength() - Method in class net.returnvoid.graphics.shape.CurvedLens
Returns the length (distance from start to end) of this shape.
getLength() - Method in class net.returnvoid.graphics.shape.Line
Returns the length (distance from start to end) of this line.
getLength() - Method in class net.returnvoid.graphics.shape.LineSegments
Returns the length (distance from start to end) of this shape.
getLine(int) - Method in class net.returnvoid.graphics.shape.LineSegments
Returns the line with the given index.
getLine() - Method in class net.returnvoid.graphics.shape.LineSegments
Converts this shape to a line which shares the same start and end as this shape.
getLines() - Method in class net.returnvoid.graphics.shape.LineSegments
Converts this shape to a lines (each segment will be a single line).
getLines() - Method in class net.returnvoid.graphics.shape.Rect
Converts the rectangle to four lines.
getLineSegments() - Method in class net.returnvoid.graphics.shape.Curve
Converts this shape to a LineSegments.
getLineSegments() - Method in class net.returnvoid.graphics.shape.CurvedLens
Returns the center LineSegments (raw version of the center curve).
getLineSegments() - Method in class net.returnvoid.graphics.shape.Rect
Converts the rectangle to LineSegments.
getLoadingDirectory() - Method in class net.returnvoid.io.DataLoader
Returns the path of the directory where all files of the given type will be loaded.
getLoss() - Method in interface net.returnvoid.analytics.Cluster
Caculates the loss / error of the cluster.
getLoss() - Method in interface net.returnvoid.analytics.Clustering
Returns the loss of the clustering (= mean loss of all clusters).
getLoss() - Method in class net.returnvoid.analytics.ColorCluster
 
getLoss() - Method in class net.returnvoid.analytics.ColorClustering
 
getLoss(RColor, RColor[], ColorDifferenceMeasure) - Static method in class net.returnvoid.color.ColorHelper
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, RColor[], ColorDifferenceMeasure, int, int) - Static method in class net.returnvoid.color.ColorHelper
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, ArrayList<RColor>, ColorDifferenceMeasure) - Static method in class net.returnvoid.color.ColorHelper
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, ArrayList<RColor>, ColorDifferenceMeasure, int, int) - Static method in class net.returnvoid.color.ColorHelper
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, RColor[], ColorDifferenceMeasure) - Static method in class net.returnvoid.color.HSBColor
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, RColor[], ColorDifferenceMeasure, int, int) - Static method in class net.returnvoid.color.HSBColor
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, ArrayList<RColor>, ColorDifferenceMeasure) - Static method in class net.returnvoid.color.HSBColor
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, ArrayList<RColor>, ColorDifferenceMeasure, int, int) - Static method in class net.returnvoid.color.HSBColor
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, RColor[], ColorDifferenceMeasure) - Static method in class net.returnvoid.color.LabColor
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, RColor[], ColorDifferenceMeasure, int, int) - Static method in class net.returnvoid.color.LabColor
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, ArrayList<RColor>, ColorDifferenceMeasure) - Static method in class net.returnvoid.color.LabColor
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, ArrayList<RColor>, ColorDifferenceMeasure, int, int) - Static method in class net.returnvoid.color.LabColor
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, RColor[], ColorDifferenceMeasure) - Static method in class net.returnvoid.color.LCHColor
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, RColor[], ColorDifferenceMeasure, int, int) - Static method in class net.returnvoid.color.LCHColor
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, ArrayList<RColor>, ColorDifferenceMeasure) - Static method in class net.returnvoid.color.LCHColor
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, ArrayList<RColor>, ColorDifferenceMeasure, int, int) - Static method in class net.returnvoid.color.LCHColor
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, RColor[], ColorDifferenceMeasure) - Static method in class net.returnvoid.color.RGBColor
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, RColor[], ColorDifferenceMeasure, int, int) - Static method in class net.returnvoid.color.RGBColor
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, ArrayList<RColor>, ColorDifferenceMeasure) - Static method in class net.returnvoid.color.RGBColor
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, ArrayList<RColor>, ColorDifferenceMeasure, int, int) - Static method in class net.returnvoid.color.RGBColor
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, RColor[], ColorDifferenceMeasure) - Static method in class net.returnvoid.color.XYZColor
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, RColor[], ColorDifferenceMeasure, int, int) - Static method in class net.returnvoid.color.XYZColor
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, ArrayList<RColor>, ColorDifferenceMeasure) - Static method in class net.returnvoid.color.XYZColor
Calculates the loss - the mean distance of all members of colors to rvMean.
getLoss(RColor, ArrayList<RColor>, ColorDifferenceMeasure, int, int) - Static method in class net.returnvoid.color.XYZColor
Calculates the loss - the mean distance of all members of colors to rvMean.
getLosses(Clustering[]) - Static method in class net.returnvoid.analytics.ClusteringHelper
Calculates the loss for all the clusterings in the given set.
getLuminance() - Method in class net.returnvoid.color.LabColor
Returns the current value of luminance of this color.
getLuminance() - Method in class net.returnvoid.color.LCHColor
Returns the current value of luminance of this color.
getMaxChroma() - Method in class net.returnvoid.color.ColorPalette
Returns the maximal chroma (perceived saturation) of the palette.
getMaxK() - Method in class net.returnvoid.analytics.ColorClusteringBuilder
Returns the maximal number of clusters for any clustering of this builder.
getMaxLuminance() - Method in class net.returnvoid.analytics.ColorClustering
Returns the maximal luminance of this clustering.
getMaxLuminance() - Method in class net.returnvoid.color.ColorPalette
Returns the maximal luminance (perceived brightness) of the palette.
getMean() - Method in interface net.returnvoid.analytics.Cluster
Returns the current mean of the cluster.
getMean() - Method in class net.returnvoid.analytics.ColorCluster
 
getMeanColor(ColorDifferenceMeasure, RColor...) - Static method in class net.returnvoid.color.ColorHelper
Returns the mean color of the given set colors using the color space defined by the ColorDifferenceMeasure m, e.g RGBEuclidean is mapped to RGBColor.
getMeanColor(RColor[], ColorDifferenceMeasure) - Static method in class net.returnvoid.color.ColorHelper
Returns the mean color of the given set colors using the color space defined by the ColorDifferenceMeasure m, e.g RGBEuclidean is mapped to RGBColor.
getMeanColor(ArrayList<RColor>, ColorDifferenceMeasure) - Static method in class net.returnvoid.color.ColorHelper
Returns the mean color of the given set colors using the color space defined by the ColorDifferenceMeasure m, e.g RGBEuclidean is mapped to RGBColor.
getMeanColor(RColor[], ColorSpace) - Static method in class net.returnvoid.color.ColorHelper
Returns the mean color of the given set colors using the color space defined by space.
getMeanColor(ArrayList<RColor>, ColorSpace) - Static method in class net.returnvoid.color.ColorHelper
Returns the mean color of the given set colors using the color space defined by space.
getMeanColor(RColor...) - Static method in class net.returnvoid.color.HSBColor
Calculates the mean color of the input colors
getMeanColor(ArrayList<RColor>) - Static method in class net.returnvoid.color.HSBColor
Calculates the mean color of the input colors
getMeanColor(int, int, RColor...) - Static method in class net.returnvoid.color.HSBColor
Calculates the mean color of the input colors.
getMeanColor(int, int, ArrayList<RColor>) - Static method in class net.returnvoid.color.HSBColor
Calculates the mean color of the input colors.
getMeanColor(RColor...) - Static method in class net.returnvoid.color.LabColor
Calculates the mean color of the input colors
getMeanColor(ArrayList<RColor>) - Static method in class net.returnvoid.color.LabColor
Calculates the mean color of the input colors
getMeanColor(int, int, RColor...) - Static method in class net.returnvoid.color.LabColor
Calculates the mean color of the input colors.
getMeanColor(int, int, ArrayList<RColor>) - Static method in class net.returnvoid.color.LabColor
Calculates the mean color of the input colors.
getMeanColor(RColor...) - Static method in class net.returnvoid.color.LCHColor
Calculates the mean color of the input colors
getMeanColor(ArrayList<RColor>) - Static method in class net.returnvoid.color.LCHColor
Calculates the mean color of the input colors
getMeanColor(int, int, RColor...) - Static method in class net.returnvoid.color.LCHColor
Calculates the mean color of the input colors.
getMeanColor(int, int, ArrayList<RColor>) - Static method in class net.returnvoid.color.LCHColor
Calculates the mean color of the input colors.
getMeanColor(RColor...) - Static method in class net.returnvoid.color.RGBColor
Calculates the mean color of the input colors
getMeanColor(ArrayList<RColor>) - Static method in class net.returnvoid.color.RGBColor
Calculates the mean color of the input colors
getMeanColor(int, int, RColor...) - Static method in class net.returnvoid.color.RGBColor
Calculates the mean color of the input colors.
getMeanColor(int, int, ArrayList<RColor>) - Static method in class net.returnvoid.color.RGBColor
Calculates the mean color of the input colors.
getMeanColor(RColor...) - Static method in class net.returnvoid.color.XYZColor
Calculates the mean color of the input colors
getMeanColor(ArrayList<RColor>) - Static method in class net.returnvoid.color.XYZColor
Calculates the mean color of the input colors
getMeanColor(int, int, RColor...) - Static method in class net.returnvoid.color.XYZColor
Calculates the mean color of the input colors.
getMeanColor(int, int, ArrayList<RColor>) - Static method in class net.returnvoid.color.XYZColor
Calculates the mean color of the input colors.
getMeans() - Method in class net.returnvoid.analytics.ColorClustering
Returns all cluster means.
getMembers() - Method in class net.returnvoid.analytics.ColorClustering
Returns a set of colors which contains all members of all clusters of this clustering.
getMinChroma() - Method in class net.returnvoid.color.ColorPalette
Returns the minimal chroma (perceived saturation) of the palette.
getMinK() - Method in class net.returnvoid.analytics.ColorClusteringBuilder
Returns the minimal number of clusters for any clustering of this builder.
getMinLuminance() - Method in class net.returnvoid.analytics.ColorClustering
Returns the minimal luminance of this clustering.
getMinLuminance() - Method in class net.returnvoid.color.ColorPalette
Returns the minimal luminance (perceived brightness) of the palette.
getMostDifferentColor(RColor, RColor[], ColorDifferenceMeasure) - Static method in class net.returnvoid.color.ColorDifference
Calculates the most different color of all targets to the base color.
getMostDifferentColor(RColor, ArrayList<RColor>, ColorDifferenceMeasure) - Static method in class net.returnvoid.color.ColorDifference
Calculates the most different color of all targets to the base color.
getMostDifferentColor(RColor[], ArrayList<RColor>, ColorDifferenceMeasure) - Static method in class net.returnvoid.color.ColorDifference
Calculates the most different color of all targets to the base colors.
getMostDifferentColor(RColor[], RColor[], ColorDifferenceMeasure) - Static method in class net.returnvoid.color.ColorDifference
Calculates the most different color of all targets to the base colors.
getMostImportantColor() - Method in class net.returnvoid.color.ColorPalette
Returns the most important color of this palette.
getMostSimilarColor(RColor, RColor[], ColorDifferenceMeasure) - Static method in class net.returnvoid.color.ColorDifference
Calculates the most similar color of all targets to the base color.
getMostSimilarColor(RColor, RColor[], boolean, ColorDifferenceMeasure) - Static method in class net.returnvoid.color.ColorDifference
Calculates the most similar color of all targets to the base color.
getMostSimilarColor(RColor, ArrayList<RColor>, ColorDifferenceMeasure) - Static method in class net.returnvoid.color.ColorDifference
Calculates the most similar color of all targets to the base color.
getMostSimilarColor(RColor, ArrayList<RColor>, boolean, ColorDifferenceMeasure) - Static method in class net.returnvoid.color.ColorDifference
Calculates the most similar color of all targets to the base color.
getName() - Method in class net.returnvoid.color.ColorPalette
Returns the currently set name of this palette.
getName() - Method in class net.returnvoid.color.HSBColor
 
getName() - Method in class net.returnvoid.color.LabColor
 
getName() - Method in class net.returnvoid.color.LCHColor
 
getName() - Method in interface net.returnvoid.color.RColor
Returns the name of the color space e.g.
getName() - Method in class net.returnvoid.color.RGBColor
 
getName() - Method in class net.returnvoid.color.XYZColor
 
getNoisy(RColor, float) - Method in class net.returnvoid.color.ColorPalette
Returns a color of the palette which is similar to the input color.
getNoisy(PImage, float) - Method in class net.returnvoid.color.ColorPalette
Replaces all colors of all pixels of the input image with a color of the palette.
getNormal(float) - Method in class net.returnvoid.graphics.shape.Curve
Returns the normal information for a given location on the curve.
getNormal() - Method in class net.returnvoid.graphics.shape.Line
Returns a normal vector for this line.
getNormal(PVector, PVector) - Static method in class net.returnvoid.graphics.shape.Line
Returns a normal vector for that is described by the given vectors.
getNormalLine(float) - Method in class net.returnvoid.graphics.shape.Line
Builds a line, that represents the normal of this line.
getOpColor() - Method in class net.returnvoid.color.HSBColor
 
getOpColor() - Method in class net.returnvoid.color.LabColor
 
getOpColor() - Method in class net.returnvoid.color.LCHColor
 
getOpColor() - Method in interface net.returnvoid.color.RColor
Returns a int representation of the current color - but ignoring the alpha value.
getOpColor() - Method in class net.returnvoid.color.RGBColor
 
getOpColor() - Method in class net.returnvoid.color.XYZColor
 
getOpHexString() - Method in class net.returnvoid.color.HSBColor
 
getOpHexString() - Method in class net.returnvoid.color.LabColor
 
getOpHexString() - Method in class net.returnvoid.color.LCHColor
 
getOpHexString() - Method in interface net.returnvoid.color.RColor
Returns a String representation of the current color using hexadecimal numbers.
getOpHexString() - Method in class net.returnvoid.color.RGBColor
 
getOpHexString() - Method in class net.returnvoid.color.XYZColor
 
getOptimalK() - Method in class net.returnvoid.analytics.ColorClusteringBuilder
Calculates the optimal k for the given input data (optimal number of clusters that represent the input).
getPadding() - Method in class net.returnvoid.graphics.grid.EllipseGrid
Returns the space between the elements of the grid.
getPadding() - Method in class net.returnvoid.graphics.grid.EquiSpiralGrid
Returns the space between the elements of the grid.
getPadding() - Method in interface net.returnvoid.graphics.grid.RGrid
Returns the space between the elements of the grid.
getPadding() - Method in class net.returnvoid.graphics.grid.SpiralGrid
Returns the space between the elements of the grid.
getPadding() - Method in class net.returnvoid.graphics.grid.TableGrid
Returns the space between the elements of the grid.
getPaddingX() - Method in class net.returnvoid.graphics.grid.TableGrid
Returns the horizontal padding of this grid.
getPaddingY() - Method in class net.returnvoid.graphics.grid.TableGrid
Returns the vertical padding of this grid.
getPath() - Method in class net.returnvoid.io.DataLoader
Returns the path to the loading folder.
getProcessingVersion(PApplet) - Static method in class net.returnvoid.tools.ProcessingTools
Returns the release number (1, 2, 3) of Processing for the given PApplet object.
getQuantizedImage() - Method in class net.returnvoid.analytics.ColorClusteringBuilder
Creates a quantized image to the given inputImage image.
getQuantizedImage(int) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
Creates a quantized image to the given inputImage image.
getQuantizedImageFull() - Method in class net.returnvoid.analytics.ColorClusteringBuilder
Creates a quantized image to the given inputImg image (source of clustering).
getQuantizedImageFull(int) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
Creates a quantized image to the given inputImg image (source of clustering).
getQuantizedImagePreview() - Method in class net.returnvoid.analytics.ColorClusteringBuilder
Creates a quantized image to the given inputImg image (source of clustering).
getQuantizedImagePreview(int) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
Creates a quantized image to the given inputImg image (source of clustering).
getRadius() - Method in class net.returnvoid.graphics.grid.EllipseGrid
Returns the radius of this grid (use this function, when this grid is a circle and not an ellipse).
getRadius(Integer) - Method in class net.returnvoid.graphics.grid.SpiralGrid
Returns the the radius (= distance from center) of an element with the given index.
getRadiusX() - Method in class net.returnvoid.graphics.grid.EllipseGrid
Returns the horizontal radius of this grid.
getRadiusY() - Method in class net.returnvoid.graphics.grid.EllipseGrid
Returns the vertical radius of this grid.
getRandom() - Method in class net.returnvoid.color.ColorPalette
Returns a random color of the color palette.
getRandomColor() - Static method in class net.returnvoid.color.ColorHelper
Creates a random opaque color.
getRandomHSB() - Static method in class net.returnvoid.color.HSBColor
Creates a new opaque HSBColor with random values.
getRandomLab() - Static method in class net.returnvoid.color.LabColor
Creates a new opaque LabColor with random values.
getRandomLCH() - Static method in class net.returnvoid.color.LCHColor
Creates a new opaque LabColor with random values.
getRandomRGB() - Static method in class net.returnvoid.color.RGBColor
Creates a new opaque RGBColor with random values.
getRandomWeighted() - Method in class net.returnvoid.color.ColorPalette
Returns a random color of the color palette by the color's importance.
getRandomXYZ() - Static method in class net.returnvoid.color.XYZColor
Creates a new opaque XYZColor with random values.
getRed() - Method in class net.returnvoid.color.RGBColor
Returns the current value of red of this color.
getRepresentative() - Method in class net.returnvoid.analytics.ColorCluster
Finds and returns the representative of this cluster.
getRotation() - Method in class net.returnvoid.graphics.shape.Curve
 
getRotation() - Method in class net.returnvoid.graphics.shape.CurvedLens
 
getRotation() - Method in class net.returnvoid.graphics.shape.Ellipse
 
getRotation() - Method in class net.returnvoid.graphics.shape.Line
 
getRotation() - Method in class net.returnvoid.graphics.shape.LineSegments
 
getRotation() - Method in class net.returnvoid.graphics.shape.Rect
 
getRotation() - Method in interface net.returnvoid.graphics.shape.RShape
Returns the angle of shape.
getRotationDirection() - Method in class net.returnvoid.graphics.grid.EquiSpiralGrid
Returns the direction of rotation for this grid. 1=clockwise, -1=anti-clockwise.
getRotationDirection() - Method in class net.returnvoid.graphics.grid.SpiralGrid
Returns the direction of rotation for this grid. 1=clockwise, -1=anti-clockwise.
getRotations() - Method in class net.returnvoid.graphics.grid.EquiSpiralGrid
Returns the number of rotations of this spiral.
getRotations() - Method in class net.returnvoid.graphics.grid.SpiralGrid
Returns the number of rotations of this spiral.
getRow(Integer) - Method in class net.returnvoid.graphics.grid.TableGrid
Returns the row index [0, rows()] with a given element index.
getRowX(Integer) - Method in class net.returnvoid.graphics.grid.TableGrid
Returns the x-location of the row with a given row index.
getRowY(Integer) - Method in class net.returnvoid.graphics.grid.TableGrid
Returns the y-location of the row with a given row index.
getSaturation() - Method in class net.returnvoid.color.HSBColor
Returns the current value of saturation of this color.
getSketchPath(PApplet) - Static method in class net.returnvoid.tools.ProcessingTools
Returns the sketchPath (the absolute location of the current sketch).
getStart() - Method in class net.returnvoid.graphics.shape.Curve
 
getStart() - Method in class net.returnvoid.graphics.shape.CurvedLens
 
getStart() - Method in class net.returnvoid.graphics.shape.Ellipse
 
getStart() - Method in class net.returnvoid.graphics.shape.Line
 
getStart() - Method in class net.returnvoid.graphics.shape.LineSegments
 
getStart() - Method in class net.returnvoid.graphics.shape.Rect
 
getStart() - Method in interface net.returnvoid.graphics.shape.RShape
Returns the start coordinate for this shape.
getStartAngle() - Method in class net.returnvoid.graphics.grid.EllipseGrid
Returns the angle that describes the position of the first element of this grid.
getStartAngle() - Method in class net.returnvoid.graphics.grid.EquiSpiralGrid
Returns the angle that describes the position of the first element of this grid.
getStartAngle() - Method in class net.returnvoid.graphics.grid.SpiralGrid
Returns the angle that describes the position of the first element of this grid.
getStartRadius() - Method in class net.returnvoid.graphics.grid.EquiSpiralGrid
Returns the radius which describes the position of the first element of this grid.
getStartRadius() - Method in class net.returnvoid.graphics.grid.SpiralGrid
Returns the radius which describes the position of the first element of this grid.
getStringEcp(String) - Static method in class net.returnvoid.tools.StringTools
Will maybe be moved to StringTools.
getTags() - Method in class net.returnvoid.color.ColorPalette
Returns all tags associated with this palette.
getTrainingColors(PImage, Integer) - Static method in class net.returnvoid.analytics.ClusteringHelper
Picks trainingsSize semi-random colors from the input image.
getTrainingColors(PImage, Integer, Integer) - Static method in class net.returnvoid.analytics.ClusteringHelper
Picks trainingsSize semi-random colors from the input image.
getTrainingColors(PImage, Integer, ColorDifferenceMeasure) - Static method in class net.returnvoid.analytics.ClusteringHelper
Picks trainingsSize semi-random colors from the input image.
getTrainingColors(PImage, Integer, ColorSpace) - Static method in class net.returnvoid.analytics.ClusteringHelper
Picks trainingsSize semi-random colors from the input image.
getTrainingColors(PImage, Integer, ColorSpace, int) - Static method in class net.returnvoid.analytics.ClusteringHelper
Picks trainingsSize semi-random colors from the input image.
getTrainingColors(PImage, Integer, ColorDifferenceMeasure, Integer) - Static method in class net.returnvoid.analytics.ClusteringHelper
Picks trainingsSize semi-random colors from the input image.
getTrainingColors(RColor[], Integer) - Static method in class net.returnvoid.analytics.ClusteringHelper
Creates a randomly sampled subset of the give set of colors.
getTrainingColors(RColor[], Integer, ColorSpace) - Static method in class net.returnvoid.analytics.ClusteringHelper
Creates a randomly sampled subset of the give set of colors and converts the returned colors to the given color space.
getTrainingColors(RColor[], Integer, ColorDifferenceMeasure) - Static method in class net.returnvoid.analytics.ClusteringHelper
Creates a randomly sampled subset of the give set of colors and converts the returned colors to a color space defined by the given ColorDifferenceMeasure (e.g. m=RGBEuclidean -> returned colors are RGBColors).
getTrainingData(Object[], Integer) - Static method in class net.returnvoid.analytics.ClusteringHelper
Creates a randomly sampled subset of the give set raw.
getValues() - Method in class net.returnvoid.color.HSBColor
 
getValues() - Method in class net.returnvoid.color.LabColor
 
getValues() - Method in class net.returnvoid.color.LCHColor
 
getValues() - Method in interface net.returnvoid.color.RColor
Returns the color values of the current object.
getValues() - Method in class net.returnvoid.color.RGBColor
 
getValues() - Method in class net.returnvoid.color.XYZColor
 
getValuesNormalized() - Method in class net.returnvoid.color.HSBColor
 
getValuesNormalized() - Method in class net.returnvoid.color.LabColor
 
getValuesNormalized() - Method in class net.returnvoid.color.LCHColor
 
getValuesNormalized() - Method in interface net.returnvoid.color.RColor
Returns the normalized color values of the current object.
getValuesNormalized() - Method in class net.returnvoid.color.RGBColor
 
getValuesNormalized() - Method in class net.returnvoid.color.XYZColor
 
getWeighting(RColor) - Method in class net.returnvoid.color.ColorPalette
Calculates the weighting of a color.
getWidth() - Method in class net.returnvoid.graphics.grid.EllipseGrid
 
getWidth(Integer) - Method in class net.returnvoid.graphics.grid.EllipseGrid
 
getWidth() - Method in class net.returnvoid.graphics.grid.EquiSpiralGrid
 
getWidth(Integer) - Method in class net.returnvoid.graphics.grid.EquiSpiralGrid
 
getWidth() - Method in interface net.returnvoid.graphics.grid.RGrid
Returns the width of the element at the given index.
getWidth(Integer) - Method in interface net.returnvoid.graphics.grid.RGrid
Returns the current width of the grid.
getWidth() - Method in class net.returnvoid.graphics.grid.SpiralGrid
 
getWidth(Integer) - Method in class net.returnvoid.graphics.grid.SpiralGrid
 
getWidth() - Method in class net.returnvoid.graphics.grid.TableGrid
 
getWidth(Integer) - Method in class net.returnvoid.graphics.grid.TableGrid
 
getWidth() - Method in class net.returnvoid.graphics.shape.Ellipse
Returns the width of the ellipse.
getWidth() - Method in class net.returnvoid.graphics.shape.Rect
Returns the width of the rectangle.
getX() - Method in class net.returnvoid.color.XYZColor
Returns the current value of x of this color.
getX() - Method in class net.returnvoid.graphics.grid.EllipseGrid
 
getX(Integer) - Method in class net.returnvoid.graphics.grid.EllipseGrid
 
getX() - Method in class net.returnvoid.graphics.grid.EquiSpiralGrid
 
getX(Integer) - Method in class net.returnvoid.graphics.grid.EquiSpiralGrid
 
getX() - Method in interface net.returnvoid.graphics.grid.RGrid
Returns the current x-position of the grid.
getX(Integer) - Method in interface net.returnvoid.graphics.grid.RGrid
Returns the x-position of the element at the given index.
getX() - Method in class net.returnvoid.graphics.grid.SpiralGrid
 
getX(Integer) - Method in class net.returnvoid.graphics.grid.SpiralGrid
 
getX() - Method in class net.returnvoid.graphics.grid.TableGrid
 
getX(Integer) - Method in class net.returnvoid.graphics.grid.TableGrid
 
getX() - Method in class net.returnvoid.graphics.shape.Curve
 
getX() - Method in class net.returnvoid.graphics.shape.CurvedLens
 
getX() - Method in class net.returnvoid.graphics.shape.Ellipse
 
getX() - Method in class net.returnvoid.graphics.shape.Line
 
getX() - Method in class net.returnvoid.graphics.shape.LineSegments
 
getX() - Method in class net.returnvoid.graphics.shape.Rect
 
getX() - Method in interface net.returnvoid.graphics.shape.RShape
Returns the x-position of the start coordinate for this shape.
getY() - Method in class net.returnvoid.color.XYZColor
Returns the current value of y of this color.
getY() - Method in class net.returnvoid.graphics.grid.EllipseGrid
 
getY(Integer) - Method in class net.returnvoid.graphics.grid.EllipseGrid
 
getY() - Method in class net.returnvoid.graphics.grid.EquiSpiralGrid
 
getY(Integer) - Method in class net.returnvoid.graphics.grid.EquiSpiralGrid
 
getY() - Method in interface net.returnvoid.graphics.grid.RGrid
Returns the current y-position of the grid.
getY(Integer) - Method in interface net.returnvoid.graphics.grid.RGrid
Returns the y-position of the element at the given index.
getY() - Method in class net.returnvoid.graphics.grid.SpiralGrid
 
getY(Integer) - Method in class net.returnvoid.graphics.grid.SpiralGrid
 
getY() - Method in class net.returnvoid.graphics.grid.TableGrid
 
getY(Integer) - Method in class net.returnvoid.graphics.grid.TableGrid
 
getY() - Method in class net.returnvoid.graphics.shape.Curve
 
getY() - Method in class net.returnvoid.graphics.shape.CurvedLens
 
getY() - Method in class net.returnvoid.graphics.shape.Ellipse
 
getY() - Method in class net.returnvoid.graphics.shape.Line
 
getY() - Method in class net.returnvoid.graphics.shape.LineSegments
 
getY() - Method in class net.returnvoid.graphics.shape.Rect
 
getY() - Method in interface net.returnvoid.graphics.shape.RShape
Returns the y-position of the start coordinate for this shape.
getZ() - Method in class net.returnvoid.color.XYZColor
Returns the current value of z of this color.
GridMaker - Class in net.returnvoid.graphics.grid
A grid factory class to help setting up grids easily.
A C D E F G H I J K L M N P R S T U V W X 
Skip navigation links