- get(PVector) - Method in class org.gicentre.utils.geom.HashGrid
 
- 
Returns a collection of the locatable objects that are within the radius of
  the given location.
 
- getAll() - Method in class org.gicentre.utils.geom.HashGrid
 
- 
Returns a set of all objects stored in the hash grid.
 
- getAlpha(int) - Static method in class org.gicentre.utils.colour.ColourTable
 
- 
Reports the alpha value of the given colour.
 
- getAnimationSpeed() - Method in class org.gicentre.utils.stat.LikertChart
 
- 
Reports the animation speed for all transitions (e.g.
 
- getArea() - Method in class org.gicentre.utils.spatial.Postcode
 
- 
Reports the postcode area or null if the postcode is invalid.
 
- getAreaCode() - Method in class org.gicentre.utils.spatial.Postcode
 
- 
Reports the part of the postcode that represents the postcode area or null if the postcode is invalid.
 
- getAttraction(int) - Method in class org.gicentre.utils.network.traer.physics.ParticleSystem
 
- 
Provides the attraction at the given position in the collection of attractions stored in this particle system.
 
- getAttractions() - Method in class org.gicentre.utils.network.traer.physics.ParticleSystem
 
- 
Reports a collection of the attractions currently defined as part of this particle system.
 
- getAttributes(String) - Method in class org.gicentre.utils.io.DOMProcessor
 
- 
Searches the entire DOM for a given attribute and returns the value associated with it.
 
- getAttributes(String, Node) - Method in class org.gicentre.utils.io.DOMProcessor
 
- 
Searches the given node and its children for a given attribute and returns the value
 associated with it.
 
- getBarAt(float, float) - Method in class org.gicentre.utils.stat.LikertChart
 
- 
Reports the bar at the given (x,y) location.
 
- getBezier(double, double) - Method in class org.gicentre.utils.geom.Ellipse
 
- 
Provides the cubic Bezier anchor (p) and control points (q) that approximate
  the elliptical arc between the two given angles.
 
- getBezierVertices(double, double) - Method in class org.gicentre.utils.geom.Ellipse
 
- 
Provides a collection of Bezier anchor (p) and control (q) points representing 
  the elliptical arc between the given angles.
 
- getBorder(AbstractChart.Side) - Method in class org.gicentre.utils.stat.AbstractChart
 
- 
Reports the internal border between the given edge of the chart and the drawing area.
 
- getBottomSpacing() - Method in class org.gicentre.utils.stat.XYChart
 
- 
Reports the spacing between the bottom of the chart and the bottom of the dataspace within the chart.
 
- getBounds(PApplet) - Method in class org.gicentre.utils.text.WrappedToken
 
- 
Returns a rectangle describing the screen bounds of this token (if drawn correctly)
  Corrects for the different textAlign modes of the sketch.
 
- getBounds(PGraphics) - Method in class org.gicentre.utils.text.WrappedToken
 
- 
Returns a rectangle describing the screen bounds of this token (if drawn correctly)
  Corrects for the different textAlign modes of the pGraphics.
 
- getCentre() - Method in class org.gicentre.utils.geom.Ellipse
 
- 
Reports the centre position of the ellipse.
 
- getCentre() - Method in class org.gicentre.utils.stat.StandardEllipse
 
- 
Reports the centre of the ellipse.
 
- getClippingRect() - Method in class org.gicentre.utils.move.Clipper
 
- 
Deprecated.
Reports the clipping rectangle, whether or not is is currently active.
 
- getColour(double, double, double, boolean) - Method in class org.gicentre.utils.colour.CIELab
 
- 
Finds the colour corresponding to the given CIELab triplet.
 
- getColour(double, double, double, boolean) - Method in class org.gicentre.utils.colour.CIELuv
 
- 
Finds the colour corresponding to the given CIELuv triplet.
 
- getColour(float) - Method in class org.gicentre.utils.colour.ColourRule
 
- 
Interpolates the colour associated with the given index.
 
- getColourFromLCh(double, double, double) - Method in class org.gicentre.utils.colour.CIELuv
 
- 
Finds the colour corresponding to the given CIELCh triplet.
 
- getColourFromLCh(double, double, double, boolean) - Method in class org.gicentre.utils.colour.CIELuv
 
- 
Finds the colour corresponding to the given CIELCh triplet.
 
- getColourRules() - Method in class org.gicentre.utils.colour.ColourTable
 
- 
Returns the rules associated with the colour table
 
- getColourTableType() - Method in class org.gicentre.utils.colour.ColourTable
 
- 
Reports type of colour table (COLOUR_RULES, COLOUR_ATTRIB or COLOUR_RAW).
 
- getConsensus() - Method in class org.gicentre.utils.stat.LikertChart
 
- 
Reports the consensus score of this Likert distribution.
 
- getConsensusComparator() - Static method in class org.gicentre.utils.stat.LikertChart
 
- 
Provides a comparator that can be used for sorting Likert charts by their consensus
  scores.
 
- getCoordToDisp(PVector) - Method in class org.gicentre.utils.move.ZoomPan
 
- 
Transforms the given point from coordinate to display space.
 
- getCoordToDisp(PVector) - Method in class org.gicentre.utils.move.ZoomPan30
 
- 
Transforms the given point from coordinate to display space.
 
- getCoordToDisp(PVector) - Method in class org.gicentre.utils.move.ZoomPanState
 
- 
Transforms the given point from coordinate to display space.
 
- getCoordToDisp(double, double) - Method in class org.gicentre.utils.move.ZoomPanState
 
- 
Transforms the given point from coordinate to display space.
 
- getCustomComparator() - Static method in class org.gicentre.utils.stat.LikertChart
 
- 
Provides a custom comparator that can be used for sorting Likert charts in the
  order implied by the values provided to setOrder().
 
- getCustomForce(int) - Method in class org.gicentre.utils.network.traer.physics.ParticleSystem
 
- 
Provides the custom force at the given position in the collection of custom forces stored in this particle system.
 
- getCustomForces() - Method in class org.gicentre.utils.network.traer.physics.ParticleSystem
 
- 
Provides a collection of the custom forces currently defined as part of this particle system.
 
- getData(int) - Method in class org.gicentre.utils.stat.AbstractChart
 
- 
Reports the data to be displayed along the given axis of the chart.
 
- getData() - Method in class org.gicentre.utils.stat.BarChart
 
- 
Reports the data values used to calculate bar lengths in the chart.
 
- getDataToScreen(PVector) - Method in class org.gicentre.utils.stat.BarChart
 
- 
Converts given data point into its screen location.
 
- getDataToScreen(PVector) - Method in class org.gicentre.utils.stat.XYChart
 
- 
Converts given data point into its screen location.
 
- getDeltaT() - Method in class org.gicentre.utils.network.traer.physics.ParticleSystem
 
- 
Reports the current time step size used by this ParticleSystem's Integrator.
 
- getDescription() - Method in class org.gicentre.utils.spatial.AlbersBC
 
- 
Provides a general description of the forward transformation.
 
- getDescription() - Method in class org.gicentre.utils.spatial.AlbersEqualAreaConic
 
- 
Provides a general description of the transformation.
 
- getDescription() - Method in class org.gicentre.utils.spatial.AlbersUS
 
- 
Provides a general description of the forward transformation.
 
- getDescription() - Method in class org.gicentre.utils.spatial.AlbersUSCont
 
- 
Provides a general description of the forward transformation.
 
- getDescription() - Method in class org.gicentre.utils.spatial.FrenchNTF
 
- 
Provides a general description of the transformation.
 
- getDescription() - Method in class org.gicentre.utils.spatial.LambertConformalConic
 
- 
Provides a general description of the transformation.
 
- getDescription() - Method in interface org.gicentre.utils.spatial.MapProjection
 
- 
Should provide a general description of the transformation.
 
- getDescription() - Method in class org.gicentre.utils.spatial.ObliqueMercator
 
- 
Provides a general description of the transformation.
 
- getDescription() - Method in class org.gicentre.utils.spatial.OSGB
 
- 
Provides a general description of the transformation.
 
- getDescription() - Method in class org.gicentre.utils.spatial.Swiss
 
- 
Provides a general description of the transformation.
 
- getDescription() - Method in class org.gicentre.utils.spatial.UTM
 
- 
Provides a general description of the transformation.
 
- getDescription() - Method in class org.gicentre.utils.spatial.WebMercator
 
- 
Provides a general description of the transformation.
 
- getDispToCoord(PVector) - Method in class org.gicentre.utils.move.ZoomPan
 
- 
Transforms the given point from display to coordinate space.
 
- getDispToCoord(PVector) - Method in class org.gicentre.utils.move.ZoomPan30
 
- 
Transforms the given point from display to coordinate space.
 
- getDispToCoord(PVector) - Method in class org.gicentre.utils.move.ZoomPanState
 
- 
Transforms the given point from display to coordinate space.
 
- getDistrict() - Method in class org.gicentre.utils.spatial.Postcode
 
- 
Reports the postcode district or null if the postcode is invalid.
 
- getDistrictCode() - Method in class org.gicentre.utils.spatial.Postcode
 
- 
Reports the part of the postcode that represents the postcode district or null if the postcode is invalid.
 
- getElapsedTime() - Method in class org.gicentre.utils.FrameTimer
 
- 
Retrieves the time since the last call to startTimer()
 
- getElements(String) - Method in class org.gicentre.utils.io.DOMProcessor
 
- 
Returns a list of the DOM elements with the given name.
 
- getElements(String, Node) - Method in class org.gicentre.utils.io.DOMProcessor
 
- 
Returns a list of the DOM elements with the given name that are 
 nested within the given node.
 
- getEllipsoid() - Method in class org.gicentre.utils.spatial.AlbersEqualAreaConic
 
- 
Reports the ellipsoid used in the transformation.
 
- getEllipsoid() - Method in class org.gicentre.utils.spatial.FrenchNTF
 
- 
Reports the ellipsoid used in the transformation (Clarke 1880).
 
- getEllipsoid() - Method in class org.gicentre.utils.spatial.LambertConformalConic
 
- 
Reports the ellipsoid used in the transformation.
 
- getEllipsoid() - Method in class org.gicentre.utils.spatial.ObliqueMercator
 
- 
Reports the ellipsoid used in the transformation.
 
- getEllipsoid() - Method in class org.gicentre.utils.spatial.Swiss
 
- 
Reports the ellipsoid used in the transformation.
 
- getEllipsoid() - Method in class org.gicentre.utils.spatial.UTM
 
- 
Reports the ellipsoid used in the transformation.
 
- getEllipsoid() - Method in class org.gicentre.utils.spatial.WebMercator
 
- 
Reports the ellipsoid used in the transformation.
 
- getEquatorialRadius() - Method in class org.gicentre.utils.spatial.Ellipsoid
 
- 
Reports the equatorial radius represented by this ellipsoid.
 
- getErrorMessage() - Method in class org.gicentre.utils.spatial.Postcode
 
- 
Reports any error messages associated with an attempt to parse the postcode text.
 
- getExternalMargin() - Method in class org.gicentre.utils.gui.TextPopup
 
- 
Reports the external margins between the popup and the sketch.
 
- getFocus1() - Method in class org.gicentre.utils.geom.Ellipse
 
- 
Reports the first focus of the ellipse.
 
- getFocus2() - Method in class org.gicentre.utils.geom.Ellipse
 
- 
Reports the second focus of the ellipse.
 
- getForce() - Method in class org.gicentre.utils.network.traer.physics.Particle
 
- 
Reports the force currently applied to this particle.
 
- getFrameRate() - Method in class org.gicentre.utils.FrameTimer
 
- 
Reports the current frame rate as a number.
 
- getFrameRateAsText() - Method in class org.gicentre.utils.FrameTimer
 
- 
Reports the current frame rate as formatted text.
 
- getFrequencies() - Method in class org.gicentre.utils.stat.LikertChart
 
- 
Reports the frequency values that are used to produce the Likert chart.
 
- getGridCoord(PVector) - Method in class org.gicentre.utils.geom.HashGrid
 
- 
Provides the hqshgrid coordinates of the given location.
 
- getHeight() - Method in class org.gicentre.utils.gui.Tooltip
 
- 
Reports the height of the tooltip.
 
- getHexString(int) - Static method in class org.gicentre.utils.colour.ColourTable
 
- 
Converts a given colour into its HTML-like hex string in the form #rrggbb or
  rrggbbaa if the colour has a non-opaque alpha value.
 
- getHexStringABGR(int) - Static method in class org.gicentre.utils.colour.ColourTable
 
- 
Converts a given colour into its hex string in the form aabbggrr.
 
- getHighlightBar() - Method in class org.gicentre.utils.stat.LikertChart
 
- 
Reports the index of the currently highlighted bar or -1 if no bar highlighted.
 
- getHull(Collection<PVector>) - Static method in class org.gicentre.utils.geom.ConvexHull
 
- 
Calculates the convex hull from the given collection of point values.
 
- getHull() - Method in class org.gicentre.utils.geom.ConvexHull
 
- 
Provides the convex hull that surrounds the collection of points stored in this object.
 
- getID() - Method in class org.gicentre.utils.spatial.Ellipsoid
 
- 
Reports the ID of this ellipsoid.
 
- getInEdges() - Method in class org.gicentre.utils.network.Node
 
- 
Reports a set of all incoming edges attached to this node.
 
- getInternalMargin() - Method in class org.gicentre.utils.gui.TextPopup
 
- 
Reports the internal margins between the popup and the text displayed within it.
 
- getIsActive() - Method in class org.gicentre.utils.colour.ColourPicker
 
- 
Reports whether or not the colour picker is currently active.
 
- getIsActive() - Method in class org.gicentre.utils.gui.HelpScreen
 
- 
Reports whether or not the help window is currently active.
 
- getIsActive() - Method in class org.gicentre.utils.gui.TextPopup
 
- 
Reports whether or not the popup is currently active.
 
- getIsDiscrete() - Method in class org.gicentre.utils.colour.ColourTable
 
- 
Reports whether this colour table can be treated as consisting of discrete values only.
 
- getIsLogScale(int) - Method in class org.gicentre.utils.stat.AbstractChart
 
- 
Reports whether or not the data in the given dimension are to be represented on the log10 scale.
 
- getLab(Color) - Method in class org.gicentre.utils.colour.CIELab
 
- 
Finds the CIELab triplet representing the given colour.
 
- getLab(Color, ColourConverter.WhitePoint) - Static method in class org.gicentre.utils.colour.ColourConverter
 
- 
Finds the CIELab triplet representing the given colour.
 
- getLastColour() - Method in class org.gicentre.utils.colour.ColourPicker
 
- 
Reports the last selected colour.
 
- getLastColourTable() - Method in class org.gicentre.utils.colour.ColourPicker
 
- 
Reports the last selected colour table.
 
- getLCh(Color) - Method in class org.gicentre.utils.colour.CIELuv
 
- 
Finds the CIELCh triplet representing the given colour.
 
- getlColour() - Method in class org.gicentre.utils.colour.ColourRule
 
- 
Finds the colour associated with the lower index.
 
- getLeftSpacing() - Method in class org.gicentre.utils.stat.XYChart
 
- 
Reports the spacing between the left of the chart and the left of the dataspace within the chart.
 
- getlIndex() - Method in class org.gicentre.utils.colour.ColourRule
 
- 
Finds the lower index associated with colour rule.
 
- getLocation() - Method in interface org.gicentre.utils.geom.Locatable
 
- 
Should report the location of the object as a PVector.
 
- getLocation() - Method in class org.gicentre.utils.network.Node
 
- 
Reports the node's location.
 
- getLocation() - Method in class org.gicentre.utils.network.traer.physics.Particle
 
- 
Reports the location of this particle.
 
- getLocation() - Method in class org.gicentre.utils.network.traer.physics.Vector3D
 
- 
Reports the location represented by this vector.
 
- getLongTitle() - Method in class org.gicentre.utils.stat.LikertChart
 
- 
Reports the long title of this Likert chart.
 
- getLuv(Color) - Method in class org.gicentre.utils.colour.CIELuv
 
- 
Finds the CIELuv triplet representing the given colour.
 
- getLuv(Color, ColourConverter.WhitePoint) - Static method in class org.gicentre.utils.colour.ColourConverter
 
- 
Finds the CIELuv triplet representing the given colour.
 
- getMajor() - Method in class org.gicentre.utils.geom.Ellipse
 
- 
Reports the semi-major axis of the ellipse (its longest radius from the centre to circumference).
 
- getMajorAxis() - Method in class org.gicentre.utils.stat.StandardEllipse
 
- 
Reports the length of the major axis of the ellipse.
 
- getMajorEndpoint1() - Method in class org.gicentre.utils.stat.StandardEllipse
 
- 
Reports the coordinates of one of the end points of the major axis.
 
- getMajorEndpoint2() - Method in class org.gicentre.utils.stat.StandardEllipse
 
- 
Reports the coordinates of one of the end points of the major axis.
 
- getMax(int) - Method in class org.gicentre.utils.stat.AbstractChart
 
- 
Reports the maximum value of the data to be charted on the axis of the given dimension.
 
- getMaxIndex() - Method in class org.gicentre.utils.colour.ColourTable
 
- 
Finds the highest index value in a set of colour rules.
 
- getMaxLog(int) - Method in class org.gicentre.utils.stat.AbstractChart
 
- 
Reports the maximum value of the log10 of the data to be charted on the axis of the given dimension.
 
- getMaxValue() - Method in class org.gicentre.utils.stat.BarChart
 
- 
Reports the maximum value that can be displayed by the bar chart.
 
- getMaxX() - Method in class org.gicentre.utils.stat.XYChart
 
- 
Reports the maximum x value that can be displayed by the XY chart.
 
- getMaxY() - Method in class org.gicentre.utils.stat.XYChart
 
- 
Reports the maximum y value that can be displayed by the XY chart.
 
- getMean() - Method in class org.gicentre.utils.stat.LikertChart
 
- 
Reports the mean score of this Likert distribution.
 
- getMeanComparator() - Static method in class org.gicentre.utils.stat.LikertChart
 
- 
Provides a comparator that can be used for sorting Likert charts by their mean
  scores.
 
- getMin(int) - Method in class org.gicentre.utils.stat.AbstractChart
 
- 
Reports the minimum value of the data to be charted on the axis of the given dimension.
 
- getMinBorder() - Method in class org.gicentre.utils.stat.AbstractChart
 
- 
Reports the minimum internal border between the chart and the drawing area.
 
- getMinimumDistance() - Method in class org.gicentre.utils.network.traer.physics.Attraction
 
- 
Reports the minimum separation distance above which the attraction is applied.
 
- getMinIndex() - Method in class org.gicentre.utils.colour.ColourTable
 
- 
Finds the lowest index value in a set of colour rules.
 
- getMinLog(int) - Method in class org.gicentre.utils.stat.AbstractChart
 
- 
Reports the minimum value of the log10 of the data to be charted on the axis of the given dimension.
 
- getMinor() - Method in class org.gicentre.utils.geom.Ellipse
 
- 
Reports the semi-minor axis of the ellipse (its shortest radius from the centre to circumference).
 
- getMinorAxis() - Method in class org.gicentre.utils.stat.StandardEllipse
 
- 
Reports the length of the minor axis of the ellipse.
 
- getMinorEndpoint1() - Method in class org.gicentre.utils.stat.StandardEllipse
 
- 
Reports the coordinates of one of the end points of the minor axis.
 
- getMinorEndpoint2() - Method in class org.gicentre.utils.stat.StandardEllipse
 
- 
Reports the coordinates of one of the end points of the minor axis.
 
- getMinValue() - Method in class org.gicentre.utils.stat.BarChart
 
- 
Reports the minimum value that can be displayed by the bar chart.
 
- getMinX() - Method in class org.gicentre.utils.stat.XYChart
 
- 
Reports the minimum x value that can be displayed by the XY chart.
 
- getMinY() - Method in class org.gicentre.utils.stat.XYChart
 
- 
Reports the minimum y value that can be displayed by the XY chart.
 
- getMostSaturatedColour(double) - Static method in class org.gicentre.utils.colour.CIELuv
 
- 
Finds the most saturated colour for the given hue.
 
- getMouseCoord() - Method in class org.gicentre.utils.move.ZoomPan
 
- 
Reports the current mouse position in coordinate space.
 
- getMouseCoord() - Method in class org.gicentre.utils.move.ZoomPan30
 
- 
Reports the current mouse position in coordinate space.
 
- getN() - Method in class org.gicentre.utils.spatial.Ellipsoid
 
- 
Reports the degree of flattening as the ratio (a-b)/(a+b).
 
- getName() - Method in class org.gicentre.utils.colour.ColourTable
 
- 
Reports the name attached to the colour table.
 
- getName() - Method in class org.gicentre.utils.spatial.Ellipsoid
 
- 
Reports the name associated with this ellipsoid.
 
- getName(int) - Static method in class org.gicentre.utils.spatial.Ellipsoid
 
- 
Reports the name associated with the given ellipsoid ID.
 
- getNearest(float, float) - Method in class org.gicentre.utils.network.ParticleViewer
 
- 
Reports the node nearest to the given screen coordinates.
 
- getNearest(float, float, float) - Method in class org.gicentre.utils.network.ParticleViewer
 
- 
Reports the node nearest to the given screen coordinates but within the given radius.
 
- getNode1() - Method in class org.gicentre.utils.network.Edge
 
- 
Reports the first node connected to this edge
 
- getNode2() - Method in class org.gicentre.utils.network.Edge
 
- 
Reports the second node connected to this edge
 
- getNodeAttribute(String, Node) - Static method in class org.gicentre.utils.io.DOMProcessor
 
- 
Searches the given node for a given attribute and returns the value associated with it.
 
- getNodeElement(String, Node) - Static method in class org.gicentre.utils.io.DOMProcessor
 
- 
Returns a DOM element with the given name that is the child of the 
 given node.
 
- getNodeElements(String, Node) - Static method in class org.gicentre.utils.io.DOMProcessor
 
- 
Returns the DOM elements with the given name that are the children of the 
 given node.
 
- getNodeText(Node) - Static method in class org.gicentre.utils.io.DOMProcessor
 
- 
Searches for a given node and returns text associated with
 it.
 
- getNumAttractions() - Method in class org.gicentre.utils.network.traer.physics.ParticleSystem
 
- 
Reports the number of attractions in this particle system.
 
- getNumBars() - Method in class org.gicentre.utils.stat.BarChart
 
- 
Reports the number of bars in the bar chart.
 
- getNumCustomForces() - Method in class org.gicentre.utils.network.traer.physics.ParticleSystem
 
- 
Reports the number of custom forces in this particle system.
 
- getNumParticles() - Method in class org.gicentre.utils.network.traer.physics.ParticleSystem
 
- 
Reports the number of particles in this particle system.
 
- getNumSprings() - Method in class org.gicentre.utils.network.traer.physics.ParticleSystem
 
- 
Reports the number of springs in this particle system.
 
- getOneEnd() - Method in class org.gicentre.utils.network.traer.physics.TwoBodyForce
 
- 
 
- getOrder() - Method in class org.gicentre.utils.stat.LikertChart
 
- 
Reports the order value used for custom ordering of a collection of Likert charts.
 
- getOutEdges() - Method in class org.gicentre.utils.network.Node
 
- 
Reports a list of all outgoing edges attached to this node.
 
- getPanOffset() - Method in class org.gicentre.utils.move.ZoomPan
 
- 
Reports the current pan offset.
 
- getPanOffset() - Method in class org.gicentre.utils.move.ZoomPan30
 
- 
Reports the current pan offset.
 
- getPanOffset() - Method in class org.gicentre.utils.move.ZoomPanState
 
- 
Reports the current pan offset.
 
- getParticle(N) - Method in class org.gicentre.utils.network.ParticleViewer
 
- 
Provides the particle associated with the given node.
 
- getParticle(int) - Method in class org.gicentre.utils.network.traer.physics.ParticleSystem
 
- 
Provides the particle at the given position in the collection of particles stored in this particle system.
 
- getParticles() - Method in class org.gicentre.utils.network.traer.physics.ParticleSystem
 
- 
Provides a collection of the particles currently defined as part of this particle system.
 
- getPolarRadius() - Method in class org.gicentre.utils.spatial.Ellipsoid
 
- 
Reports the polar radius represented by the ellipsoid.
 
- getPosition(double) - Method in class org.gicentre.utils.geom.Ellipse
 
- 
Reports the elliptical position for any given angle lambda.
 
- getPresetColourTable(int) - Static method in class org.gicentre.utils.colour.ColourTable
 
- 
Creates a preset colour table scaled between default minimum and maximum values.
 
- getPresetColourTable(int, float, float) - Static method in class org.gicentre.utils.colour.ColourTable
 
- 
Creates a preset colour table between the given values.
 
- getRightSpacing() - Method in class org.gicentre.utils.stat.XYChart
 
- 
Reports the spacing between the right of the chart and the right of the dataspace within the chart.
 
- getRotation() - Method in class org.gicentre.utils.stat.StandardEllipse
 
- 
Reports the rotation of the ellipse.
 
- getScale() - Method in class org.gicentre.utils.stat.StandardEllipse
 
- 
Reports the scaling of the ellipse.
 
- getScreenToData(PVector) - Method in class org.gicentre.utils.stat.BarChart
 
- 
Converts given screen coordinate into its equivalent data value.
 
- getScreenToData(PVector) - Method in class org.gicentre.utils.stat.XYChart
 
- 
Converts given screen coordinate into its equivalent data value.
 
- getSecondaryColour() - Method in class org.gicentre.utils.stat.LikertChart
 
- 
Reports the colour to be used for the secondary data in the chart.
 
- getSecondaryData() - Method in class org.gicentre.utils.stat.LikertChart
 
- 
Reports the seconday data that may be drawn in this chart.
 
- getSector() - Method in class org.gicentre.utils.spatial.Postcode
 
- 
Reports the postcode sector or null if the postcode is invalid.
 
- getSectorCode() - Method in class org.gicentre.utils.spatial.Postcode
 
- 
Reports the part of the postcode that represents the postcode sector or null if the postcode is invalid.
 
- getSelectedNode() - Method in class org.gicentre.utils.network.ParticleViewer
 
- 
Reports the currently selected node of null if no nodes selected.
 
- getSequential(double, int) - Method in class org.gicentre.utils.colour.CIELuv
 
- 
Provides a single hue sequential scheme using the given hue and having the given number of colours.
 
- getSequential(double, double, double, int) - Method in class org.gicentre.utils.colour.CIELuv
 
- 
Provides a single hue sequential scheme using the given hue and having the given number of colours.
 
- getSequential(double, double, double, double, int) - Method in class org.gicentre.utils.colour.CIELuv
 
- 
Provides a multi-hue sequential scheme using the given hues and having the given number of colours.
 
- getShowAxis(int) - Method in class org.gicentre.utils.stat.AbstractChart
 
- 
Reports whether or not the axis representing the given dimension is drawn.
 
- getSpring(int) - Method in class org.gicentre.utils.network.traer.physics.ParticleSystem
 
- 
Provides the spring at the given position in the collection of springs stored in this particle system.
 
- getSprings() - Method in class org.gicentre.utils.network.traer.physics.ParticleSystem
 
- 
Reports a collection of the springs currently defined as part of this particle system.
 
- getSquaredEccentricity() - Method in class org.gicentre.utils.spatial.Ellipsoid
 
- 
Reports the squared eccentricity of this ellipsoid.
 
- getStrength() - Method in class org.gicentre.utils.network.traer.physics.Attraction
 
- 
Reports the strength of this Attraction.
 
- getTarget() - Method in class org.gicentre.utils.network.traer.animation.Smoother
 
- 
Reports the target value aimed at by this smoother at a rate determined by the smoothness.
 
- getText() - Method in class org.gicentre.utils.gui.TextInput
 
- 
Reports the text that has been entered in the input field.
 
- getText(String) - Method in class org.gicentre.utils.io.DOMProcessor
 
- 
Searches the entire DOM for a given element and returns text associated 
 with it.
 
- getText(Node) - Method in class org.gicentre.utils.io.DOMProcessor
 
- 
Returns any text associated found in the given node or its children.
 
- getText(String, Node) - Method in class org.gicentre.utils.io.DOMProcessor
 
- 
Searches for a given element and returns text associated with it.
 
- getText() - Static method in class org.gicentre.utils.Version
 
- 
Reports the current version of the giCentre utilities package.
 
- getTextColour() - Method in class org.gicentre.utils.stat.LikertChart
 
- 
Reports the colour to be used for the title of the chart and any other text.
 
- getTextPadding() - Method in class org.gicentre.utils.stat.LikertChart
 
- 
Reports the extra padding between title and chart.
 
- getTextSize() - Method in class org.gicentre.utils.gui.TextPopup
 
- 
Reports the current text size in pixels.
 
- getTextSize() - Method in class org.gicentre.utils.stat.LikertChart
 
- 
Reports the size of the title text in pixels or -1 if text size is calculated automatically.
 
- getTheOtherEnd() - Method in class org.gicentre.utils.network.traer.physics.TwoBodyForce
 
- 
 
- getTitle() - Method in class org.gicentre.utils.stat.LikertChart
 
- 
Reports the title of this Likert chart.
 
- getTopSpacing() - Method in class org.gicentre.utils.stat.XYChart
 
- 
Reports the spacing between the top of the chart and the top of the dataspace within the chart.
 
- getType() - Method in class org.gicentre.utils.colour.ColourRule
 
- 
Reports the type of colour rule.
 
- getuColour() - Method in class org.gicentre.utils.colour.ColourRule
 
- 
Finds the colour associated with the upper index.
 
- getuIndex() - Method in class org.gicentre.utils.colour.ColourRule
 
- 
Finds the upper index associated with colour rule.
 
- getUnit() - Method in class org.gicentre.utils.spatial.Postcode
 
- 
Reports the postcode unit or null if the postcode is invalid.
 
- getUnit7() - Method in class org.gicentre.utils.spatial.Postcode
 
- 
Reports a seven digit unit postcode  or null if the postcode is invalid.
 
- getUnitCode() - Method in class org.gicentre.utils.spatial.Postcode
 
- 
Reports the part of the postcode that represents the postcode unit or null if the postcode is invalid.
 
- getValue() - Method in class org.gicentre.utils.network.traer.animation.Smoother
 
- 
Reports the current value of the smoother.
 
- getVersion() - Static method in class org.gicentre.utils.Version
 
- 
Reports the numeric version of the giCentre utilities package.
 
- getWidth() - Method in class org.gicentre.utils.gui.Tooltip
 
- 
Reports the width of the tooltip.
 
- getWidthScale() - Method in class org.gicentre.utils.stat.LikertChart
 
- 
Reports the proportion of the width allocated to each bar that contains a coloured bar.
 
- getX() - Method in class org.gicentre.utils.network.traer.animation.Smoother2D
 
- 
Reports the current x value of the smoother.
 
- getX() - Method in class org.gicentre.utils.network.traer.animation.Smoother3D
 
- 
Reports the current x value of the smoother.
 
- getX() - Method in class org.gicentre.utils.network.traer.physics.Vector3D
 
- 
Reports the x component of this vector.
 
- getXData() - Method in class org.gicentre.utils.stat.XYChart
 
- 
Reports the data values that are displayed in the chart along the X axis.
 
- getXTarget() - Method in class org.gicentre.utils.network.traer.animation.Smoother2D
 
- 
Reports the target x value aimed at by this smoother at a rate determined by the smoothness.
 
- getXTarget() - Method in class org.gicentre.utils.network.traer.animation.Smoother3D
 
- 
Reports the target x value aimed at by this smoother at a rate determined by the smoothness.
 
- getY() - Method in class org.gicentre.utils.network.traer.animation.Smoother2D
 
- 
Reports the current y value of the smoother.
 
- getY() - Method in class org.gicentre.utils.network.traer.animation.Smoother3D
 
- 
Reports the current y value of the smoother.
 
- getY() - Method in class org.gicentre.utils.network.traer.physics.Vector3D
 
- 
Reports the y component of this vector.
 
- getYData() - Method in class org.gicentre.utils.stat.XYChart
 
- 
Reports the data values that are displayed in the chart along the Y axis.
 
- getYTarget() - Method in class org.gicentre.utils.network.traer.animation.Smoother2D
 
- 
Reports the target y value aimed at by this smoother at a rate determined by the smoothness.
 
- getYTarget() - Method in class org.gicentre.utils.network.traer.animation.Smoother3D
 
- 
Reports the target y value aimed at by this smoother at a rate determined by the smoothness.
 
- getZ() - Method in class org.gicentre.utils.network.traer.animation.Smoother3D
 
- 
Reports the current z value of the smoother.
 
- getZ() - Method in class org.gicentre.utils.network.traer.physics.Vector3D
 
- 
Reports the the z component of this vector.
 
- getZone() - Method in class org.gicentre.utils.spatial.UTM
 
- 
Reports the full UTM zone of currently used by the projection.
 
- getZoneLetter() - Method in class org.gicentre.utils.spatial.FrenchNTF
 
- 
Reports the Lambert zone letter.
 
- getZoneLetter() - Method in class org.gicentre.utils.spatial.UTM
 
- 
Reports the UTM zone letter currently used by the projection.
 
- getZoneNumber() - Method in class org.gicentre.utils.spatial.FrenchNTF
 
- 
Reports the Lambert zone number used for the projection.
 
- getZoneNumber() - Method in class org.gicentre.utils.spatial.UTM
 
- 
Reports the UTM zone currently used by the projection.
 
- getZoomPanDirection() - Method in class org.gicentre.utils.move.ZoomPan
 
- 
Reports the zooming/panning direction
 
- getZoomPanDirection() - Method in class org.gicentre.utils.move.ZoomPan30
 
- 
Reports the zoom/zan behaviour type.
 
- getZoomPanState() - Method in class org.gicentre.utils.move.ZoomPan
 
- 
Provides a copy (cloned snapshot) of the current ZoomPanState.
 
- getZoomPanState() - Method in class org.gicentre.utils.move.ZoomPan30
 
- 
Provides a copy (cloned snapshot) of the current ZoomPanState.
 
- getZoomScale() - Method in class org.gicentre.utils.move.ZoomPan
 
- 
Reports the current zoom scale.
 
- getZoomScale() - Method in class org.gicentre.utils.move.ZoomPan30
 
- 
Reports the current zoom scale.
 
- getZoomScale() - Method in class org.gicentre.utils.move.ZoomPanState
 
- 
Reports the current zoom scale in X.
 
- getZoomScaleX() - Method in class org.gicentre.utils.move.ZoomPan
 
- 
Reports the current zoom scale in X.
 
- getZoomScaleX() - Method in class org.gicentre.utils.move.ZoomPan30
 
- 
Reports the current zoom scale in X.
 
- getZoomScaleX() - Method in class org.gicentre.utils.move.ZoomPanState
 
- 
Reports the current zoom scale in X.
 
- getZoomScaleY() - Method in class org.gicentre.utils.move.ZoomPan
 
- 
Reports the current zoom scale in Y.
 
- getZoomScaleY() - Method in class org.gicentre.utils.move.ZoomPan30
 
- 
Reports the current zoom scale in Y.
 
- getZoomScaleY() - Method in class org.gicentre.utils.move.ZoomPanState
 
- 
Reports the current zoom scale in Y.
 
- getZTarget() - Method in class org.gicentre.utils.network.traer.animation.Smoother3D
 
- 
Reports the target z value aimed at by this smoother at a rate determined by the smoothness.
 
- GN_BU - Static variable in class org.gicentre.utils.colour.ColourTable
 
- 
ColorBrewer sequential green-blue scheme.
 
- graphics - Variable in class org.gicentre.utils.stat.AbstractChart
 
- 
Graphics context in which to send output.
 
- Gravity - Class in org.gicentre.utils.network.traer.physics
 
- 
Represents a gravity function which may be applied to particles.
 
- Gravity() - Constructor for class org.gicentre.utils.network.traer.physics.Gravity
 
- 
Creates a zero-gravitational function.
 
- Gravity(float) - Constructor for class org.gicentre.utils.network.traer.physics.Gravity
 
- 
Creates a gravity function with the given gravity value applied in the 'y' direction.
 
- Gravity(float, float, float) - Constructor for class org.gicentre.utils.network.traer.physics.Gravity
 
- 
Creates a gravity function with the given gravity value applied 3 dimensions.
 
- Gravity(Vector3D) - Constructor for class org.gicentre.utils.network.traer.physics.Gravity
 
- 
Creates a gravity function with the given gravity value applied 3 dimensions.
 
- GREENS - Static variable in class org.gicentre.utils.colour.ColourTable
 
- 
ColorBrewer sequential monochrome green scheme.
 
- GREYS - Static variable in class org.gicentre.utils.colour.ColourTable
 
- 
ColorBrewer sequential monochrome grey scheme.
 
- GREYSCALE - Static variable in class org.gicentre.utils.colour.ColourTable
 
- 
Greyscale (black to white) colour table.
 
- GRS_1967 - Static variable in class org.gicentre.utils.spatial.Ellipsoid
 
- 
GRS 1967 ellipsoid.
 
- GRS_1980 - Static variable in class org.gicentre.utils.spatial.Ellipsoid
 
- 
GRS 1980 ellipsoid (used by NAD 1983 datum).