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

G

get(int) - Method in class org.gicentre.treemappa.LocationList
Gets the object at the given position in the collection.
get(int, int) - Method in class org.gicentre.treemappa.MortonList
Returns the object at the given x,y position or null if no object at the given position.
getAccumSize() - Method in class org.gicentre.treemappa.TreeMapNode
Reports the accumulated numeric values of this node and its children.
getAction(String) - Method in class org.gicentre.treemappa.gui.JWFrame
Returns the action item (button or menu item) associated with the given name.
getAlignments() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides a set of ordered alignment settings for each level of the treemap hierarchy.
getAllowsChildren() - Method in class org.gicentre.treemappa.TreeMapNode
Reports whether this node allows children.
getAllowVerticalLabels() - Method in class org.gicentre.treemappa.TreeMapProperties
Reports whether or not labels can have vertical text.
getArea() - Method in class org.gicentre.treemappa.TreeMapNode
Reports the area of this node.
getBorderColour() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides the colour used to display borders
getBorders() - Method in class org.gicentre.treemappa.TreeMapPanel
Provides the set of ordered border width settings for each level of the treemap hierarchy.
getBorders() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides a set of ordered border width settings for each level of the treemap hierarchy.
getBranchMaxTextSizes() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides a set of ordered maximum branch text size settings for each level of the treemap hierarchy.
getBranchTextColours() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides a set of ordered branch text colour settings for each level of the treemap hierarchy.
getBranchTextFonts() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides a set of ordered branch text font names for each level of the treemap hierarchy.
getBranchVectorWidths() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides a set of ordered vector width settings for each level of the treemap hierarchy.
getChildAt(int) - Method in class org.gicentre.treemappa.TreeMapNode
Reports the child at the given index.
getChildCount() - Method in class org.gicentre.treemappa.TreeMapNode
Reports the number of children held by this node.
getChildren() - Method in class org.gicentre.treemappa.TreeMapNode
Reports the children of this node.
getClosest(Point2D) - Method in class org.gicentre.treemappa.LocationList
Retrieves the object closest to the given location.
getColourTable() - Method in class org.gicentre.treemappa.TreeMapPanel
Provides the colour table currently used to identify treemap node colours.
getColourValue() - Method in class org.gicentre.treemappa.TreeMapNode
Reports the numeric value associated with colour of node.
getConfig() - Method in class org.gicentre.treemappa.TreeMappa
Provides the configuration options used to create the treemap.
getConfigFileName() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides the name of the file used to save this configuration or null if not to be saved.
getCTableFileName() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides the name of the file used for the treemap colour table.
getEWComparator() - Static method in class org.gicentre.treemappa.TreeMapNode
Provides a spatial comparator that can be used for ordering nodes in an west-east direction.
getFieldClass(int) - Method in class org.gicentre.io.DbaseFileHeader
Determines the most appropriate Java Class for representing the data in the field.
getFieldDecimalCount(int) - Method in class org.gicentre.io.DbaseFileHeader
Reports the location of the decimal point within the field.
getFieldLength(int) - Method in class org.gicentre.io.DbaseFileHeader
Reports the field length in bytes.
getFieldName(int) - Method in class org.gicentre.io.DbaseFileHeader
Reports the name of the field at the given index.
getFieldString(int, String) - Method in class org.gicentre.io.DbaseFileWriter.FieldFormatter
Reports the field string set to the given size.
getFieldString(Date) - Method in class org.gicentre.io.DbaseFileWriter.FieldFormatter
Reports the field string representing the given date.
getFieldString(int, int, Number) - Method in class org.gicentre.io.DbaseFileWriter.FieldFormatter
Reports the field string representation of a number to a given number of decimal places.
getFieldType(int) - Method in class org.gicentre.io.DbaseFileHeader
Reports the type of field at the given index.
getFileType() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides the file type used for defining the hierarchy.
getHeaderLength() - Method in class org.gicentre.io.DbaseFileHeader
Reports the length of the header.
getHeight() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides the height of the treemap in pixels.
getImage() - Method in class org.gicentre.treemappa.TreeMapPanel
Reports the treemap image assuming it can store alpha (transparency) values.
getImage(boolean) - Method in class org.gicentre.treemappa.TreeMapPanel
Reports the treemap image.
getImageFileName() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides the name of the file used for image output.
getIndex(TreeNode) - Method in class org.gicentre.treemappa.TreeMapNode
Reports the index of the given node in this node's list of children.
getInFileName() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides the name of the file used for defining the hierarchy.
getIsTransparent() - Method in class org.gicentre.treemappa.TreeMapProperties
Reports whether or not transparency should be used when constructing the treemap graphic.
getIsVerbose() - Method in class org.gicentre.treemappa.TreeMapProperties
Reports whether or not verbose reporting of progress is required.
getLabel() - Method in class org.gicentre.treemappa.TreeMapNode
Reports the text label associated with the node.
getLabelBranches() - Method in class org.gicentre.treemappa.TreeMapProperties
Reports whether or not branches are to be labelled.
getLabelLeaves() - Method in class org.gicentre.treemappa.TreeMapProperties
Reports whether or not leaves are to be labelled.
getLargestFieldSize() - Method in class org.gicentre.io.DbaseFileHeader
Reports the largest field size of this table.
getLastUpdateDate() - Method in class org.gicentre.io.DbaseFileHeader
Reports the date this file was last updated.
getLayouts() - Method in class org.gicentre.treemappa.TreeMapPanel
Reports the currently used treemap layouts at each level of the hierarchy.
getLayouts() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides a set of ordered layout settings for each level of the treemap hierarchy.
getLeafMaxTextSize() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides the maximum leaf text size pixels.
getLeafTextColour() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides the colour used to display leaf labels.
getLeafTextFont() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides the name of the font used to display leaf labels.
getLeafVectorWidth() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides the width of leaf displacement vectors in pixels.
getLevel() - Method in class org.gicentre.treemappa.TreeMapNode
Reports the depth of this node.
getLocation() - Method in class org.gicentre.treemappa.LocatedObject
Reports the coordinates of this object.
getLocation() - Method in class org.gicentre.treemappa.TreeMapNode
Reports the location of this node.
getMaxDepth() - Method in class org.gicentre.treemappa.TreeMapNode
Reports the maximum depth that can be found by traversing from this node downward.
getMorton(int, int) - Method in class org.gicentre.treemappa.MortonList
Reports the Morton number representing the given x,y coordinate pair.
getMutation() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides the mutation index that controls the degree of colour mutation when using evolutionary colour scheme.
getNeedsRebuilding() - Method in class org.gicentre.treemappa.TreeMappa
Reports whether or not the treemap needs building.
getNeighbours() - Method in class org.gicentre.treemappa.TreeMapNode
Reports the nodes that are immediate neighbours of this one.
getNextX(Object) - Method in class org.gicentre.treemappa.MortonList
Returns the object that is to the 'right' (x+1) of the first instance of the given reference object or null if no object to the right or if the given reference object not found.
getNextY(Object) - Method in class org.gicentre.treemappa.MortonList
Returns the object that is 'below' (y+1) the first instance of the given reference object or null if no object below or if the given reference object not found.
getNSComparator() - Static method in class org.gicentre.treemappa.TreeMapNode
Provides a spatial comparator that can be used for ordering nodes in an south-north direction.
getNumFields() - Method in class org.gicentre.io.DbaseFileHeader
Reports the number of fields in the records.
getNumLeaves() - Method in class org.gicentre.treemappa.TreeMapNode
Reports the number of leaves attached to this node and any of its descendants in the tree.
getNumRecords() - Method in class org.gicentre.io.DbaseFileHeader
Reports the number of records in the file.
getObject() - Method in class org.gicentre.treemappa.LocatedObject
Reports the object that has been given a location.
getOrder() - Method in class org.gicentre.treemappa.TreeMapNode
Reports the value used to determine node order.
getOutFileName() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides the name of the file used for treemap coordinate output.
getParent() - Method in class org.gicentre.treemappa.TreeMapNode
Reports the parent of this node.
getPath() - Method in class org.gicentre.treemappa.TreeMapNode
Reports the path from the root node to this one (line of antecedents).
getPixelToGeo(Point2D) - Method in class org.gicentre.treemappa.TreeMapPanel
Transforms the given point from pixel to georeferenced coordinates.
getRandColourLevel() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides the level at which random colour mutation should occur when using an evolutionary colour scheme.
getRecordLength() - Method in class org.gicentre.io.DbaseFileHeader
Reports the length of the records in bytes.
getRectangle() - Method in class org.gicentre.treemappa.TreeMapNode
Reports the rectangle representing the tree-map coordinates of this node.
getRoot() - Method in class org.gicentre.treemappa.TreeMappa
Provides the root node of the treeMap.
getSeed() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides the random seed when using an evolutionary colour scheme.
getShowArrowHead() - Method in class org.gicentre.treemappa.TreeMapProperties
Reports whether or not arrow heads are to be drawn on displacement vectors.
getShowBranchDisplacements() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides a set of branch displacement display settings for each level of the treemap hierarchy.
getShowLeafDisplacement() - Method in class org.gicentre.treemappa.TreeMapProperties
Reports whether or not leaf displacement vectors are to be drawn.
getShowStatistics() - Method in class org.gicentre.treemappa.TreeMapProperties
Reports whether or not treemap statistics are to be reported.
getShowTreeView() - Method in class org.gicentre.treemappa.TreeMapProperties
Reports whether or not a collapsable tree view is to be shown.
getSizeValue() - Method in class org.gicentre.treemappa.TreeMapNode
Reports the numeric value associated with size of node.
getText() - Static method in class org.gicentre.treemappa.Version
Reports the current version of the treeMappa library.
getTextOnly() - Method in class org.gicentre.treemappa.TreeMapProperties
Reports whether or not text only output is required.
getTreeMappa() - Method in class org.gicentre.treemappa.PTreeMappa
Provides the TreeMappa object used to build and display treemaps.
getTreeMapPanel() - Method in class org.gicentre.treemappa.PTreeMappa
Provides a TreeMapPanel used to customise the appearance of the treemap.
getTreeMapPanel() - Method in class org.gicentre.treemappa.TreeFrame
Provides the panel in which the treemap is displayed.
getTreeModel() - Method in class org.gicentre.treemappa.TreeMappa
Provides a TreeModel tree model view of this treemap object.
getUseLabels() - Method in class org.gicentre.treemappa.TreeMapProperties
Reports whether or not labels are used to define the treemap hierarchy.
getVersion() - Static method in class org.gicentre.treemappa.Version
Reports the numeric version of the treeMappa library.
getWidth() - Method in class org.gicentre.treemappa.TreeMapProperties
Provides the width of the treemap in pixels.
getX(int) - Method in class org.gicentre.treemappa.MortonList
Reports the x coordinate of the position represented by the given Morton number.
getY(int) - Method in class org.gicentre.treemappa.MortonList
Reports the y coordinate of the position represented by the given Morton number.

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