- IMAGE - Static variable in class net.returnvoid.io.DataLoader
-
File type: Image (.jpg, .gif, .png, ...)
- ImageLoader - Class in net.returnvoid.io
-
ImageLoader will handle to load files from type image (.jpg, .tif, .png,
.gif).
- ImageLoader(PApplet) - Constructor for class net.returnvoid.io.ImageLoader
-
Builds the ImageLoader and registers the KeyEvent to the parent
(PApplet).
- ImageLoader(PApplet, boolean) - Constructor for class net.returnvoid.io.ImageLoader
-
Builds the ImageLoader and registers the KeyEvent to the parent
(PApplet).
- ImageLoader(PApplet, String) - Constructor for class net.returnvoid.io.ImageLoader
-
Builds the ImageLoader and registers the KeyEvent to the parent
(PApplet).
- ImageLoader(PApplet, String, boolean) - Constructor for class net.returnvoid.io.ImageLoader
-
Builds the ImageLoader and registers the KeyEvent to the parent
(PApplet).
- ImageLoader(PApplet, String, String) - Constructor for class net.returnvoid.io.ImageLoader
-
Builds the ImageLoader and registers the KeyEvent to the parent
(PApplet).
- ImageLoader(PApplet, String, String, boolean) - Constructor for class net.returnvoid.io.ImageLoader
-
Builds the ImageLoader and registers the KeyEvent to the parent
(PApplet).
- ImageUpdateObserver - Interface in net.returnvoid.io
-
An interface to build observers which want to be informed with an image.
- increaseImportance(RColor, int) - Method in class net.returnvoid.color.ColorPalette
-
Increases the importance of the given color.
- index(Integer, Integer) - Method in class net.returnvoid.graphics.grid.TableGrid
-
Returns the element index with given column and row index.
- intersection(Line, Line) - Method in class net.returnvoid.graphics.shape.Curve
-
Returns the location of an intersection a curve segment with a line if
they have an intersection.
- intersection(Line, Line, boolean) - Method in class net.returnvoid.graphics.shape.Curve
-
Returns the location of an intersection a curve segment with a line if
they have an intersection.
- intersection(Line) - Method in class net.returnvoid.graphics.shape.Line
-
Returns the location of an intersection of two lines if they have an
intersection.
- intersection(Line, boolean) - Method in class net.returnvoid.graphics.shape.Line
-
Returns the location of an intersection of two lines if they have an
intersection.
- intersection(Line, Line) - Static method in class net.returnvoid.graphics.shape.Line
-
Returns the location of an intersection of two lines if they have an
intersection.
- intersection(Line, Line, boolean) - Static method in class net.returnvoid.graphics.shape.Line
-
Returns the location of an intersection of two lines if they have an
intersection.
- isEvenColumn(int) - Method in class net.returnvoid.graphics.grid.TableGrid
-
Returns if the element with the given index is member of an even column.
- isEvenRow(int) - Method in class net.returnvoid.graphics.grid.TableGrid
-
Returns if the element with the given index is member of an even row.