- paintComponent(Graphics) - Method in class org.gicentre.treemappa.TreeMapPanel
-
Draws the tree map nodes.
- point(float, float) - Method in interface org.gicentre.treemappa.gui.Drawable
-
Should draw a 2D point at the given coordinates.
- polyLine(float[], float[]) - Method in interface org.gicentre.treemappa.gui.Drawable
-
Should draw a complex line that links the given coordinates.
- positionOf(Object) - Method in class org.gicentre.treemappa.MortonList
-
Returns the x,y position of the first occurrence of the given object in this collection,
or null if the collection does not contain the object.
- PTreeMappa - Class in org.gicentre.treemappa
-
Wrapper class to allow Processing sketches to load, create and draw treemaps.
- PTreeMappa(PApplet) - Constructor for class org.gicentre.treemappa.PTreeMappa
-
Creates an object capable of building and representing a treemap.
- PTreeMappa(PApplet, int, int) - Constructor for class org.gicentre.treemappa.PTreeMappa
-
Creates an object capable of building and representing a treemap with the given default image dimensions.
- PTreeMappa(PApplet, String) - Constructor for class org.gicentre.treemappa.PTreeMappa
-
Creates a treemap from the details supplied in the given configuration file.
- PTreeMappa(PApplet, String, int, int) - Constructor for class org.gicentre.treemappa.PTreeMappa
-
Creates a treemap of the given display dimensions from the details supplied in the given configuration file.