Skip navigation links
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 

R

RANDOM - Static variable in class org.gicentre.utils.colour.ColourTable
Random colour scheme for nominal data.
RD_BU - Static variable in class org.gicentre.utils.colour.ColourTable
ColorBrewer diverging red-blue scheme.
RD_GY - Static variable in class org.gicentre.utils.colour.ColourTable
ColorBrewer diverging red-grey scheme.
RD_PU - Static variable in class org.gicentre.utils.colour.ColourTable
ColorBrewer sequential red-purple scheme.
RD_YL_BU - Static variable in class org.gicentre.utils.colour.ColourTable
ColorBrewer diverging red-yellow-blue scheme.
RD_YL_GN - Static variable in class org.gicentre.utils.colour.ColourTable
ColorBrewer diverging red-yellow-green scheme.
readFile(String) - Static method in class org.gicentre.utils.colour.ColourTable
Creates a colour table from the rules defined in the file with the given name.
readFile(InputStream) - Static method in class org.gicentre.utils.colour.ColourTable
Creates a colour table from the rules defined in the given input stream.
readXML(String) - Method in class org.gicentre.utils.io.DOMProcessor
Reads the given XML file and converts it into a DOM.
readXML(InputStream) - Method in class org.gicentre.utils.io.DOMProcessor
Reads the XML from the given input stream and converts it into a DOM.
rect(float, float, float, float) - Method in interface org.gicentre.utils.gui.Drawable
Should draw a rectangle using the given location and dimensions.
REDS - Static variable in class org.gicentre.utils.colour.ColourTable
ColorBrewer sequential monochrome red scheme.
remove(Object) - Method in class org.gicentre.utils.geom.HashGrid
Removes the given object from the hash grid.
removeAll(Collection<?>) - Method in class org.gicentre.utils.geom.HashGrid
Removes the objects in the given collection from the hash grid.
removeAttraction(int) - Method in class org.gicentre.utils.network.traer.physics.ParticleSystem
Removes the attraction at the given position in the collection of attractions stored in this particle system.
removeAttraction(Attraction) - Method in class org.gicentre.utils.network.traer.physics.ParticleSystem
Removes the given attraction from the collection of attractions stored in this particle system if it exists.
removeColourRule(float) - Method in class org.gicentre.utils.colour.ColourTable
Removes the rule with the given lower index.
removeCustomForce(int) - Method in class org.gicentre.utils.network.traer.physics.ParticleSystem
Removes the custom force at the given position in the collection of custom forces stored in this particle system.
removeCustomForce(AbstractForce) - Method in class org.gicentre.utils.network.traer.physics.ParticleSystem
Removes the given custom force from the collection of custom forces stored in this particle system if it exists.
removeParticle(Particle) - Method in class org.gicentre.utils.network.traer.physics.ParticleSystem
Removes the given particle from the collection of particles stored in this particle system if it exists.
removePickerListener(PickerListener) - Method in class org.gicentre.utils.colour.ColourPicker
Removes the given pickerListener from those that will be informed when a colour has been chosen by the colour picker.
removePoint(PVector) - Method in class org.gicentre.utils.geom.ConvexHull
Removes a given point from the collection from which the hull is to be constructed.
removeSpring(int) - Method in class org.gicentre.utils.network.traer.physics.ParticleSystem
Removes the spring at the given position in the collection of springs stored in this particle system.
removeSpring(Spring) - Method in class org.gicentre.utils.network.traer.physics.ParticleSystem
Removes the given spring from the collection of springs stored in this particle system if it exists.
removeZoomPanListener(ZoomPanListener) - Method in class org.gicentre.utils.move.ZoomPan
Removes the given listener from those to be informed when zooming/panning has finished.
removeZoomPanListener(ZoomPanListener) - Method in class org.gicentre.utils.move.ZoomPan30
Removes the given listener from those to be informed when zooming/panning has finished.
renameElement(Node, String) - Method in class org.gicentre.utils.io.DOMProcessor
Renames the given element with the given new name.
renderer - Variable in class org.gicentre.utils.stat.AbstractChart
Alternative renderer for sketchy graphics and other styles.
reset() - Method in class org.gicentre.utils.move.ZoomPan
Resets the display to unzoomed and unpanned position.
reset() - Method in class org.gicentre.utils.move.ZoomPan30
Resets the display to unzoomed and unpanned position.
reset() - Method in class org.gicentre.utils.network.traer.physics.Particle
Resets this particle by setting its age to 0, dead=false, clears the position, velocity, force Vector3Ds, and mass = DEFAULT_MASS.
resetView() - Method in class org.gicentre.utils.network.ParticleViewer
Resets the zoomed view to show the entire network.
restLength() - Method in class org.gicentre.utils.network.traer.physics.Spring
Reports the ideal length, Spring.l; always more than 0.
retainAll(Collection<?>) - Method in class org.gicentre.utils.geom.HashGrid
Would strip all items from the hash grid apart from those contained in the given collection but is currently not supported by the hash grid.
rgbaToArgb(int) - Static method in class org.gicentre.utils.colour.ColourTable
Converts an RGBA into an ARGB colour.
RIDGE - Static variable in class org.gicentre.utils.colour.ColourTable
Ridge feature.
RUNGE_KUTTA - Static variable in class org.gicentre.utils.network.traer.physics.ParticleSystem
Deprecated.
Use the enum values defined in the Integrator class in preference to this.
RungeKuttaIntegrator - Class in org.gicentre.utils.network.traer.physics
Class capable of performing Runge Kutta integration.
RungeKuttaIntegrator(ParticleSystem) - Constructor for class org.gicentre.utils.network.traer.physics.RungeKuttaIntegrator
Sets up the integrator to be used by the given particle system.
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 
Skip navigation links