- abs(float) - Static method in class net.returnvoid.tools.RMath
-
Returns the absolute value of the input.
- abs(int) - Static method in class net.returnvoid.tools.RMath
-
Returns the absolute value of the input.
- add(int) - Method in class net.returnvoid.color.ColorPalette
-
Adds a color to this palette.
- add(int, int) - Method in class net.returnvoid.color.ColorPalette
-
Adds a color to this palette.
- add(RColor) - Method in class net.returnvoid.color.ColorPalette
-
Adds a color to this palette.
- add(RColor, int) - Method in class net.returnvoid.color.ColorPalette
-
Adds a color to this palette.
- addColorsToClusters(ColorCluster[], RColor[]) - Static method in class net.returnvoid.analytics.ClusteringHelper
-
Assigns each color from given set of colors to one of the cluster
of the given set clusters.
- addElement(Object) - Method in interface net.returnvoid.analytics.Cluster
-
Adds an element to the cluster.
- addElement(Object) - Method in class net.returnvoid.analytics.ColorCluster
-
- addElement(RColor) - Method in class net.returnvoid.analytics.ColorCluster
-
Adds an element to the cluster.
- addObserver(ColorPaletteUpdateObserver) - Method in class net.returnvoid.io.ColorPaletteLoader
-
Add an object that wants to be informed when there is a change of the
current color palette.
- addObserver(ImageUpdateObserver) - Method in class net.returnvoid.io.ImageLoader
-
Add an object that wants to be informed when there is a change of the
current image.
- addTag(String) - Method in class net.returnvoid.color.ColorPalette
-
Adds a tag (e.g.
- addTags(String...) - Method in class net.returnvoid.color.ColorPalette
-
Adds one or more tags (e.g.
- applyImportance(RColor, int) - Method in class net.returnvoid.color.ColorPalette
-
Sets the importance of a color.
- applyImportance(int, int) - Method in class net.returnvoid.color.ColorPalette
-
Sets the importance of a color.
- applyImportance(int[]) - Method in class net.returnvoid.color.ColorPalette
-
Sets the importances of the palettes colors.
- arcLengthToTPlusI(float) - Method in class net.returnvoid.graphics.shape.Curve
-
Maps a given arc length factor [0, getArcLength()] to a tplusi. tplusi is
a parameter that describes the position on the curve and the curve
segment. i is the index of the coordinate, t is the parameter that
describes how near the returned normal is to that coordinate.