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
A
AbstractChart
- Class in
org.gicentre.utils.stat
Abstract class for representing a statistical chart.
AbstractChart(PApplet)
- Constructor for class org.gicentre.utils.stat.
AbstractChart
Initialises the chart settings.
AbstractChart.Side
- Enum in
org.gicentre.utils.stat
Indicates a side of the chart
ACCENT_3
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical accented scheme with 3 elements.
ACCENT_4
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical accented scheme with 4 elements.
ACCENT_5
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical accented scheme with 5 elements.
ACCENT_6
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical accented scheme with 6 elements.
ACCENT_7
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical accented scheme with 7 elements.
ACCENT_8
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical accented scheme with 8 elements.
add(E)
- Method in class org.gicentre.utils.geom.
HashGrid
Adds a locatable object to the grid.
add(E, Locatable)
- Method in class org.gicentre.utils.geom.
HashGrid
Adds a locatable object to the grid.
addAll(Collection<? extends E>)
- Method in class org.gicentre.utils.geom.
HashGrid
Adds a collection of locatable objects to the hash grid.
addAttribute(String, String, Node)
- Method in class org.gicentre.utils.io.
DOMProcessor
Adds the given attribute to the given node.
addComment(String)
- Method in class org.gicentre.utils.io.
DOMProcessor
Adds the given comment to the root of the DOM.
addComment(String, Node)
- Method in class org.gicentre.utils.io.
DOMProcessor
Adds the given comment to the given node.
addContinuousColourRule(float, int, int, int)
- Method in class org.gicentre.utils.colour.
ColourTable
Adds a continuous colour rule to the colour table.
addContinuousColourRule(float, int, int, int, int)
- Method in class org.gicentre.utils.colour.
ColourTable
Adds a continuous colour rule to the colour table.
addContinuousColourRule(float, int)
- Method in class org.gicentre.utils.colour.
ColourTable
Adds a continuous colour rule to the colour table.
addCountdownTimer(int, PFont)
- Method in class org.gicentre.utils.multisketch.
SlideShow
Adds a countdown timer displayed using the given font and default size and colour to the slide show.
addCountdownTimer(int, PFont, int, int)
- Method in class org.gicentre.utils.multisketch.
SlideShow
Adds a countdown timer displayed using the given font characteristics to the slide show.
addDiscreteColourRule(float, int, int, int)
- Method in class org.gicentre.utils.colour.
ColourTable
Adds a discrete colour rule to the colour table.
addDiscreteColourRule(float, int, int, int, int)
- Method in class org.gicentre.utils.colour.
ColourTable
Adds a discrete colour rule to the colour table.
addDiscreteColourRule(float, int)
- Method in class org.gicentre.utils.colour.
ColourTable
Adds a discrete colour rule to the colour table.
addEdge(Edge)
- Method in class org.gicentre.utils.network.
ParticleViewer
Adds the given edge to those to be displayed in the viewer.
addElement(String)
- Method in class org.gicentre.utils.io.
DOMProcessor
Adds a new element to the root of the DOM.
addElement(String, Node)
- Method in class org.gicentre.utils.io.
DOMProcessor
Adds a new element to the given one within the DOM.
addElement(String, String, Node)
- Method in class org.gicentre.utils.io.
DOMProcessor
Adds a new element to the given one within the DOM.
addForce(Node, Node, float)
- Method in class org.gicentre.utils.network.
ParticleViewer
Creates a attractive or repulsive force between the two given nodes.
addForce(Node, Node, float, float)
- Method in class org.gicentre.utils.network.
ParticleViewer
Creates a attractive or repulsive force between the two given nodes.
addImage(PImage)
- Method in class org.gicentre.utils.multisketch.
Slide
Adds an image to the slide with the default horizontal alignment.
addImage(PImage, int, int)
- Method in class org.gicentre.utils.multisketch.
Slide
Adds an image with the given dimensions to the slide with the default horizontal alignment.
addImage(PImage, int, int, int)
- Method in class org.gicentre.utils.multisketch.
Slide
Adds an image with the given dimensions to the slide with the given horizontal alignment.
addLine(String)
- Method in class org.gicentre.utils.multisketch.
Slide
Adds a line of text to the slide to be displayed using the default font, size, colour and alignment.
addLine(String, PFont)
- Method in class org.gicentre.utils.multisketch.
Slide
Adds a line of text to the slide using the given font.
addLine(String, PFont, int)
- Method in class org.gicentre.utils.multisketch.
Slide
Adds a line of text to the slide using the given font and size.
addLine(String, PFont, int, int)
- Method in class org.gicentre.utils.multisketch.
Slide
Adds a line of text to the slide using the given font, size and colour.
addLine(String, PFont, int, int, int)
- Method in class org.gicentre.utils.multisketch.
Slide
Adds a line of text to the slide using the given font, size, colour and horizontal alignment.
addNode(Node)
- Method in class org.gicentre.utils.network.
ParticleViewer
Adds a node to those to be displayed in the viewer.
addPickerListener(PickerListener)
- Method in class org.gicentre.utils.colour.
ColourPicker
Adds the given pickerListener to those that will be informed when a colour has been chosen by the colour picker.
addPoint(PVector)
- Method in class org.gicentre.utils.geom.
ConvexHull
Adds a given point to the collection from which the hull is to be constructed.
addSketch(EmbeddedSketch)
- Method in class org.gicentre.utils.multisketch.
SlideShow
Adds the given sketch to the slide show.
addSketch(EmbeddedSketch, int)
- Method in class org.gicentre.utils.multisketch.
SlideShow
Adds the given sketch to the slide show with the given offset from the top of the slide.
addSlide(Slide)
- Method in class org.gicentre.utils.multisketch.
SlideShow
Adds the given slide to the slide show.
addSpacer()
- Method in class org.gicentre.utils.gui.
HelpScreen
Adds a vertical space (of the current font height) to the help screen entries.
addSpring(Node, Node, float)
- Method in class org.gicentre.utils.network.
ParticleViewer
Creates a spring between the two given nodes.
addText(String)
- Method in class org.gicentre.utils.gui.
TextPopup
Adds a given line of text to that displayed in the popup window
addText(String, float)
- Method in class org.gicentre.utils.gui.
TextPopup
Adds a given line of text to that displayed in the popup window
addText(String, Node)
- Method in class org.gicentre.utils.io.
DOMProcessor
Adds text as the child of the given node.
addTimer(PFont)
- Method in class org.gicentre.utils.multisketch.
SlideShow
Adds a timer to the slide show displayed with the given font but default colour and size.
addTimer(PFont, int, int)
- Method in class org.gicentre.utils.multisketch.
SlideShow
Adds a timer to the slide show displayed using the given font characteristics.
addZoomPanListener(ZoomPanListener)
- Method in class org.gicentre.utils.move.
ZoomPan
Adds a listener to be informed when some zooming or panning has finished.
AIRY_1830
- Static variable in class org.gicentre.utils.spatial.
Ellipsoid
Airy 1830 ellipsoid (used by OSGB National Grid).
AlbersEqualAreaConic
- Class in
org.gicentre.utils.spatial
Class for representing Albers Equal Area Conic projections.
AlbersEqualAreaConic(Ellipsoid, double, double)
- Constructor for class org.gicentre.utils.spatial.
AlbersEqualAreaConic
Initialises the Albers converter with the given ellipsoid and standard parallels.
AlbersEqualAreaConic(Ellipsoid, double, double, double, double, double, double)
- Constructor for class org.gicentre.utils.spatial.
AlbersEqualAreaConic
Initialises the Albers converter with the given ellipsoid.
AlbersToLatLong(PVector)
- Method in class org.gicentre.utils.spatial.
AlbersEqualAreaConic
Converts the given coordinates that use the Albers equal area conic projection into a (longitude,latitude) location.
allowPanButton(boolean)
- Method in class org.gicentre.utils.move.
ZoomPan
Determines whether or not panning is permitted via a button press.
allowZoomButton(boolean)
- Method in class org.gicentre.utils.move.
ZoomPan
Determines whether or not zooming via a button press is permitted.
animateFromBars()
- Method in class org.gicentre.utils.stat.
LikertChart
Triggers an animation away from a histogram representation to the summary state.
animateToBars()
- Method in class org.gicentre.utils.stat.
LikertChart
Triggers an animation to a histogram representation from the summary state.
animateToNewValues(float[], float, float, float)
- Method in class org.gicentre.utils.stat.
LikertChart
Provides an animated transition to the given set of values.
argbToRgba(int)
- Static method in class org.gicentre.utils.colour.
ColourTable
Converts an ARGB into an RGBA colour.
ASPECT
- Static variable in class org.gicentre.utils.colour.
ColourTable
Indicates a (red-blue) aspect colour table.
AUSTRALIAN_NATIONAL
- Static variable in class org.gicentre.utils.spatial.
Ellipsoid
Australian National ellipsoid.
axisFormatter
- Variable in class org.gicentre.utils.stat.
AbstractChart
For numerical formatting of axis labels.
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.1, API documentation generated 18th February, 2011