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.
ChartTest - Class in org.gicentre.tests
Tests chart drawing in a simple Processing sketch.
ChartTest() - Constructor for class org.gicentre.tests.ChartTest
 
ChartTest2 - Class in org.gicentre.tests
Tests more sophisticated chart options in a Processing sketch.
ChartTest2() - Constructor for class org.gicentre.tests.ChartTest2
 
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.
CIELabTest - Class in org.gicentre.tests
Tests the conversion to and from CIELab colour space.
CIELabTest() - Constructor for class org.gicentre.tests.CIELabTest
 
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.
CIELuvTest - Class in org.gicentre.tests
Tests the conversion to and from CIELuv colour space.
CIELuvTest() - Constructor for class org.gicentre.tests.CIELuvTest
 
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)].
ColourPickerTest - Class in org.gicentre.tests
Tests the standard colour picker class for selecting Brewer colour palettes.
ColourPickerTest() - Constructor for class org.gicentre.tests.ColourPickerTest
 
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.tests.LikertTest
 
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.tests.LikertTest
 
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.tests.LikertTest
Responds to the sketch being resized by changing the size of the Likert chart.
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.tests.LikertTest
 
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.
convertFromLog(double, double, double) - Static method in class org.gicentre.utils.stat.AbstractChart
Converts the given value assumed to be on a log scale between 0 and 1, to an non-log value.
convertToLog(double, double, double) - Static method in class org.gicentre.utils.stat.AbstractChart
Converts the given value, which is 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.

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.1, API documentation generated 18th February, 2011