- DataLoader - Class in net.returnvoid.io
-
Abstract class for DataLoaders.
- DataLoader(PApplet, String, String) - Constructor for class net.returnvoid.io.DataLoader
-
Builds the DataLoader and registers the KeyEvent to the parent (PApplet).
- difference(int, int) - Static method in class net.returnvoid.color.ColorDifference
-
Calculates the difference / distance between two colors.
- difference(RColor, RColor) - Static method in class net.returnvoid.color.ColorDifference
-
Calculates the difference / distance between two colors.
- difference(RColor, RColor, ColorDifferenceMeasure) - Static method in class net.returnvoid.color.ColorDifference
-
Calculates the difference / distance between two colors.
- disableAutoResize() - Method in class net.returnvoid.io.ImageLoader
-
Disable auto resizing of images.
- disableKeys() - Method in class net.returnvoid.io.ColorPaletteLoader
-
- disableKeys() - Method in class net.returnvoid.io.DataLoader
-
Disable the automatic key events of this object.
- disableKeys() - Method in class net.returnvoid.io.ImageLoader
-
- draw(PApplet, float, float, float, float) - Method in class net.returnvoid.color.ColorPalette
-
Draws a simple representation of this color palette within a rectangular
form.
- draw() - Method in class net.returnvoid.graphics.shape.Curve
-
- draw() - Method in class net.returnvoid.graphics.shape.CurvedLens
-
- draw() - Method in class net.returnvoid.graphics.shape.Ellipse
-
- draw() - Method in class net.returnvoid.graphics.shape.Line
-
- draw() - Method in class net.returnvoid.graphics.shape.LineSegments
-
- draw() - Method in class net.returnvoid.graphics.shape.Rect
-
- draw() - Method in interface net.returnvoid.graphics.shape.RShape
-
Draws the shape-
- drawAllClusterings(float, float, float, float) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
-
Draws all clusterings from minK to maxK with all cluster mean colors and
all cluster members for each cluster within a rectangular area.
- drawAllClusterings(PGraphics, float, float, float, float) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
-
Draws all clusterings from minK to maxK with all cluster mean colors and
all cluster members for each cluster within a rectangular area.
- drawAllClusteringsMeans(float, float, float, float) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
-
Draws all clusterings from minK to maxK with all cluster mean colors for
each clustering within a rectangular area.
- drawAllClusteringsMeans(PGraphics, float, float, float, float) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
-
Draws all clusterings from minK to maxK with all cluster mean colors for
each clustering within a rectangular area.
- drawAllClusteringsMembers(float, float, float, float) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
-
Draws all members of all clusters of all clusterings from minK to maxK
(sorted by clustering and cluster) within a rectangular area.
- drawAllClusteringsMembers(PGraphics, float, float, float, float) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
-
Draws all members of all clusters of all clusterings from minK to maxK
(sorted by clustering and cluster) within a rectangular area.
- drawCenter() - Method in class net.returnvoid.graphics.shape.CurvedLens
-
Draws the center curve.
- drawClustering(float, float, float, float, int) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
-
Draws the clustering (all cluster mean colors) with vertical stripes for
the clustering with k clusters within a rectangular area.
- drawClustering(PGraphics, float, float, float, float, int) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
-
Draws the clustering (all cluster mean colors) with vertical stripes for
the clustering with k clusters within a rectangular area.
- drawImage(float, float, float, float) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
-
Draws the input image centered in the given rectangular area.
- drawImage(PGraphics, float, float, float, float) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
-
Draws the input image centered in the given rectangular area.
- drawImageWithClustering(float, float, float, float, int) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
-
Draws the input image with an overlay of the clustering with k
colors / clusters.
- drawImageWithClustering(PGraphics, float, float, float, float, int) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
-
Draws the input image with an overlay of the clustering with k
colors / clusters.
- drawInputColors(float, float, float, float) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
-
- drawInputColors(PGraphics, float, float, float, float) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
-
- drawLoss(float, float, float, float) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
-
Draws the the loss graph for minK to maxK within a rectangular area.
- drawLoss(float, float, float, float, int) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
-
Draws the the loss graph for minK to maxK within a rectangular area.
- drawLoss(PGraphics, float, float, float, float, int) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
-
Draws the the loss graph for minK to maxK within a rectangular area.
- drawMean(PGraphics, float, float, float, float) - Method in class net.returnvoid.analytics.ColorCluster
-
Draws the mean color (colored rectangle with given parameters).
- drawMean(PApplet, float, float, float, float) - Method in class net.returnvoid.analytics.ColorCluster
-
Draws the mean color (colored rectangle with given parameters).
- drawMeans(PGraphics, float, float, float, float) - Method in class net.returnvoid.analytics.ColorClustering
-
Draws the cluster means with horizontal striped within the given
rectangular area.
- drawMeans(PApplet, float, float, float, float) - Method in class net.returnvoid.analytics.ColorClustering
-
Draws the cluster means with horizontal striped within the given
rectangular area.
- drawMembers(PApplet, float, float, float, float) - Method in class net.returnvoid.analytics.ColorCluster
-
Draws the members of the cluster (colored horizontal stripes within a
rectangular area defined by the given parameters).
- drawMembers(PGraphics, float, float, float, float) - Method in class net.returnvoid.analytics.ColorCluster
-
Draws the members of the cluster (colored horizontal stripes within a
rectangular area defined by the given parameters).
- drawMembers(PGraphics, float, float, float, float) - Method in class net.returnvoid.analytics.ColorClustering
-
Draws the cluster members with horizontal striped within the given
rectangular area.
- drawMembers(PApplet, float, float, float, float) - Method in class net.returnvoid.analytics.ColorClustering
-
Draws the cluster members with horizontal striped within the given
rectangular area.
- drawQuantizedImage(float, float, float, float, int) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
-
Draws the quantized image for the given k centered in the given
rectangular area.
- drawQuantizedImage(PGraphics, float, float, float, float, int) - Method in class net.returnvoid.analytics.ColorClusteringBuilder
-
Draws the quantized image for the given k centered in the given
rectangular area.
- drawRaw() - Method in class net.returnvoid.graphics.shape.CurvedLens
-
Draws outline with lines not curves.