Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
C
CHANNEL
- Static variable in class org.gicentre.utils.colour.
ColourTable
Channel feature.
CIELab
- Class in
org.gicentre.utils.colour
Utilities for handling the CIELab colour space.
CIELab()
- Constructor for class org.gicentre.utils.colour.
CIELab
Creates a CIELab converter using the default D65 illuminant with 2 degree observer position.
CIELab(ColourConverter.WhitePoint)
- Constructor for class org.gicentre.utils.colour.
CIELab
Creates a CIELab converter using the given reference calibration settings.
CIELuv
- Class in
org.gicentre.utils.colour
Utilities for handling the CIELuv colour space.
CIELuv()
- Constructor for class org.gicentre.utils.colour.
CIELuv
Creates a CIELuv converter using the default D65 illuminant with 2 degree observer position.
CLARKE_1866
- Static variable in class org.gicentre.utils.spatial.
Ellipsoid
Clarke 1866 ellipsoid (used by NAD 1927 datum).
CLARKE_1880
- Static variable in class org.gicentre.utils.spatial.
Ellipsoid
Clarke 1880 ellipsoid.
clear()
- Method in class org.gicentre.utils.geom.
HashGrid
Clears out the contents of the grid.
clearText()
- Method in class org.gicentre.utils.gui.
TextPopup
Clears the text to be displayed in the popup window.
COLOUR_ATTRIB
- Static variable in class org.gicentre.utils.colour.
ColourTable
Uses integer coding of the object's (floating point) attribute.
COLOUR_RAW
- Static variable in class org.gicentre.utils.colour.
ColourTable
Colour table uses raster values.
COLOUR_RULES
- Static variable in class org.gicentre.utils.colour.
ColourTable
Colour table uses colour rules.
colourChosen()
- Method in interface org.gicentre.utils.colour.
PickerListener
Should respond to a colour being chosen by the colour picker.
ColourConverter
- Class in
org.gicentre.utils.colour
Utilities for converting between various colour spaces.
ColourConverter.WhitePoint
- Enum in
org.gicentre.utils.colour
Whitepoint colour calibration settings.
ColourPicker
- Class in
org.gicentre.utils.colour
Creates a graphical colour picker using Cynthia Brewer's 'ColorBrewer' schemes.
ColourPicker(PApplet)
- Constructor for class org.gicentre.utils.colour.
ColourPicker
Initialises the colour picker with default border size, but does not display it [requires setIsActive(true)].
ColourPicker(PApplet, int, int)
- Constructor for class org.gicentre.utils.colour.
ColourPicker
Initialises the colour picker with the given border sizes, but does not display it (requires setIsActive(true)].
ColourRule
- Class in
org.gicentre.utils.colour
Colour rule class for storing a single colour rule.
ColourRule(float, int, int, int)
- Constructor for class org.gicentre.utils.colour.
ColourRule
Creates a categorical colour rule.
ColourRule(float, int, int, int, int)
- Constructor for class org.gicentre.utils.colour.
ColourRule
Creates a categorical colour rule.
ColourRule(float, int)
- Constructor for class org.gicentre.utils.colour.
ColourRule
Creates a categorical colour rule.
ColourRule(float, int, int, int, float, int, int, int)
- Constructor for class org.gicentre.utils.colour.
ColourRule
Creates a continuous colour rule.
ColourRule(float, int, int, int, int, float, int, int, int, int)
- Constructor for class org.gicentre.utils.colour.
ColourRule
Creates a continuous colour rule.
ColourRule(float, int, float, int)
- Constructor for class org.gicentre.utils.colour.
ColourRule
Creates a continuous colour rule.
ColourTable
- Class in
org.gicentre.utils.colour
Colour table class for storing colour rules associated with a spatial object.
ColourTable()
- Constructor for class org.gicentre.utils.colour.
ColourTable
Creates an initial (black) colour table.
ColourTable(ColourTable)
- Constructor for class org.gicentre.utils.colour.
ColourTable
Creates a colour table based on a copy of a colour table.
componentHidden(ComponentEvent)
- Method in class org.gicentre.utils.multisketch.
PopupWindow
Responds to the component being hidden by deactivating the embedded sketch.
componentHidden(ComponentEvent)
- Method in class org.gicentre.utils.multisketch.
SketchPanel
Responds to the component being hidden by deactivating the embedded sketch.
componentMoved(ComponentEvent)
- Method in class org.gicentre.utils.multisketch.
PopupWindow
Responds to the component being moved but does nothing in this case.
componentMoved(ComponentEvent)
- Method in class org.gicentre.utils.multisketch.
SketchPanel
Responds to the component being moved but does nothing in this case.
componentResized(ComponentEvent)
- Method in class org.gicentre.utils.multisketch.
PopupWindow
Responds to the component being resized by redrawing the embedded sketch.
componentResized(ComponentEvent)
- Method in class org.gicentre.utils.multisketch.
SketchPanel
Responds to the component being resized by redrawing the embedded sketch.
componentShown(ComponentEvent)
- Method in class org.gicentre.utils.multisketch.
PopupWindow
Responds to the component being shown by activating the embedded sketch.
componentShown(ComponentEvent)
- Method in class org.gicentre.utils.multisketch.
SketchPanel
Responds to the component being shown by activating the embedded sketch.
contains(E, PVector)
- Method in class org.gicentre.utils.geom.
HashGrid
Reports whether the hash grid contains the given locatable object within the
radius
of the given location.
contains(Object)
- Method in class org.gicentre.utils.geom.
HashGrid
Reports whether the hash grid contains the given object.
containsAll(Collection<?>)
- Method in class org.gicentre.utils.geom.
HashGrid
Reports whether the hash grid contains all of the objects contained in the given collection.
CONTINUOUS
- Static variable in class org.gicentre.utils.colour.
ColourRule
Rule represents part of a continuous colour table.
convertToLog(double, double, double)
- Static method in class org.gicentre.utils.stat.
AbstractChart
Converts the given value assumed to be positive to a log value scaled between 0 and 1
ConvexHull
- Class in
org.gicentre.utils.geom
Class for representing and building a convex hull around a set of point values.
ConvexHull(Collection<PVector>)
- Constructor for class org.gicentre.utils.geom.
ConvexHull
Creates a convex hull from the given collection of point values.
cubicBoth(float)
- Static method in class org.gicentre.utils.move.
Ease
Provides a cubic easing in and out function.
cubicIn(float)
- Static method in class org.gicentre.utils.move.
Ease
Provides a cubic easing in function.
cubicIn(float, float)
- Static method in class org.gicentre.utils.move.
Ease
Provides a reversible cubic easing in function.
cubicOut(float)
- Static method in class org.gicentre.utils.move.
Ease
Provides a cubic easing out function.
cubicOut(float, float)
- Static method in class org.gicentre.utils.move.
Ease
Provides a reversible cubic easing out function.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
gicentreUtils V.3.0, API documentation generated 13th August, 2010