- readData(String) - Method in class org.gicentre.treemappa.PTreeMappa
-
Reads in CSV tree data from the Processing sketch's data folder.
- readData(String, String) - Method in class org.gicentre.treemappa.PTreeMappa
-
Reads in tree data in the given format from the Processing sketch's data folder.
- readData() - Method in class org.gicentre.treemappa.TreeMappa
-
Reads in the data from the file identified in the treemap configuration file provided to
the constructor.
- readData(PTreeMappa) - Method in class org.gicentre.treemappa.TreeMappa
-
Reads in the data from the file identified in the given PTreeMappa object.
- readHeader(ReadableByteChannel) - Method in class org.gicentre.io.DbaseFileHeader
-
Reads the header data from the DBF file.
- rect(float, float, float, float) - Method in interface org.gicentre.treemappa.gui.Drawable
-
Should draw a rectangle using the given location and dimensions.
- rect(float, float, float, float, float, float) - Method in interface org.gicentre.treemappa.gui.Drawable
-
Should draw a curved rectangle using the given location and dimensions with a given radii of curvature in
the x and y directions.
- rect(float, float, float, float, float) - Method in class org.gicentre.treemappa.version.Ver20
-
Draws a rounded rectangle with the given position parameters a-d with corners rounded to radius r.
- rect(float, float, float, float, float) - Method in interface org.gicentre.treemappa.version.VersionHandler
-
Draws a rounded rectangle with the given position parameters a-d with corners rounded to radius r.
- remove(LocatedObject) - Method in class org.gicentre.treemappa.LocationList
-
Removes the given object from the collection.
- remove(int) - Method in class org.gicentre.treemappa.LocationList
-
Removes the object at the given position in the collection.
- remove() - Method in class org.gicentre.treemappa.TreeMapBreadthFirstIterator
-
Would remove the last returned node from the hierarchy, but does nothing in this case.
- remove(int) - Method in class org.gicentre.treemappa.TreeMapNode
-
Removes the child node at the given index.
- remove(MutableTreeNode) - Method in class org.gicentre.treemappa.TreeMapNode
-
Removes the given child node.
- removeColumn(String) - Method in class org.gicentre.io.DbaseFileHeader
-
Removes a column from this DbaseFileHeader.
- removeFromParent() - Method in class org.gicentre.treemappa.TreeMapNode
-
Removes this node from its parent if it has one.
- removeInterruptionListener(JWInterruptionListener) - Method in class org.gicentre.treemappa.gui.JWFrame
-
Removes the given interruption listener from this window.
- resetDirection(int) - Method in class org.gicentre.treemappa.MortonList
-
Clears this collection and sets the given direction for Morton ordering.
- run() - Method in class org.gicentre.treemappa.gui.JWFrame
-
Displays the frame as part of a threaded process.