A B C D F G H I J L M N O P R S T U V W

S

save(String) - Method in class org.gicentre.treemappa.TreeMapProperties
Saves these treeMappa properties to an XML file with the given name.
setAlignment(int, String) - Method in class org.gicentre.treemappa.TreeMappa
Sets the alignment setting for the given level of the treemap.
setAlignment(int, String) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the alignment setting for the given level of the treemap.
setAlignments(String) - Method in class org.gicentre.treemappa.TreeMappa
Sets the alignment settings for all levels within the treemap.
setAlignments(String) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the alignment settings for all levels within the treemap.
setAllowVerticalLabels(boolean) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets a whether or not vertical text labels are allowed for tall thin rectangles.
setBorder(int, float) - Method in class org.gicentre.treemappa.TreeMappa
Sets the border size of the nodes at the given level in the treemap.
setBorder(int, float) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the border size of the nodes at the given level in the treemap.
setBorderColour(int) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the colour used to display treemap borders.
setBorderColour(Color) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the colour used to display treemap borders.
setBorders(double) - Method in class org.gicentre.treemappa.TreeMappa
Sets the border size of the treemap.
setBorders(double) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the border size of the treemap.
setBranchFont(int, String) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the font used to display branch text at the given level.
setBranchFonts(String) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the font used to display text at all branch levels.
setBranchMaxTextSize(int, float) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the maximum text size of the branch labels at the given branch level.
setBranchMaxTextSizes(float) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the maximum text size of the branch labels at all hierarchy levels.
setBranchTextColour(int, int) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the colour used to display branch text at the given level.
setBranchTextColour(int, Color) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the colour used to display branch text at the given level.
setBranchTextColours(int) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the colour used to display text at all branch levels.
setBranchTextColours(Color) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the colour used to display text at all branch levels.
setBranchVectorWidth(int, float) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the width of the branch displacement vectors at the given branch level.
setBranchVectorWidths(float) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the width of the branch displacement vectors at all branch levels.
setColourTable(String) - Method in class org.gicentre.treemappa.PTreeMappa
Sets a new colour table from a colour table file.
setColourTable(ColourTable) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets a new colour table to be used to identify treemap node colours.
setHeight(float) - Method in class org.gicentre.treemappa.TreeMappa
Sets the new height of the treemap.
setLabel(String) - Method in class org.gicentre.treemappa.TreeMapNode
Sets the label associated with this node.
setLayout(int, String) - Method in class org.gicentre.treemappa.TreeMappa
Sets the new layout for the given level in the treemap.
setLayout(int, String) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the a new layout for the given level in the treemap.
setLayouts(String) - Method in class org.gicentre.treemappa.TreeMappa
Sets the a new default layout for the treemap.
setLayouts(String) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the a new default layout for the treemap.
setLeafFont(String) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the font used to display leaf text.
setLeafMaxTextSize(float) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the maximum text size of the leaf labels.
setLeafTextColour(int) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the colour used to display leaf text.
setLeafTextColour(Color) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the colour used to display leaf text.
setLeafVectorWidth(float) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the width of the leaf displacement vectors.
setLocation(Point2D) - Method in class org.gicentre.treemappa.TreeMapNode
Sets a new geographic location of this node.
setMaxProgress(int) - Method in class org.gicentre.treemappa.gui.JWFrame
Displays the maximum progress value.
setMessage(String) - Method in class org.gicentre.treemappa.gui.JWFrame
Displays the given message in the status bar.
setMinProgress(int) - Method in class org.gicentre.treemappa.gui.JWFrame
Displays the minimum progress value.
setMutation(float) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the mutation value that controls the degree of colour mutation when using evolutionary colour scheme.
setNumRecords(int) - Method in class org.gicentre.io.DbaseFileHeader
Sets the number of records in the file.
setParameter(String, String) - Method in class org.gicentre.treemappa.TreeMapProperties
Sets the given property with the given value.
setParent(MutableTreeNode) - Method in class org.gicentre.treemappa.TreeMapNode
Sets the new given parent of this node.
setProgress(int) - Method in class org.gicentre.treemappa.gui.JWFrame
Sets the current progress (should be between 0 and 100 unless minimum or maximum progress values have been changed.
setRandColourLevel(int) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the level at which random colour mutation should occur when using an evolutionary colour scheme.
setRoot(TreeMapNode) - Method in class org.gicentre.treemappa.TreeMappa
Sets the new tree data to be represented by the treemap.
setSeed(long) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets the seed value used to generate random colour mutations in the evolutionary colour scheme.
setShowArrowHead(boolean) - Method in class org.gicentre.treemappa.TreeMapPanel
Determines whether or not arrow heads are displayed when showing displacement vectors.
setShowBranchDisplacement(int, boolean) - Method in class org.gicentre.treemappa.TreeMapPanel
Determines whether or not branch displacement vectors are shown at the given branch level.
setShowBranchDisplacements(boolean) - Method in class org.gicentre.treemappa.TreeMapPanel
Determines whether or not branch displacement vectors are shown.
setShowBranchLabels(boolean) - Method in class org.gicentre.treemappa.TreeMapPanel
Determines whether or not branch labels are to be displayed.
setShowLeafDisplacement(boolean) - Method in class org.gicentre.treemappa.TreeMapPanel
Determines whether or not leaf displacement vectors are shown.
setShowLeafLabels(boolean) - Method in class org.gicentre.treemappa.TreeMapPanel
Determines whether or not leaf labels are to be displayed.
setSizeValue(Float) - Method in class org.gicentre.treemappa.TreeMapNode
Sets a new size value for this node.
setSortByObject(boolean) - Method in class org.gicentre.treemappa.LocatedObject
Sets any sorting operation to sort either by object (true) or location (false).
setUserObject(Object) - Method in class org.gicentre.treemappa.TreeMapNode
Would set the new user object to be carried by this node, but does nothing in this case except report an error.
setUseTransparency(boolean) - Method in class org.gicentre.treemappa.TreeMapPanel
Sets whether or not transparency is used to when drawing the treemap.
setWidth(float) - Method in class org.gicentre.treemappa.TreeMappa
Sets the new width of the treemap.
ShapefileWriter - Class in org.gicentre.io
Writes out a treemap as a collection of ESRI shapefiles.
ShapefileWriter() - Constructor for class org.gicentre.io.ShapefileWriter
There should be no need to call the constructor explicitly since all methods are static.
showProgress(boolean) - Method in class org.gicentre.treemappa.gui.JWFrame
Shows or removes the progress bar from the frame.
showStatistics() - Method in class org.gicentre.treemappa.TreeMappa
Display the summary statistics describing the treemap.
showStatistics() - Method in class org.gicentre.treemappa.TreeMapPanel
Display the summary statistics describing the treemap.
size() - Method in class org.gicentre.treemappa.LocationList
Reports the number of items stored in the list.
sortAtLevel(int) - Method in class org.gicentre.treemappa.TreeMapNode
Sorts all nodes at the given level in the hierarchy into descending order.
sortByDistance(Point2D) - Method in class org.gicentre.treemappa.LocationList
Sorts the locations by distance from the given point.
sortByObject() - Method in class org.gicentre.treemappa.LocationList
Sorts the locations by the descending natural order of the objects that are attached to them.
sortChildren() - Method in class org.gicentre.treemappa.TreeMapNode
Sorts the immediate child nodes into descending order.
sortChildren(Comparator<TreeMapNode>) - Method in class org.gicentre.treemappa.TreeMapNode
Sorts the immediate child nodes using the given comparator.
sortDescendants(Comparator<TreeMapNode>) - Method in class org.gicentre.treemappa.TreeMapNode
Sorts all of the descendants of this node using the given comparator.
sortDescendants() - Method in class org.gicentre.treemappa.TreeMapNode
Sorts all descendants into descending order.

A B C D F G H I J L M N O P R S T U V W
treeMappa V.3.0.1, API documentation generated 4th April, 2011