A B C D E F G H I K L M N O P R S T U V W X Y Z

A

accept(File) - Method in class did.io.DIDFileFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
actionPerformed(ActionEvent) - Method in class did.gui.DIDFindMsgBox
 
actionPerformed(ActionEvent) - Method in class did.gui.DIDUnicodeEditor
 
actionPerformed(ActionEvent) - Method in class did.gui.TrueViz
This method intercepts actions from resitered components and performs specific tasks based on the component the action is coming from.
actionPerformed(ActionEvent) - Method in class did.gui.DIDControlBar
 
activeRoi - Static variable in class did.gui.DIDImageCanvas
A reference to the DIDRoiIFC interface.
add(String) - Method in class did.xml.DIDEntityType
 
add(String, int) - Method in class did.xml.DIDEntityType
 
addExtension(String) - Method in class did.io.DIDFileFilter
Adds a filetype "dot" extension to filter against.
addInfo(String, String) - Method in class did.gui.DIDInfoPanel
 
addROI(int, DIDNode, String) - Method in class did.xml.DIDDefaultTreeModel
Method used to add the data behind an ROI (whether it be a Zone, Line, or Character) to both the Java and DOM Trees.
ancestor(int, int) - Method in class did.xml.DIDEntityType
 
approxMatch(String, String, int) - Method in class did.gui.DIDFindMsgBox
 
arrowDisplay() - Method in class did.gui.DIDImageCanvas
 
at - Variable in class did.gui.DIDBaseRoi
Attribute that holds the current transform for this ROI.
at - Variable in class did.gui.DIDImageCanvas
JAVA 2D coordinate mapping object necessary to render main image.

B

BASE - Static variable in interface did.gui.DIDRoiIFC
Constant(s) denoting the kind of ROI.
buildDIDModel(String) - Method in class did.xml.DIDDefaultTreeModel
Method used to build the tree of nodes this model manages.
buildLogicalLinks(DIDNode) - Method in class did.xml.DIDDefaultTreeModel
Method used to build logical links.
buildROI(DIDNode, String) - Method in class did.xml.DIDDefaultTreeModel
Method used to build ROI objects from the XML.
buildTypes(Document) - Method in class did.xml.DIDEntityType
Read types from the XML structure.
BuiltInEntityLevels - Variable in class did.xml.DIDEntityType
 
BuiltInEntityTypeNames - Variable in class did.xml.DIDEntityType
 
BuiltInEntityTypes - Variable in class did.xml.DIDEntityType
 

C

canonical - Variable in class did.io.DOMWriter
Canonical output.
cHandler - Variable in class did.gui.DIDImageCanvas
Reference to a class used to manage the creation of new ROIs.
changePage(int) - Method in class did.gui.DIDUnicodeTable
 
changeScale(float) - Method in class did.gui.DIDImageCanvas
 
CHARACTER - Static variable in interface did.gui.DIDRoiIFC
Constant(s) denoting the type of data the ROI represents.
CHARACTER - Static variable in class did.xml.DIDNode
Contant(s) that denote the type of data this Node represents as it pertains to the application.
clearAll() - Method in class did.xml.DIDEntityType
Remove all types.
committed - Variable in class did.gui.DIDRussianInputMethod
 
committedText - Variable in class did.gui.DIDRussianInputMethod
 
composingText - Variable in class did.gui.DIDRussianInputMethod
 
CONSTRUCTING - Static variable in interface did.gui.DIDRoiIFC
Constant(s) denoting the status of the ROI.
controlBar - Variable in class did.gui.TrueViz
 
CORNER_HEIGHT - Static variable in class did.gui.DIDBaseRoi
Integer used to dermine the size and location of the rectangle which marks a vertex.
CORNER_WIDTH - Static variable in class did.gui.DIDBaseRoi
Integer used to dermine the size and location of the rectangle which marks a vertex.
CREATE - Static variable in class did.gui.DIDImageCanvas
These Constants define the state of the canvas.
createTable() - Method in class did.gui.DIDUnicodeTable
 
currRow1 - Variable in class did.gui.DIDKeyBDisplay
 
currRow2 - Variable in class did.gui.DIDKeyBDisplay
 
currRow3 - Variable in class did.gui.DIDKeyBDisplay
 
currRow4 - Variable in class did.gui.DIDKeyBDisplay
 

D

decodeString(String) - Static method in class did.xml.DIDNode
Method used to convert the unicode values into unicode string
decodeString(String) - Static method in class did.xml.DIDTree
DEL
deleteDomNode() - Method in class did.xml.DIDNode
Method used to remove the userObject from the TreeModels DOM Tree.
deleteNext() - Method in class did.gui.DIDImageCanvas
 
deleteRoi() - Method in class did.gui.DIDImageCanvas
Method used to remove and ROI and its corresponding data from the display and data file respectively.
DIDBaseRoi - class did.gui.DIDBaseRoi.
File: DIDBaseROI.java Version: 1.1 Description: Abstract class from which all specialized ROI classes are derived.
DIDBaseRoi() - Constructor for class did.gui.DIDBaseRoi
Method used to instatiate the class.
DIDBaseRoi(int) - Constructor for class did.gui.DIDBaseRoi
Method used to instantitiate this class.
DIDBaseRoi(int[], int[], int) - Constructor for class did.gui.DIDBaseRoi
Constructor used to initalize the object.
DIDControlBar - class did.gui.DIDControlBar.
File: DIDControlBar.java Version: 1.0 Description: Modification Log: Date Name Comment xx-xx-xxxx XXX xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
DIDControlBar(TrueViz, DIDImageCanvas) - Constructor for class did.gui.DIDControlBar
 
