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

T

TableGrid - Class in net.returnvoid.graphics.grid
This class helps to build an table grid (a grid that is defined by rows and columns).
TableGrid(float, float, float, float, int, int, float, float) - Constructor for class net.returnvoid.graphics.grid.TableGrid
Builds a new grid.
TEXT - Static variable in class net.returnvoid.io.DataLoader
File type: Text (.txt)
timestamp() - Static method in class net.returnvoid.tools.StringTools
Returns a String containing the current time (yyyymmdd_hhmmss).
toColorDifferenceMeasure() - Method in enum net.returnvoid.color.ColorSpace
Converts a given ColorSpace to its ColorDofferenceMeasure equivalent.
toColorPalette() - Method in class net.returnvoid.analytics.ColorClustering
Builds a color palette from this clustering.
toColorPalette(boolean) - Method in class net.returnvoid.analytics.ColorClustering
Builds a color palette from this clustering.
toColors() - Method in class net.returnvoid.color.ColorPalette
Returns all colors of this palette.
toColorSpace() - Method in enum net.returnvoid.color.ColorDifferenceMeasure
Converts a given ColorDofferenceMeasure to its ColorSpace equivalent.
toCurve() - Method in class net.returnvoid.graphics.shape.CurvedLens
Returns the center curve.
toCurve() - Method in class net.returnvoid.graphics.shape.LineSegments
Converts this shape to a curve.
toHSB(int) - Static method in class net.returnvoid.color.HSBColor
Creates an opaque HSBColor by the given input value.
toHSB(int, float) - Static method in class net.returnvoid.color.HSBColor
Creates HSBColor with transparency by the given input value.
toHSB() - Method in class net.returnvoid.color.HSBColor
 
toHSB() - Method in class net.returnvoid.color.LabColor
 
toHSB() - Method in class net.returnvoid.color.LCHColor
 
toHSB() - Method in interface net.returnvoid.color.RColor
Returns a HSBColor representation of the current color.
toHSB(float...) - Static method in class net.returnvoid.color.RGBColor
Creates HSBColor with given RGB values.
toHSB() - Method in class net.returnvoid.color.RGBColor
 
toHSB() - Method in class net.returnvoid.color.XYZColor
 
toLab() - Method in class net.returnvoid.color.HSBColor
 
toLab() - Method in class net.returnvoid.color.LabColor
 
toLab() - Method in class net.returnvoid.color.LCHColor
 
toLab() - Method in interface net.returnvoid.color.RColor
Returns a LabColor representation of the current color.
toLab() - Method in class net.returnvoid.color.RGBColor
 
toLab() - Method in class net.returnvoid.color.XYZColor
 
toLCH() - Method in class net.returnvoid.color.HSBColor
 
toLCH() - Method in class net.returnvoid.color.LabColor
 
toLCH() - Method in class net.returnvoid.color.LCHColor
 
toLCH() - Method in interface net.returnvoid.color.RColor
Returns a LCHColor representation of the current color.
toLCH() - Method in class net.returnvoid.color.RGBColor
 
toLCH() - Method in class net.returnvoid.color.XYZColor
 
toLine() - Method in class net.returnvoid.graphics.shape.LineSegments
Converts this shape to a line which shares the same start and end as this shape.
toLines(PApplet, PVector[]) - Static method in class net.returnvoid.graphics.shape.Line
Creates lines from the given point set.
toLines() - Method in class net.returnvoid.graphics.shape.LineSegments
Converts this shape to a lines (each segment will be a single line).
toLines() - Method in class net.returnvoid.graphics.shape.Rect
Converts the rectangle to four lines.
toLineSegments() - Method in class net.returnvoid.graphics.shape.Curve
Converts this shape to a LineSegments.
toLineSegments(float) - Method in class net.returnvoid.graphics.shape.Curve
Converts this shape to a LineSegments and optimizes the coordinates.
toLineSegments(int) - Method in class net.returnvoid.graphics.shape.Curve
Converts this shape to a LineSegments and optimizes the coordinates.
toLineSegments() - Method in class net.returnvoid.graphics.shape.CurvedLens
Returns the center LineSegments (raw version of the center curve).
toLineSegments() - Method in class net.returnvoid.graphics.shape.Rect
Converts the rectangle to LineSegments.
toRGB() - Method in class net.returnvoid.color.HSBColor
 
toRGB() - Method in class net.returnvoid.color.LabColor
 
toRGB() - Method in class net.returnvoid.color.LCHColor
 
toRGB() - Method in interface net.returnvoid.color.RColor
Returns a RGBColor representation of the current color.
toRGB(Integer) - Static method in class net.returnvoid.color.RGBColor
Creates an opaque RGBColor by the given input value.
toRGB(Integer, float) - Static method in class net.returnvoid.color.RGBColor
Creates RGBColor with transparency by the given input value.
toRGB() - Method in class net.returnvoid.color.RGBColor
 
toRGB() - Method in class net.returnvoid.color.XYZColor
 
toRotationVector() - Method in class net.returnvoid.graphics.shape.Line
Creates a vector that points in the same direction like this line.
toSmoothedCurve() - Method in class net.returnvoid.graphics.shape.Curve
Smoothens the curve: All coordinates of the returned curve will have a equal distance to each other.
toSmoothedCurve(int) - Method in class net.returnvoid.graphics.shape.Curve
Smoothens the curve: All coordinates of the returned curve will have a equal distance to each other.
toSmoothedCurve(float) - Method in class net.returnvoid.graphics.shape.Curve
Smoothens the curve: All coordinates of the returned curve will have a equal distance to each other.
toSmoothedCurve() - Method in class net.returnvoid.graphics.shape.CurvedLens
Returns the a smoothend version of the center curve (smoothness depends on detailScale).
toString() - Method in class net.returnvoid.color.ColorPalette
 
toString() - Method in class net.returnvoid.color.HSBColor
 
toString() - Method in class net.returnvoid.color.LabColor
 
toString() - Method in class net.returnvoid.color.LCHColor
 
toString() - Method in class net.returnvoid.color.RGBColor
 
toString() - Method in class net.returnvoid.color.XYZColor
 
toXYZ() - Method in class net.returnvoid.color.HSBColor
 
toXYZ() - Method in class net.returnvoid.color.LabColor
 
toXYZ() - Method in class net.returnvoid.color.LCHColor
 
toXYZ() - Method in interface net.returnvoid.color.RColor
Returns a XYZColor representation of the current color.
toXYZ() - Method in class net.returnvoid.color.RGBColor
 
toXYZ() - Method in class net.returnvoid.color.XYZColor
 
translate(float, float) - Method in class net.returnvoid.graphics.shape.Curve
 
translate(float, float) - Method in class net.returnvoid.graphics.shape.CurvedLens
 
translate(float, float) - Method in class net.returnvoid.graphics.shape.Ellipse
 
translate(float, float) - Method in class net.returnvoid.graphics.shape.Line
 
translate(float, float) - Method in class net.returnvoid.graphics.shape.LineSegments
 
translate(float, float) - Method in class net.returnvoid.graphics.shape.Rect
 
translate(float, float) - Method in interface net.returnvoid.graphics.shape.RShape
Translates the coordinates by the given parameters x, y ( "moves the shape by x, y").
TWO_PI - Static variable in class net.returnvoid.tools.RMath
float of 2 * Math.PI ~ 6.2832.
type - Variable in class net.returnvoid.io.DataLoader
The type of this object, e.g.
A C D E F G H I J K L M N P R S T U V W X 
Skip navigation links