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
P
P_R_GN
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer diverging purple-red-green scheme.
PAIRED_10
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical paired scheme with 10 elements.
PAIRED_11
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical paired scheme with 11 elements.
PAIRED_12
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical paired scheme with 12 elements.
PAIRED_3
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical paired scheme with 3 elements.
PAIRED_4
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical paired scheme with 4 elements.
PAIRED_5
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical paired scheme with 5 elements.
PAIRED_6
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical paired scheme with 6 elements.
PAIRED_7
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical paired scheme with 7 elements.
PAIRED_8
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical paired scheme with 8 elements.
PAIRED_9
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical paired scheme with 9 elements.
panEnded()
- Method in interface org.gicentre.utils.move.
ZoomPanListener
Method that is called when a pan event has ended.
parent
- Variable in class org.gicentre.utils.stat.
AbstractChart
Parent sketch in which this chart is to be drawn.
Particle
- Class in
org.gicentre.utils.network.traer.physics
Class for representing a Particle.
Particle()
- Constructor for class org.gicentre.utils.network.traer.physics.
Particle
Creates a particle with the default mass determined by
Particle.DEFAULT_MASS
.
Particle(float)
- Constructor for class org.gicentre.utils.network.traer.physics.
Particle
Creates a particle with a given mass.
particles()
- Method in class org.gicentre.utils.network.traer.physics.
ParticleSystem
Deprecated.
Replace in favour of the more consistently named getParticles().
ParticleSystem
- Class in
org.gicentre.utils.network.traer.physics
Represents an entire particle system containing particles and forces between them.
ParticleSystem()
- Constructor for class org.gicentre.utils.network.traer.physics.
ParticleSystem
Creates a particle system with no gravity and default drag on particles.
ParticleSystem(float, float)
- Constructor for class org.gicentre.utils.network.traer.physics.
ParticleSystem
Creates a particle system with the given gravitational pull and drag.
ParticleSystem(float, float, float, float)
- Constructor for class org.gicentre.utils.network.traer.physics.
ParticleSystem
Creates a particle system with the given 3d gravitational pull and drag.
ParticleViewer
<
N
extends
Node
,
E
extends
Edge
> - Class in
org.gicentre.utils.network
Allows particles to be viewed and animated.
ParticleViewer(PApplet, int, int)
- Constructor for class org.gicentre.utils.network.
ParticleViewer
Initialises the particle viewer.
PASS
- Static variable in class org.gicentre.utils.colour.
ColourTable
Pass (saddle) feature.
PASTEL1_3
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical pastel scheme with 3 elements.
PASTEL1_4
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical pastel scheme with 4 elements.
PASTEL1_5
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical pastel scheme with 5 elements.
PASTEL1_6
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical pastel scheme with 6 elements.
PASTEL1_7
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical pastel scheme with 7 elements.
PASTEL1_8
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical pastel scheme with 8 elements.
PASTEL1_9
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical pastel scheme with 9 elements.
PASTEL2_3
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical pastel scheme with 3 elements.
PASTEL2_4
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical pastel scheme with 4 elements.
PASTEL2_5
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical pastel scheme with 5 elements.
PASTEL2_6
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical pastel scheme with 6 elements.
PASTEL2_7
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical pastel scheme with 7 elements.
PASTEL2_8
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer qualitative categorical pastel scheme with 8 elements.
PEAK
- Static variable in class org.gicentre.utils.colour.
ColourTable
Peak feature.
pGraphics2D
- Variable in class org.gicentre.utils.move.
Clipper
PI_Y_G
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer diverging pink-yellow-green scheme.
PickerListener
- Interface in
org.gicentre.utils.colour
Interface for any class that wishes to be informed when a colour has been chosen from the colour picker.
PIT
- Static variable in class org.gicentre.utils.colour.
ColourTable
Pit feature.
PLANAR
- Static variable in class org.gicentre.utils.colour.
ColourTable
Planar (no) feature.
point(float, float)
- Method in interface org.gicentre.utils.gui.
Drawable
Should draw a 2D point at the given coordinates.
polyLine(float[], float[])
- Method in interface org.gicentre.utils.gui.
Drawable
Should draw a complex line that links the given coordinates.
PopupWindow
- Class in
org.gicentre.utils.multisketch
Class for representing sketches in their own popup window.
PopupWindow(PApplet, EmbeddedSketch)
- Constructor for class org.gicentre.utils.multisketch.
PopupWindow
Creates the new popup window containing the given sketch.
PopupWindow(PApplet, EmbeddedSketch, String, int, int)
- Constructor for class org.gicentre.utils.multisketch.
PopupWindow
Creates the new popup window containing the given sketch with title and location.
position
- Variable in class org.gicentre.utils.network.traer.physics.
Particle
The position of the particle in 3d space.
position()
- Method in class org.gicentre.utils.network.traer.physics.
Particle
Reports the position of the particle.
Postcode
- Class in
org.gicentre.utils.spatial
Class for parsing postcodes.
Postcode(String)
- Constructor for class org.gicentre.utils.spatial.
Postcode
Stores the given postcode and validates it.
projectDatum(PVector, int)
- Method in class org.gicentre.utils.spatial.
Ellipsoid
Converts a given lat/long coordinate pair using this ellipsoid datum into a longitude/latitude pair using the given datum.
projectOnto(Vector3D)
- Method in class org.gicentre.utils.network.traer.physics.
Vector3D
Projects this Vector3D onto another Vector3D.
PU_BU
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer sequential purple-blue scheme.
PU_BU_GN
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer sequential purple-blue-green scheme.
PU_OR
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer diverging purple-orange scheme.
PU_RD
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer sequential purple-red scheme.
PURPLES
- Static variable in class org.gicentre.utils.colour.
ColourTable
ColorBrewer sequential monochrome purple scheme.
putEntry(String, String)
- Method in class org.gicentre.utils.gui.
HelpScreen
Adds a help entry to the help screen.
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
giCentre Utilities V.3.3, API documentation generated 6th April, 2013