DIDCreationHandler - class did.gui.DIDCreationHandler.
File: DIDCreationHandler.java Version: 1.0 Description: This class is responsible for the creation of both rectangle and polygon ROIs.
DIDCreationHandler(DIDImageCanvas) - Constructor for class did.gui.DIDCreationHandler
Method used to instantiate the class.
DIDDefaultTreeModel - class did.xml.DIDDefaultTreeModel.
File: DIDDefaultTreeModel.java Version: 1.0 Description: Implementation of the Java DefaultTreeModel.
DIDDefaultTreeModel(TreeNode) - Constructor for class did.xml.DIDDefaultTreeModel
Method used to instantiate this class.
DIDDefaultTreeModel(TreeNode, String) - Constructor for class did.xml.DIDDefaultTreeModel
Method used to instantiate this class.
DIDEditHandler - class did.gui.DIDEditHandler.
File: DIDEditHandler.java Version: 1.1 Description: This class handles all movement and scaling of ROIs (rotation was inteded to be handled by this class but for now is handled by the ImageCanvas).
DIDEditHandler(DIDImageCanvas) - Constructor for class did.gui.DIDEditHandler
Method used to instantiate the class.
DIDEntityType - class did.xml.DIDEntityType.
File: DIDEntityType.java Version: 1.0 Description: Modification Log: Date Name Comment xx-xx-xxxx XXX xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
DIDEntityType() - Constructor for class did.xml.DIDEntityType
Method used to instantiate this class.
DIDFileFilter - class did.io.DIDFileFilter.
File: DIDFileFilter.java Version: 1.1 Description: A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
DIDFileFilter() - Constructor for class did.io.DIDFileFilter
Creates a file filter.
DIDFileFilter(String) - Constructor for class did.io.DIDFileFilter
Creates a file filter that accepts files with the given extension.
DIDFileFilter(String[]) - Constructor for class did.io.DIDFileFilter
Creates a file filter from the given string array.
DIDFileFilter(String[], String) - Constructor for class did.io.DIDFileFilter
Creates a file filter from the given string array and description.
DIDFileFilter(String, String) - Constructor for class did.io.DIDFileFilter
Creates a file filter that accepts the given file type.
DIDFindMsgBox - class did.gui.DIDFindMsgBox.
File: DIDFindMsgBox.java Version: 1.0 Description: This class provides an ability to search the ground truth text to find entities that contains a keyword string.
DIDFindMsgBox(DIDImageCanvas, DIDDefaultTreeModel) - Constructor for class did.gui.DIDFindMsgBox
 
DIDImageCanvas - class did.gui.DIDImageCanvas.
File: DIDImageCanvas.java Version: 1.1 Description: This component is an implementation of JComponent that is responsible for the display and manipulation of ground truth data (XML).
DIDImageCanvas(String, int, DIDTree, TrueViz) - Constructor for class did.gui.DIDImageCanvas
Constructor used to initialize the component.
DIDInfoPanel - class did.gui.DIDInfoPanel.
 
DIDInfoPanel() - Constructor for class did.gui.DIDInfoPanel
 
DIDInputMethod - interface did.gui.DIDInputMethod.
 
DIDKeyBDisplay - class did.gui.DIDKeyBDisplay.
 
DIDKeyBDisplay() - Constructor for class did.gui.DIDKeyBDisplay
 
DIDMultTextArea - class did.gui.DIDMultTextArea.
 
DIDMultTextArea() - Constructor for class did.gui.DIDMultTextArea
Constructs a DIDMultTextArea.
DIDMultTextArea(String) - Constructor for class did.gui.DIDMultTextArea
 
DIDNode - class did.xml.DIDNode.
File: DIDNode.java Version: 1.1 Description: This class extends the DefaultMutableTreeNode class and therefore fits nicely into the Swing MVC concept.
DIDNode(Node, DIDDefaultTreeModel) - Constructor for class did.xml.DIDNode
Method used to instantiate this class.
DIDOcrCanvas - class did.gui.DIDOcrCanvas.
 
DIDOcrCanvas() - Constructor for class did.gui.DIDOcrCanvas
 
DIDPolyRoi - class did.gui.DIDPolyRoi.
File: DIDPolyROI.java Version: 1.1 Description: This class is an extension of the DIDBaseRoi class and represents a polygon.
DIDPolyRoi() - Constructor for class did.gui.DIDPolyRoi
Method used to instantiate this class.
DIDPolyRoi(int[], int[], int) - Constructor for class did.gui.DIDPolyRoi
Constructor used to initalize the object.
DIDProperties - class did.gui.DIDProperties.
File: DIDProperties.java Version: 1.1 Description: An extension of the Java Properties class implmented as a singleton.
DIDRectRoi - class did.gui.DIDRectRoi.
File: DIDRectROI.java Version: 1.1 Description: This class is an extension of the DIDBaseRoi class and represents a rectangle.
DIDRectRoi() - Constructor for class did.gui.DIDRectRoi
Method used to instantiate this class.
DIDRectRoi(int[], int[], int) - Constructor for class did.gui.DIDRectRoi
Constructor used to initalize the object.
DIDRoiIFC - interface did.gui.DIDRoiIFC.
File: DIDRoiIFC.java Version: 1.1 Description: This interface is key to the functionality of this application as is it encapsulates all the common functionality necessary for the ROI architecture to work properly.
DIDRussianInputMethod - class did.gui.DIDRussianInputMethod.
 
DIDRussianInputMethod(boolean) - Constructor for class did.gui.DIDRussianInputMethod
 
DIDSelectionHandler - class did.gui.DIDSelectionHandler.
File: DIDSelectionHandler.java Version: Description: This class provides the mult-selection capability for the ImageCanvas.
DIDSelectionHandler(DIDImageCanvas) - Constructor for class did.gui.DIDSelectionHandler
Method used to instantiate the class.
DIDTree - class did.xml.DIDTree.
File: DIDTree.java Version: 1.1 Description: This class is an extension of the Swing JTree class.
DIDTree(DefaultTreeModel) - Constructor for class did.xml.DIDTree
Method used to instantiate the class.
DIDTreeCellEditor - class did.xml.DIDTreeCellEditor.
File: DIDTreeCellEditor.java Version: 1.1 Description: This class is called when the user triple clicks on a node of the DIDTree.
DIDTreeCellEditor(JTree) - Constructor for class did.xml.DIDTreeCellEditor
Method used to instantiate this class.
DIDTreeCellRenderer - class did.xml.DIDTreeCellRenderer.
File: DIDTree.java Version: 1.1 Description: This class is responsible for custom rendering each cell in the DIDTree it is registerd to.
DIDTreeCellRenderer(DIDDefaultTreeModel) - Constructor for class did.xml.DIDTreeCellRenderer
Method used to instantiate the class.
DIDTreeModelListener - class did.xml.DIDTreeModelListener.
File: DIDTreeModelListener.java Version: 1.1 Description: This class was intended to listen to the DIDTree and respond to certain events initiated by the user.
DIDTreeModelListener() - Constructor for class did.xml.DIDTreeModelListener
Method used to instantiate the class.
DIDTreeSelectionListener - class did.xml.DIDTreeSelectionListener.
File: DIDTreeSelectionListener.java Version: 1.1 Description: Although this class is registered on the DIDTree, at this time it performs no real function.
DIDTreeSelectionListener() - Constructor for class did.xml.DIDTreeSelectionListener
 
DIDUnicodeEditor - class did.gui.DIDUnicodeEditor.
 
DIDUnicodeEditor(DIDNode) - Constructor for class did.gui.DIDUnicodeEditor
 
DIDUnicodeTable - class did.gui.DIDUnicodeTable.
File: DIDUnicodeTable.java Version: 1.0 Description: This class provides an ability to search and input the unicode character.
DIDUnicodeTable(JTextArea) - Constructor for class did.gui.DIDUnicodeTable
 
