- Layout - Enum in org.gicentre.treemappa
-
Represents the types of layout supported by the TreeMap application.
- line(float, float, float, float) - Method in interface org.gicentre.treemappa.gui.Drawable
-
Should draw a 2D line between the given coordinate pairs.
- listAttributes() - Method in interface org.gicentre.treemappa.version.AbstractXML
-
Should provide a list of all the XML element's attributes as an array.
- listAttributes() - Method in class org.gicentre.treemappa.version.XML20
-
Provides a list of all the XML element's attributes as an array.
- load(String) - Method in class org.gicentre.treemappa.TreeMapProperties
-
Loads a set of treemappa configuration options from an XML file with the given name.
- load(InputStream) - Method in class org.gicentre.treemappa.TreeMapProperties
-
Loads a set of treemappa configuration options from an XML file from the given
input stream.
- LocatedObject - Class in org.gicentre.treemappa
-
Stores a 2D location which can be attached to any object.
- LocatedObject(double, double, Comparable) - Constructor for class org.gicentre.treemappa.LocatedObject
-
Creates a new location with the given coordinates attached to the given object.
- LocationList - Class in org.gicentre.treemappa
-
Stores a list of objects each be associated with a location.
- LocationList() - Constructor for class org.gicentre.treemappa.LocationList
-
Creates the collection.