displayInfopanel() - Method in class did.gui.DIDImageCanvas
 
DOCUMENT - Static variable in class did.xml.DIDNode
Contant(s) that denote the type of data this Node represents as it pertains to the application.
DOMParserWrapper - interface did.io.DOMParserWrapper.
File: DOMParserWrapper.java Version: 1.1 Description: Encapsulates a DOM parser.
DOMWriter - class did.io.DOMWriter.
File: DOMWriter.java Version: 1.1 Description: This class is used to traverse a DOM tree in order to write a document to an outputstream.
DOMWriter(boolean) - Constructor for class did.io.DOMWriter
Default constructor.
DOMWriter(String) - Constructor for class did.io.DOMWriter
 
DOMWriter(String, boolean) - Constructor for class did.io.DOMWriter
 
draw(Graphics2D) - Method in class did.gui.DIDBaseRoi
This method renders the object onto whatever graphics object is passed to it as a parameter.
draw(Graphics2D) - Method in class did.gui.DIDPolyRoi
Method used to render this object onto an existing graphics object passed in as a parameter.
draw(Graphics2D) - Method in class did.gui.DIDRectRoi
Method used to render this object onto an existing graphics object passed in as a parameter.
draw(Graphics2D) - Method in interface did.gui.DIDRoiIFC
This method renders the object on the screen.
draw(Graphics2D, float) - Method in class did.gui.DIDBaseRoi
 
draw(Graphics2D, float) - Method in class did.gui.DIDPolyRoi
 
draw(Graphics2D, float) - Method in class did.gui.DIDRectRoi
 
draw(Graphics2D, float) - Method in interface did.gui.DIDRoiIFC
 
drawArrow(Graphics2D, float) - Method in class did.gui.DIDBaseRoi
 
drawTriangle(Graphics2D, Point, Point, int) - Method in class did.gui.DIDBaseRoi
 

E

EDIT - Static variable in class did.gui.DIDImageCanvas
These Constants define the state of the canvas.
eHandler - Variable in class did.gui.DIDImageCanvas
Reference to a class used to manage the editing of a single ROI.
EntityLevels - Variable in class did.xml.DIDEntityType
 
EntityType - Static variable in class did.xml.DIDDefaultTreeModel
Attribute that specify the entity types
EntityTypeNames - Variable in class did.xml.DIDEntityType
 
EntityTypes - Variable in class did.xml.DIDEntityType
 

F

fileOpen(File) - Method in class did.gui.TrueViz
This method opens a file.
finalizeROI() - Method in class did.gui.DIDBaseRoi
Method used to finalize and ROI.
finalizeROI() - Method in interface did.gui.DIDRoiIFC
Method used to finalize and ROI.
findChildren(DIDNode, String) - Method in class did.xml.DIDDefaultTreeModel
Method used to locate a specific set of children by the name.
findNodes(DIDNode, String) - Method in class did.xml.DIDDefaultTreeModel
Method used to locate a specific set of nodes by the name their userObjects (DOM Nodes).
findNodesByID(DIDNode, String) - Method in class did.xml.DIDDefaultTreeModel
Method used to locate a specific set of nodes by the ID.
findNodesHaving(DIDNode, String) - Method in class did.xml.DIDDefaultTreeModel
Method used to find a specific set of nodes the suffix of whose name equals to the suffix parameter.
fitHeight() - Method in class did.gui.TrueViz
This method scale the image so that the height of the image fit to the height of the panel.
fitWidth() - Method in class did.gui.TrueViz
This method scale the image so that the width of the image fit to the width of the panel.
focus - Variable in class did.gui.DIDBaseRoi
Attribute used to determine if the ROI has focus and therefore should be rendered distinctly.

G

getAnchorNode() - Method in class did.gui.DIDBaseRoi
Method used to return a reference to the corresponding DIDNode.
getAnchorNode() - Method in interface did.gui.DIDRoiIFC
Method used to return a reference to the corresponding DIDNode.
getAttribute(DIDNode, String) - Method in class did.xml.DIDDefaultTreeModel
Method used to find the value of entity attribute.
getBounds() - Method in class did.gui.DIDBaseRoi
 
getBuiltInTypeNames() - Method in class did.xml.DIDEntityType
 
getCenterPoint(float) - Method in class did.gui.DIDBaseRoi
 
getChild(DIDNode, String) - Method in class did.xml.DIDDefaultTreeModel
Method used to get the first children of a specific node whose name is same as the nodeName parameter.
getCommittedText() - Method in interface did.gui.DIDInputMethod
 
getCommittedText() - Method in class did.gui.DIDRussianInputMethod
 
getComposingText() - Method in interface did.gui.DIDInputMethod
 
getComposingText() - Method in class did.gui.DIDRussianInputMethod
 
getCurrChar() - Method in class did.gui.DIDUnicodeTable
 
getCurrCode() - Method in class did.gui.DIDUnicodeTable
 
getDataType() - Method in class did.xml.DIDNode
Method used to deterime the type of data this node userObject contains as is pertains to this application.
getDescription() - Method in class did.io.DIDFileFilter
Returns the human readable description of this filter.
getDomNode() - Method in class did.xml.DIDNode
Method used to return the DOM node this node is mirroring.
getDrawArrow() - Method in class did.gui.DIDBaseRoi
Method used to return a value of myDrawArrow.
getExtension(File) - Method in class did.io.DIDFileFilter
Return the extension portion of the file's name .
getFillColor() - Method in class did.gui.DIDBaseRoi
Method used to get the color of the ROI's inside.
getFillColor() - Method in interface did.gui.DIDRoiIFC
Method used to get the color of the ROI's inside.
getFocusColor() - Method in class did.gui.DIDBaseRoi
Method used to get the color of the ROI when it has the focus.
getFocusColor() - Method in interface did.gui.DIDRoiIFC
Method used to get the color of the ROI when it has the focus.
getHexStr(int) - Method in class did.gui.DIDUnicodeTable
 
getIndex(int) - Method in class did.xml.DIDEntityType
Method to get index from type num
getIndex(String) - Method in class did.xml.DIDEntityType
Method to get index from type name
getInstance() - Static method in class did.gui.DIDProperties
This method is used to retrieve the only instance of this class stored locally as an attribute.
getKeyBDisplay() - Method in interface did.gui.DIDInputMethod
 
getKeyBDisplay() - Method in class did.gui.DIDRussianInputMethod
 
getMode() - Method in class did.gui.DIDImageCanvas
Method used to get the Mode of the ImageCanvas.
getModel() - Method in class did.xml.DIDNode
Method used to return a reference to the TreeModel to which this Node belongs.
getName(int) - Method in class did.xml.DIDEntityType
Method to get the name of entity type from the index of the array storing entity type names.
getNextRoi() - Method in class did.gui.DIDBaseRoi
Method used to return a reference to the next ROI.
getNextRoi() - Method in interface did.gui.DIDRoiIFC
Method used to return a reference to the next ROI.
getNodeByID(DIDNode, String) - Method in class did.xml.DIDDefaultTreeModel
Method used to get the first node whose ID is same as the idName parameter.
getNodeName() - Method in class did.xml.DIDNode
Method used to return the name of the DOM node in the userObject.
getNodeType() - Method in class did.gui.DIDBaseRoi
Method used to return the type of data this ROI is reprsenting (Zone, Line, Character).
getNodeType() - Method in interface did.gui.DIDRoiIFC
Method used to return the type of data this ROI is reprsenting (Zone, Line, Character).
getNodeType() - Method in class did.xml.DIDNode
Method used to return the type of Node the userOject represents.
getNodeValue() - Method in class did.xml.DIDNode
Method used to return the value of the DOM node in the userObject.
getNoFocusColor() - Method in class did.gui.DIDBaseRoi
Method used to get the color of the ROI when it doesn't have the focus.
getNoFocusColor() - Method in interface did.gui.DIDRoiIFC
Method used to get the color of the ROI when it doesn't have the focus.
getPathIterator() - Method in class did.gui.DIDBaseRoi
Method used to return the current PathIterator implementation for this class.
getPreferredScrollableViewportSize() - Method in class did.gui.DIDImageCanvas
Part of Scrollable Interface Implementation used to return the preferred display size of the ImageCanvas.
getPreferredScrollableViewportSize() - Method in class did.gui.DIDOcrCanvas
Part of Scrollable Interface Implementation used to return the preferred display size of the ImageCanvas.
getPrevRoi() - Method in class did.gui.DIDBaseRoi
/*********************************************************************** Method used to return a reference to the previous ROI.
getPrevRoi() - Method in interface did.gui.DIDRoiIFC
/*********************************************************************** Method used to return a reference to the previous ROI.
getRoi() - Method in class did.xml.DIDNode
Method used to return a reference to the ROI which is representing this Node in the ImageCanvas.
getROIs() - Method in class did.xml.DIDDefaultTreeModel
Method used to return all the ROIs built from the open docuement (XML file loaded into the myDocument attibute).
getScale() - Method in class did.gui.DIDImageCanvas
 
getScale() - Method in class did.gui.DIDControlBar
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class did.gui.DIDImageCanvas
Method used to determine the amount for a block inrecment, which is the height or width of visibleRect, based on orientation.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class did.gui.DIDOcrCanvas
Method used to determine the amount for a block inrecment, which is the height or width of visibleRect, based on orientation.
getScrollableTracksViewportHeight() - Method in class did.gui.DIDImageCanvas
Returns false to indicate that the height of the viewport does not determine the height of the table, unless the preferred height of the tree is smaller than the viewports height.
getScrollableTracksViewportHeight() - Method in class did.gui.DIDOcrCanvas
Returns false to indicate that the height of the viewport does not determine the height of the table, unless the preferred height of the tree is smaller than the viewports height.
getScrollableTracksViewportWidth() - Method in class did.gui.DIDImageCanvas
Returns false to indicate that the width of the viewport does not determine the width of the table, unless the preferred width of the tree is smaller than the viewports width.
getScrollableTracksViewportWidth() - Method in class did.gui.DIDOcrCanvas
Returns false to indicate that the width of the viewport does not determine the width of the table, unless the preferred width of the tree is smaller than the viewports width.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class did.gui.DIDImageCanvas
Part of Scrollable Interface Implementation necessary to determine the amount by which to scroll the object in the viewport when necessary.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class did.gui.DIDOcrCanvas
Part of Scrollable Interface Implementation necessary to determine the amount by which to scroll the object in the viewport when necessary.
getStatus() - Method in class did.gui.DIDBaseRoi
Method used to get the Status of the ROI.
getStatus() - Method in interface did.gui.DIDRoiIFC
Method used to get the Status of the ROI.
getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class did.xml.DIDTreeCellEditor
Method used to configure the editor which is passed onto the realEditor.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class did.xml.DIDTreeCellRenderer
Method used to return a component for custom redering of cells is the DIDTree.
getType() - Method in class did.gui.DIDBaseRoi
Method used to get the type (Rectangle, Polygon) of a particular implementation of this class.
getType() - Method in class did.gui.DIDPolyRoi
Method used to determine what type of ROI this class implments (Rectangle, Polygon).
getType() - Method in class did.gui.DIDRectRoi
Method used to get the type (Rectangle, Polygon) of a particular implementation of this class.
getType() - Method in interface did.gui.DIDRoiIFC
Method used to get the type (Rectangle, Polygon) of a particular implementation of this class.
getType(int) - Method in class did.xml.DIDEntityType
Method to get type number from index
getTypeNames() - Method in class did.xml.DIDEntityType
 
getVertexCount() - Method in class did.gui.DIDBaseRoi
Method used determine the number of verticies this ROI contains.
getVertexCount() - Method in interface did.gui.DIDRoiIFC
Method used to return the number of verticies contained within an ROI.
getView() - Method in class did.gui.DIDImageCanvas
Method used to return the current view of this ImageCanvas (Page, Zone, Line, Character).
getWriterEncoding() - Static method in class did.io.DOMWriter
 

H

hasFocus() - Method in class did.gui.DIDBaseRoi
Method used to determine if an ROI has the focus.
hasFocus() - Method in interface did.gui.DIDRoiIFC
Method used to determine if an ROI has the focus.
HGT - Static variable in class did.gui.DIDKeyBDisplay
 

I

IMAGE_ONLY - Static variable in class did.gui.DIDImageCanvas
These Constants define the state of the canvas.
img - Variable in class did.gui.DIDImageCanvas
JAI implementation of RenderedImage interface used to display image files.
init() - Method in class did.gui.DIDBaseRoi
Method used to initialize the ROI.
init() - Method in class did.gui.DIDImageCanvas
Method used to initialize this object.
init() - Method in class did.gui.DIDKeyBDisplay
 
initApproxMatch(String, String, int) - Method in class did.gui.DIDFindMsgBox
Approximate String Matching
initVal - Variable in class did.gui.DIDUnicodeTable
 
insertCurrCharacter() - Method in class did.gui.DIDUnicodeTable
 
isCellEditable(EventObject) - Method in class did.xml.DIDTreeCellEditor
Method used to determine if a particular cell should be editable.
isExtensionListInDescription() - Method in class did.io.DIDFileFilter
Returns whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
isOriginVertex(int, int) - Method in class did.gui.DIDBaseRoi
Method used to dertermine if a set of coordinates is within the bounds of the first vertex of the ROI.
isSetNext - Variable in class did.gui.DIDImageCanvas
 
isValid(String) - Method in class did.xml.DIDEntityType
 
isValidJavaEncoding(String) - Static method in class did.io.DOMWriter
 

K

keyPressed(KeyEvent) - Method in class did.gui.DIDCreationHandler
This method is triggered when the user presses a key.
keyPressed(KeyEvent) - Method in class did.gui.DIDEditHandler
This method is triggered when the user presses a key.
keyPressed(KeyEvent) - Method in class did.gui.DIDMultTextArea
Ignores key pressed events.
keyPressed(KeyEvent) - Method in class did.gui.DIDSelectionHandler
This method is triggered when the user presses a key.
keyPressed(KeyEvent) - Method in class did.gui.TrueViz
This method is triggered when the user presses a key.
keyReleased(KeyEvent) - Method in class did.gui.DIDCreationHandler
This method is triggered when the user releases a key.
keyReleased(KeyEvent) - Method in class did.gui.DIDEditHandler
This method is triggered when the user releases a key.
keyReleased(KeyEvent) - Method in class did.gui.DIDMultTextArea
Ignores key released events.
keyReleased(KeyEvent) - Method in class did.gui.DIDSelectionHandler
This method is triggered when the user releases a key.
keyReleased(KeyEvent) - Method in class did.gui.TrueViz
This method is triggered when the user releases a key.
keyTyped(char) - Method in interface did.gui.DIDInputMethod
 
keyTyped(char) - Method in class did.gui.DIDRussianInputMethod
 
keyTyped(KeyEvent) - Method in class did.gui.DIDCreationHandler
This method is triggered when the user presses then releases a key.
keyTyped(KeyEvent) - Method in class did.gui.DIDEditHandler
This method is triggered when the user presses then releases a key.
keyTyped(KeyEvent) - Method in class did.gui.DIDMultTextArea
 
keyTyped(KeyEvent) - Method in class did.gui.DIDSelectionHandler
This method is triggered when the user presses then releases a key.
keyTyped(KeyEvent) - Method in class did.gui.TrueViz
This method is triggered when the user presses then releases a key.

L

length - Variable in class did.xml.DIDEntityType
 
length() - Method in class did.xml.DIDEntityType
 
levelSearch(String) - Method in class did.gui.DIDFindMsgBox
 
LINE - Static variable in interface did.gui.DIDRoiIFC
Constant(s) denoting the type of data the ROI represents.
LINE - Static variable in class did.xml.DIDNode
Contant(s) that denote the type of data this Node represents as it pertains to the application.
loadStub(String) - Method in class did.xml.DIDDefaultTreeModel
Method used to create a document stub from an XML file.

M

main(String[]) - Static method in class did.gui.TrueViz
This method is triggered when this class is instantied by the virtual machine.
maxUnitIncrement - Variable in class did.gui.DIDImageCanvas
An integer representing the maximum unit the component should be scrolled (when necessary).
maxUnitIncrement - Variable in class did.gui.DIDOcrCanvas
An integer representing the maximum unit the component should be scrolled (when necessary).
modifyPoint(int, int, int) - Method in class did.gui.DIDBaseRoi
Method used to safely modify an element in the base polygons coordinate arrays( xpoints, ypoints).
mouseClicked(MouseEvent) - Method in class did.gui.DIDCreationHandler
Method used to detect mouse clicks.
mouseClicked(MouseEvent) - Method in class did.gui.DIDEditHandler
Method used to respond to the mouse being clicked.
mouseClicked(MouseEvent) - Method in class did.gui.DIDSelectionHandler
This method is called when the mouse is pressed then released.
mouseDragged(MouseEvent) - Method in class did.gui.DIDCreationHandler
Method used to respond to the user dragging the mouse.
mouseDragged(MouseEvent) - Method in class did.gui.DIDEditHandler
Method used to respond to the mouse being dragged.
mouseDragged(MouseEvent) - Method in class did.gui.DIDSelectionHandler
This method is called when the mouse is being dragged (Mouse pressed then moved while button is held down within the component.
mouseEntered(MouseEvent) - Method in class did.gui.DIDCreationHandler
This method is called when the mouse enters the component.
mouseEntered(MouseEvent) - Method in class did.gui.DIDEditHandler
Method used to respond to the mouse entering the Canvas.
mouseEntered(MouseEvent) - Method in class did.gui.DIDSelectionHandler
This method is called when the mouse enters the component.
mouseExited(MouseEvent) - Method in class did.gui.DIDCreationHandler
This method is called when the mouse leaves the component.
mouseExited(MouseEvent) - Method in class did.gui.DIDEditHandler
Method used to respond to the mouse leaving the Canvas.
mouseExited(MouseEvent) - Method in class did.gui.DIDSelectionHandler
This method is called when the mouse leaves the component.
mouseMoved(MouseEvent) - Method in class did.gui.DIDCreationHandler
Method used to respond to the mouse being moved.
mouseMoved(MouseEvent) - Method in class did.gui.DIDEditHandler
Method used to respond to the mouse moving in the Canvas.
mouseMoved(MouseEvent) - Method in class did.gui.DIDSelectionHandler
This method is called when the mouse is moving within the component.
mousePressed(MouseEvent) - Method in class did.gui.DIDCreationHandler
Method used to respond to the mouse being pressed.
mousePressed(MouseEvent) - Method in class did.gui.DIDEditHandler
Method used to respond to the mouse being pressed.
mousePressed(MouseEvent) - Method in class did.gui.DIDSelectionHandler
Captures mouse button press.
mouseReleased(MouseEvent) - Method in class did.gui.DIDCreationHandler
Method used to respond to the user releasing the mouse.
mouseReleased(MouseEvent) - Method in class did.gui.DIDEditHandler
Method used to respond to the mouse being released.
mouseReleased(MouseEvent) - Method in class did.gui.DIDSelectionHandler
This method is called when the user releases the mouse button.
MOVING - Static variable in interface did.gui.DIDRoiIFC
Constant(s) denoting the status of the ROI.
myActiveVertex - Variable in class did.gui.DIDBaseRoi
Attribute that points to the active vertex.
myActiveVertexColor - Variable in class did.gui.DIDBaseRoi
Attribute used to determine the color of the active vertex.
myAnchorNode - Variable in class did.gui.DIDBaseRoi
Attribute that references
myArrowColor - Variable in class did.gui.DIDBaseRoi
Attribute used to determine the color of the arrow showing the logical relationship.
myCanvas - Variable in class did.gui.DIDFindMsgBox
 
myDrawArrow - Variable in class did.gui.DIDBaseRoi
if true, draw an arrow to the logically next ROI
myFillColor - Variable in class did.gui.DIDBaseRoi
Attribute used to determine the color of the ROI's inside.
myFocusColor - Variable in class did.gui.DIDBaseRoi
Attribute used to determine the color of the entire ROI when it does have focus.
myFont - Static variable in class did.gui.DIDBaseRoi
Attribute used to determine the type of font used to display coordinate information.
myFontColor - Static variable in class did.gui.DIDBaseRoi
Attribute used to determine the color used to display coordinate information.
myFontSize - Static variable in class did.gui.DIDBaseRoi
Attribute used to determine the size of the text used to display coordinate information.
myKeyboard - Variable in class did.gui.DIDRussianInputMethod
 
myLeftRotationFactor - Variable in class did.gui.DIDImageCanvas
A double representing the degree and direction by which an ROI should be rotated.
myMode - Static variable in class did.gui.DIDImageCanvas
This integer holds the current state of the canvas: Creating OR Editing.
myModel - Variable in class did.gui.DIDFindMsgBox
Reference to the TreeModel for which this class is acting as a viewer.
myModel - Variable in class did.gui.DIDImageCanvas
Reference to the TreeModel for which this class is acting as a viewer.
myNextRoi - Variable in class did.gui.DIDBaseRoi
the next logical node
myNoFocusColor - Variable in class did.gui.DIDBaseRoi
Attribute used to determine the color of the entire ROI when it does not have focus.
myPrevRoi - Variable in class did.gui.DIDBaseRoi
the previous logical node
myRightRotationFactor - Variable in class did.gui.DIDImageCanvas
A double representing the degree and direction by which an ROI should be rotated.
myRoiChildren - Static variable in class did.gui.DIDImageCanvas
Vector whose purpose is to hold and track all the DIDRoiIFC object implementations currently being displayed with the exception of the parent node's ROI.
myROIs - Static variable in class did.gui.DIDImageCanvas
Vector whose purpose is to hold and track all the DIDRoiIFC object implementations of the current data model.
myROIs - Static variable in class did.xml.DIDDefaultTreeModel
Vector whose purpose is to hold and track all the DIDRoiIFC object implementations currently on the screen.
mySelectedColor - Variable in class did.gui.DIDBaseRoi
Attribute used to determine the color of the ROI when it is selected by search function.
myStatus - Variable in class did.gui.DIDBaseRoi
Attribute used to determine the
myStream - Variable in class did.io.DOMWriter
File to be written to.
myTheta - Variable in class did.gui.DIDBaseRoi
Attribute that holds the current rotation factor.
myTree - Variable in class did.gui.DIDImageCanvas
Reference to the Tree viewer which is also viewing the data.
myVertexColor - Variable in class did.gui.DIDBaseRoi
Attribute used to determine the color of each rectangle that marks a vertex.
myView - Static variable in class did.gui.DIDImageCanvas
This integer determines what set of ROIs the canvas is to display.

N

nameToType(String) - Method in class did.xml.DIDEntityType
Method to get type number from type name
newRoi(int) - Method in class did.gui.DIDImageCanvas
Method used to create new ROIs.
NORMAL - Static variable in interface did.gui.DIDRoiIFC
Constant(s) denoting the status of the ROI.
normalize(String) - Method in class did.io.DOMWriter
Normalizes the given string.

O

orgRow1 - Variable in class did.gui.DIDKeyBDisplay
 
orgRow2 - Variable in class did.gui.DIDKeyBDisplay
 
orgRow3 - Variable in class did.gui.DIDKeyBDisplay
 
orgRow4 - Variable in class did.gui.DIDKeyBDisplay
 
OTHER - Static variable in class did.xml.DIDEntityType
 
OTHER - Static variable in class did.xml.DIDNode
Contant(s) that denote the type of data this Node represents as it pertains to the application.
out - Variable in class did.io.DOMWriter
Print writer.

P

PAGE - Static variable in interface did.gui.DIDRoiIFC
Constant(s) denoting the type of data the ROI represents.
PAGE - Static variable in class did.xml.DIDEntityType
 
PAGE - Static variable in class did.xml.DIDNode
Contant(s) that denote the type of data this Node represents as it pertains to the application.
pageDown() - Method in class did.gui.DIDUnicodeTable
 
PAGENAME - Static variable in class did.xml.DIDEntityType
 
pageUp() - Method in class did.gui.DIDUnicodeTable
 
paintComponent(Graphics) - Method in class did.gui.DIDImageCanvas
Method used to perform the custom painting necessary to display the appropriate ROIs.
paintComponent(Graphics) - Method in class did.gui.DIDOcrCanvas
 
parentRoi - Static variable in class did.gui.DIDImageCanvas
A reference to the DIDRoiIFC interface.
parse(String) - Method in interface did.io.DOMParserWrapper
Method used to parse and XML document using the DOM and return a refence to the DOM root (Document node).
pi - Variable in class did.gui.DIDBaseRoi
Attribure that hold the current iterator implementation for this ROI.
POLYGON - Static variable in interface did.gui.DIDRoiIFC
Constant(s) denoting the kind of ROI.
print(Node) - Method in class did.io.DOMWriter
Prints the specified node, recursively.
print(String, String, boolean) - Static method in class did.io.DOMWriter
Prints the resulting document tree.
printTree(DIDNode) - Method in class did.xml.DIDDefaultTreeModel
Convenience method used to print out the structure of the nodes rooted at the startNode.

R

RADIX - Static variable in class did.gui.DIDUnicodeTable
 
RECTANGLE - Static variable in interface did.gui.DIDRoiIFC
Constant(s) denoting the kind of ROI.
removeLastPoint() - Method in class did.gui.DIDPolyRoi
Method used to remove the last vertex in the ROI's x & y coordinate arrays.
reset() - Method in class did.gui.DIDImageCanvas
Method used to clear all the zones from the screen.
resetFocus() - Method in class did.gui.DIDImageCanvas
Method used take the focus away from all the ROIs on the screen (mainly to releave formatting issues).
resetSelection() - Method in class did.gui.DIDSelectionHandler
Method used to re-initialize the selection model.
RESIZING - Static variable in interface did.gui.DIDRoiIFC
Constant(s) denoting the status of the ROI.
restoreBuiltIn() - Method in class did.xml.DIDEntityType
Restore built-in types.
rotate(double) - Method in class did.gui.DIDBaseRoi
Method used to rotate the ROI.
rotate(double) - Method in interface did.gui.DIDRoiIFC
Method used to rotate an ROI.
rotateLeft() - Method in class did.gui.DIDImageCanvas
Method used rotate the selected ROI to the left.
rotateRight() - Method in class did.gui.DIDImageCanvas
Method used rotate the selected ROI to the right.
ROTATING - Static variable in interface did.gui.DIDRoiIFC
Constant(s) denoting the status of the ROI.

S

saveModel(String) - Method in class did.xml.DIDDefaultTreeModel
Method used to persist the DOM tree structure rooted at myDocument to a physical storage device.
scaledImg - Variable in class did.gui.DIDImageCanvas
 
searchFind() - Method in class did.gui.DIDImageCanvas
 
searchFindDir() - Method in class did.gui.DIDImageCanvas
 
selected - Variable in class did.gui.DIDBaseRoi
Attribute used to determine if the ROI has been searched and therefore should be rendered distinctly.
selectedCol - Variable in class did.gui.DIDUnicodeTable
 
selectedRow - Variable in class did.gui.DIDUnicodeTable
 
selectRoi(MouseEvent) - Method in class did.gui.DIDSelectionHandler
 
setActiveVertex(int, int) - Method in class did.gui.DIDBaseRoi
Method used to set the active vertex.
setActiveVertex(int, int) - Method in interface did.gui.DIDRoiIFC
Method used to set the active vertex.
setActiveVertexCoord(int, int) - Method in class did.gui.DIDBaseRoi
Method used to move the active vertex to the specified coordinate.
setActiveVertexCoord(int, int) - Method in interface did.gui.DIDRoiIFC
Method used to move an active vertex to a new location.
setAnchorNode(DIDNode) - Method in class did.gui.DIDBaseRoi
Method used to set a reference to the corresponding DIDNode which the ROI is representing.
setAnchorNode(DIDNode) - Method in interface did.gui.DIDRoiIFC
Method used to set a reference to the corresponding DIDNode which the ROI is representing.
setAnchorNode(DIDNode, String) - Method in class did.gui.DIDBaseRoi
Method used to set a reference to the corresponding DIDNode which the ROI is representing.
setAnchorNode(DIDNode, String) - Method in interface did.gui.DIDRoiIFC
Method used to set a reference to the corresponding DIDNode which the ROI is representing.
setArrowDisplay(boolean) - Method in class did.gui.DIDImageCanvas
 
setArrowDisplay(int, boolean) - Method in class did.gui.DIDImageCanvas
 
setCoordDisp(boolean) - Method in class did.gui.DIDBaseRoi
Method used to determine whether coordinate information is to be displayed next to each vertex in the ROI.
setCoordDisp(boolean) - Method in interface did.gui.DIDRoiIFC
Method used to determine whether coordinate information is to be displayed next to each vertex in the ROI.
setCurrs() - Method in class did.gui.DIDKeyBDisplay
 
setDescription(String) - Method in class did.io.DIDFileFilter
Sets the human readable description of this filter.
setDomNode(Node) - Method in class did.xml.DIDNode
Method used to set the userObject attribute to the DOM node this node is mirroring.
setDrawArrow(boolean) - Method in class did.gui.DIDBaseRoi
Method used to set a value of myDrawArrow.
setDrawArrow(boolean) - Method in interface did.gui.DIDRoiIFC
Method used to determine whether an arrow is to be displayed from the current ROI to the logically followed ROI.
setExtensionListInDescription(boolean) - Method in class did.io.DIDFileFilter
Determines whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
setFillColor(Color) - Method in class did.gui.DIDBaseRoi
Method used to set the color of the ROI's inside.
setFillColor(Color) - Method in interface did.gui.DIDRoiIFC
Method used to set the color of the ROI's inside.
setFillColors(boolean) - Method in class did.gui.DIDImageCanvas
 
setFocus(boolean) - Method in class did.gui.DIDBaseRoi
Method used to set the focus of a single instance of a ROI.
setFocus(boolean) - Method in interface did.gui.DIDRoiIFC
Method used to set the focus for a particular instance of a ROI.
setFocusColor(Color) - Method in class did.gui.DIDBaseRoi
Method used to set the color of the ROI when it has the focus.
setFocusColor(Color) - Method in interface did.gui.DIDRoiIFC
Method used to set the color of the ROI when it has the focus.
setImage(String) - Method in class did.gui.DIDImageCanvas
This method is responsible for creating an image object from a file reference.
setImageMax(int, int) - Method in class did.gui.DIDCreationHandler
Method used to set the maximum x and y coordinates thus establishing a virtual bounding rectangle (defined by the origin and max coordinates) which all ROIs must reside in.
setInfo(String, String, String) - Method in class did.gui.DIDInfoPanel
 
setInputMethod(DIDInputMethod) - Method in class did.gui.DIDMultTextArea
 
setLastVertex(int, int) - Method in class did.gui.DIDPolyRoi
Method used to set the x and y values of the last vertex in the base class coordinate arrays (xpoints, ypoints).
setLocation(int, int) - Method in class did.gui.DIDRectRoi
Method used to set the location of the ROI.
setMaxUnitIncrement(int) - Method in class did.gui.DIDImageCanvas
Method used to set the maximum unit (in pixels) by which this object should scroll.
setMaxUnitIncrement(int) - Method in class did.gui.DIDOcrCanvas
Method used to set the maximum unit (in pixels) by which this object should scroll.
setMode(int) - Method in class did.gui.DIDImageCanvas
Method used to set the Mode of the ImageCanvas.
setModel(DIDDefaultTreeModel) - Method in class did.xml.DIDNode
Convenience method used to set a reference to the TreeModel to which this Node belongs.
setMouseCoordinate(int, int) - Method in class did.gui.DIDImageCanvas
 
setMousePos(int, int) - Method in class did.gui.DIDControlBar
 
setNext() - Method in class did.gui.DIDImageCanvas
 
setNext(DIDRoiIFC) - Method in class did.gui.DIDImageCanvas
 
setNextRoi(DIDBaseRoi) - Method in class did.gui.DIDBaseRoi
Method used to set a value of the next ROI.
setNextRoi(DIDBaseRoi) - Method in interface did.gui.DIDRoiIFC
Method used to set a value of the next ROI.
setNodeValue(String) - Method in class did.xml.DIDNode
Method used to set the value of the userObject(DOM Node).
setNoFocusColor(Color) - Method in class did.gui.DIDBaseRoi
Method used to set the color of the ROI when it doesn't have the focus.
setNoFocusColor(Color) - Method in interface did.gui.DIDRoiIFC
Method used to set the color of the ROI when it doesn't have the focus.
setOrgs() - Method in class did.gui.DIDKeyBDisplay
 
setPrevRoi(DIDBaseRoi) - Method in class did.gui.DIDBaseRoi
Method used to set a value of the previous ROI.
setPrevRoi(DIDBaseRoi) - Method in interface did.gui.DIDRoiIFC
Method used to set a value of the previous ROI.
setRoi(DIDRoiIFC) - Method in class did.xml.DIDNode
Method used to set a reference to ROI which represents this node.
setScale(float) - Method in class did.gui.DIDImageCanvas
 
setSelected(boolean) - Method in class did.gui.DIDBaseRoi
Method used to indicate a ROI is selected by search function.
setSelected(boolean) - Method in interface did.gui.DIDRoiIFC
 
setShifts() - Method in class did.gui.DIDKeyBDisplay
 
setSize(int, int) - Method in class did.gui.DIDRectRoi
Method used to set the size of the ROI.
setStatus(int) - Method in class did.gui.DIDBaseRoi
Method used to set the status of the ROI.
setStatus(int) - Method in interface did.gui.DIDRoiIFC
Method used to set the status of the ROI.
setTranslation(int, int) - Method in class did.gui.DIDBaseRoi
Convenience method used move the entire ROI to a new location.
setTranslation(int, int) - Method in interface did.gui.DIDRoiIFC
Convenience method used move the entire ROI to a new location.
setView(int) - Method in class did.gui.DIDImageCanvas
Method used to determine which level of ROIs the ImageCanvas should display.
setWriterEncoding(String) - Static method in class did.io.DOMWriter
 
sHandler - Variable in class did.gui.DIDImageCanvas
Reference to a class used to manage the selection of multiple overlapping ROIs.
shiftRow1 - Variable in class did.gui.DIDKeyBDisplay
 
shiftRow2 - Variable in class did.gui.DIDKeyBDisplay
 
shiftRow3 - Variable in class did.gui.DIDKeyBDisplay
 
shiftRow4 - Variable in class did.gui.DIDKeyBDisplay
 
show(int, int) - Method in class did.gui.DIDInfoPanel
 
showCoordinates - Variable in class did.gui.DIDBaseRoi
Attribute used to determine if coordinate information should be rendered next to each vertex.
showInfopanel() - Method in class did.gui.DIDImageCanvas
 
showKeyboard() - Method in interface did.gui.DIDInputMethod
 
showKeyboard() - Method in class did.gui.DIDRussianInputMethod
 
sortAttributes(NamedNodeMap) - Method in class did.io.DOMWriter
Returns a sorted list of attributes.
subApproxMatch(String, String) - Method in class did.gui.DIDFindMsgBox
 
syncData() - Method in class did.gui.DIDBaseRoi
Method used to synchronize coordinate data between the ROI class and the TreeModel (XML).
syncData() - Method in interface did.gui.DIDRoiIFC
Method used to synchronize coordinate data between the ROI class and the TreeModel (XML).

T

toString() - Method in class did.gui.DIDBaseRoi
Method used to convert ROI statistics into a string that can be returned when the ROI is dumbed to an output stream.
toString() - Method in interface did.gui.DIDRoiIFC
Method used to return a string representation of this class.
toString() - Method in class did.xml.DIDNode
Method used to return a Java String representation of this object.
treeNodesChanged(TreeModelEvent) - Method in class did.xml.DIDTreeModelListener
Method triggered when a node has been altered.
treeNodesInserted(TreeModelEvent) - Method in class did.xml.DIDTreeModelListener
Method triggered when a node has been inserted.
treeNodesRemoved(TreeModelEvent) - Method in class did.xml.DIDTreeModelListener
Method triggered when a node has been removed.
treeStructureChanged(TreeModelEvent) - Method in class did.xml.DIDTreeModelListener
Method triggered when a large portion of the underlying tree structure of the data model this class is listening to has changed.
TrueViz - class did.gui.TrueViz.
File: TrueViz.java Version: 1.1 Description: This is the main class from which the entire application is launched.
TrueViz(String) - Constructor for class did.gui.TrueViz
Constructor used to initialize the application.
typeToName(int) - Method in class did.xml.DIDEntityType
 

U

UNDETERMINED - Static variable in interface did.gui.DIDRoiIFC
Constant(s) denoting the type of data the ROI represents.
UNDETERMINED - Static variable in class did.xml.DIDEntityType
 
UNSPECIFIED - Static variable in interface did.gui.DIDRoiIFC
Constant(s) denoting the type of data the ROI represents.
UNSPECIFIED - Static variable in class did.xml.DIDEntityType
 

V

valueChanged(TreeSelectionEvent) - Method in class did.xml.DIDTreeSelectionListener
Method triggered when the new node is selected.
valueForPathChanged(TreePath, Object) - Method in class did.xml.DIDDefaultTreeModel
Method used to respond to the editing of a node in the tree.
VERTEX - Static variable in class did.xml.DIDNode
Contant(s) that denote the type of data this Node represents as it pertains to the application.

W

WAITING - Static variable in interface did.gui.DIDRoiIFC
Constant(s) denoting the status of the ROI.
WID - Static variable in class did.gui.DIDKeyBDisplay
 
windowActivated(WindowEvent) - Method in class did.gui.TrueViz
This method is triggered when the window activated.
windowClosed(WindowEvent) - Method in class did.gui.TrueViz
This method is triggered when the window is closed and captures all related events.
windowClosing(WindowEvent) - Method in class did.gui.TrueViz
This method is triggered when the window is in the process of being closed and captures all related events.
windowDeactivated(WindowEvent) - Method in class did.gui.TrueViz
This method is triggered when the window Deactivated.
windowDeiconified(WindowEvent) - Method in class did.gui.TrueViz
This method is triggered when the window Deiconified.
windowIconified(WindowEvent) - Method in class did.gui.TrueViz
This method is triggered when the window Iconified.
windowOpened(WindowEvent) - Method in class did.gui.TrueViz
This method is triggered when the window opens and captures all related events.
WORD - Static variable in interface did.gui.DIDRoiIFC
Constant(s) denoting the type of data the ROI represents.
WORD - Static variable in class did.xml.DIDNode
Contant(s) that denote the type of data this Node represents as it pertains to the application.

X

X_OFFSET - Static variable in class did.gui.DIDBaseRoi
Integer used to dermine the size and location of the rectangle which marks a vertex.

Y

Y_OFFSET - Static variable in class did.gui.DIDBaseRoi
Integer used to dermine the size and location of the rectangle which marks a vertex.

Z

ZONE - Static variable in interface did.gui.DIDRoiIFC
Constant(s) denoting the type of data the ROI represents.
ZONE - Static variable in class did.xml.DIDNode
Contant(s) that denote the type of data this Node represents as it pertains to the application.
zoomIn() - Method in class did.gui.DIDImageCanvas
 
zoomOut() - Method in class did.gui.DIDImageCanvas
 

A B C D E F G H I K L M N O P R S T U V W X Y Z