Codebase list libjgraph-java / 64dab4c
[svn-upgrade] Integrating new upstream version, libjgraph-java (5.10.0.1.dfsg) gregor herrmann 17 years ago
214 changed file(s) with 2031 addition(s) and 1620 deletion(s). Raw diff Collapse all Expand all
0 16-NOV-2006: JGraph-5.9.2.1-Cardiff
1
2 - Adds link attribute to GraphConstants
3 - Corrects ordering issue from 5.9.2 performance changes
4 - Adds removeEmptyGroups switch in DefaultGraphModel
0 03-AUG-2006: JGraph-5.10.0.1 Beta 2
1
2 - Fixes possible NPE during grid repainting
3 - Fixes non-accelerated buffered image not always created when graph changes size
4 - Corrects background repaint to allow for clip bounds
5 - Reduces repaint area using clip bounds
6 - Corrects clip bounds bug when renderering non-accelerated double buffer
7
8 30-JUL-2006: JGraph-5.10.0.0 Beta 1
9
10 - Changes selection in default selection model from ArrayList to LinkedHashSet
11 - Improves double buffering image retention across operations
12 - Adds option of using graphics hardware acceleration in double buffering
13 - Adds buffered overlay support
14 - Minimum Java version now 1.4
515
616 25-JUL-2006: JGraph-5.9.2.0-Cardiff
717
1111 2. Installation
1212 2.1 Requirements
1313 2.2 Compiling
14 2.3 Obtaining a Java 1.3 Release
1514 3. What is it?
1615 3.1 Purpose
1716 3.2 Features
4443
4544 2.1 Requirements
4645 ----------------
47 o JGraph for Java 1.3 requires a Java 1.3 or later compatible virtual
48 machine for your operating system.
49 o JGraph for Java 1.4 requires a Java 1.4 or later compatible virtual
46 o JGraph requires a Java 1.4 or later compatible virtual
5047 machine for your operating system.
5148 Java 1.5.x is known to work correctly.
5249 o Apache Ant.
7269 are only compatible with certain versions of Java.
7370
7471 o On Unix, type the following depending on the location of Java and Ant:
75 export JAVA_HOME=/usr/java/j2sdk1.4.1_02
76 export ANT_HOME=/usr/ant/ant-1.5.4
72 export JAVA_HOME=/usr/java/j2sdk1.4.1_12
73 export ANT_HOME=/usr/ant/ant-1.6.2
7774 export PATH=$PATH:$JAVA_HOME/bin:$ANT_HOME/bin/
7875
7976 o On Windows, type the following depending on the location of Java and Ant:
80 set JAVA_HOME=c:\jdk1.3.1_06
81 set ANT_HOME=c:\ant-1.5.4
77 set JAVA_HOME=c:\j2sdk1.4.1_12
78 set ANT_HOME=c:\ant-1.6.2
8279 set PATH=%PATH%;%JAVA_HOME%\bin;%ANT_HOME%\bin
83
84 The build.xml file will automatically insert the TransferHandler.java file into
85 the source tree and modify a series of source files when used with Java 1.3.
86 (The TransferHandler ships with the Java 1.3-distribution of JGraph.)
87 You must use the Java 1.3-distribution in an IDE that runs on Java 1.3.
8880
8981 The build.xml file offers the following targets:
9082
9385 - build --> Run all tasks to completely populate the build directory
9486 - clean --> Delete all generated files and directories
9587 - compile --> Prepare (migrate) and compile the source tree
96 - migrate --> Migrate source code to Java 1.3
9788 - prepare --> Copy source code to build directory
9889 - dist --> Produce fresh distributions
9990 - distclean --> Clean up the distribution files only
109100 to compile and run the example UI type the following:
110101
111102 ant example
112
113 2.3 Obtaining a Java 1.3 Release
114 --------------------------------
115 You must download a source distribution to create a Java 1.3 source tree.
116 The Java 1.3-compatible source code may be created using the build target
117 in a Java 1.3 environment. Make sure to use the source code from the build
118 directory in your development environment. The source code in the build
119 directory is a modified version of the original source tree. The original
120 source tree does not work with Java 1.3.
121
122103
123104 3. What is it?
124105 --------------
0 Changes from JGraph 5.10.0.0 beta 1 to JGraph 5.10.0.0 beta 2
1 =============================================================
2
3 This release is a bug fix release resolving all issues reported with the Beta 1
4 release to date.
5
6
7 Changes from JGraph 5.9.2.0 to JGraph 5.10.0.0 beta 1
8 =====================================================
9
10 This release makes a number of, currently, experimental changes that mean it
11 is not assured to be stable and that Java 1.3 can no longer be used.
12 The double buffering support has been developed so that the buffered image
13 is retained constantly making panning and scroll much faster and reducing
14 the time taken to start a drag or resize in a large graph. The option to
15 request that graphics hardware acceleration is used for the double buffering
16 is available, but switched off by default. Also added is the concept of a
17 buffered overlay image for transparent drawing on the foreground without
18 having to redraw the static buffered graph.
19
020 Changes from JGraph 5.9.1.0 to JGraph 5.9.2.0
121 =============================================
222
1111
1212 <property name="app.name" value="JGraph"/>
1313 <property name="app.jar" value="jgraph.jar"/>
14 <property name="app.version" value="5.9.2.1"/>
15 <property name="longversion" value="5.9.2.1"/>
14 <property name="app.version" value="5.10.0.1"/>
15 <property name="longversion" value="5.10.0.1"/>
1616
1717 <!-- ===================== Project Environment =========================== -->
1818
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 All Classes (JGraph v5.9.2.1 API Specification)
6 All Classes (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 All Classes (JGraph v5.9.2.1 API Specification)
6 All Classes (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:12 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Constant Field Values (JGraph v5.9.2.1 API Specification)
6 Constant Field Values (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Constant Field Values (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Constant Field Values (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
224224 <A NAME="org.jgraph.JGraph.VERSION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
225225 <CODE>public&nbsp;static&nbsp;final&nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
226226 <TD ALIGN="left"><CODE><A HREF="org/jgraph/JGraph.html#VERSION">VERSION</A></CODE></TD>
227 <TD ALIGN="right"><CODE>"JGraph (v5.9.2.1)"</CODE></TD>
227 <TD ALIGN="right"><CODE>"JGraph (v5.10.0.1)"</CODE></TD>
228228 </TR>
229229 </FONT></TD>
230230 </TR>
567567 <CODE>public&nbsp;static&nbsp;final&nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
568568 <TD ALIGN="left"><CODE><A HREF="org/jgraph/graph/GraphConstants.html#LINEWIDTH">LINEWIDTH</A></CODE></TD>
569569 <TD ALIGN="right"><CODE>"linewidth"</CODE></TD>
570 </TR>
571 <TR BGCOLOR="white" CLASS="TableRowColor">
572 <A NAME="org.jgraph.graph.GraphConstants.LINK"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
573 <CODE>public&nbsp;static&nbsp;final&nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
574 <TD ALIGN="left"><CODE><A HREF="org/jgraph/graph/GraphConstants.html#LINK">LINK</A></CODE></TD>
575 <TD ALIGN="right"><CODE>"link"</CODE></TD>
576570 </TR>
577571 <TR BGCOLOR="white" CLASS="TableRowColor">
578572 <A NAME="org.jgraph.graph.GraphConstants.MOVEABLE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
773767 </TABLE>
774768 </TD>
775769 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
776 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
770 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
777771 </TD>
778772 </TR>
779773
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Deprecated List (JGraph v5.9.2.1 API Specification)
6 Deprecated List (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Deprecated List (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Deprecated List (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
178178 </TABLE>
179179 </TD>
180180 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
181 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
181 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
182182 </TD>
183183 </TR>
184184
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:16 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 API Help (JGraph v5.9.2.1 API Specification)
6 API Help (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="API Help (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="API Help (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
158158 </TABLE>
159159 </TD>
160160 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
161 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
161 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
162162 </TD>
163163 </TR>
164164
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Index (JGraph v5.9.2.1 API Specification)
6 Index (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Index (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Index (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
12871287 <DT><A HREF="org/jgraph/plaf/basic/BasicGraphDropTargetListener.html#dragOver(java.awt.dnd.DropTargetDragEvent)"><B>dragOver(DropTargetDragEvent)</B></A> -
12881288 Method in class org.jgraph.plaf.basic.<A HREF="org/jgraph/plaf/basic/BasicGraphDropTargetListener.html" title="class in org.jgraph.plaf.basic">BasicGraphDropTargetListener</A>
12891289 <DD>&nbsp;
1290 <DT><A HREF="org/jgraph/plaf/basic/BasicGraphUI.html#drawGraph(java.awt.Graphics, java.awt.geom.Rectangle2D)"><B>drawGraph(Graphics, Rectangle2D)</B></A> -
1291 Method in class org.jgraph.plaf.basic.<A HREF="org/jgraph/plaf/basic/BasicGraphUI.html" title="class in org.jgraph.plaf.basic">BasicGraphUI</A>
1292 <DD>Draws the graph to the specified graphics object within the specified
1293 clip bounds, if any
12901294 <DT><A HREF="org/jgraph/JGraph.html#drawImage(int, int, int, int, int, int, int, int)"><B>drawImage(int, int, int, int, int, int, int, int)</B></A> -
12911295 Method in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
12921296 <DD>Utility method to draw the off screen buffer
23772381 <DT><A HREF="org/jgraph/graph/GraphConstants.html#getLineWidth(java.util.Map)"><B>getLineWidth(Map)</B></A> -
23782382 Static method in class org.jgraph.graph.<A HREF="org/jgraph/graph/GraphConstants.html" title="class in org.jgraph.graph">GraphConstants</A>
23792383 <DD>Returns the linewidth attribute from the specified map.
2380 <DT><A HREF="org/jgraph/graph/GraphConstants.html#getLink(java.util.Map)"><B>getLink(Map)</B></A> -
2381 Static method in class org.jgraph.graph.<A HREF="org/jgraph/graph/GraphConstants.html" title="class in org.jgraph.graph">GraphConstants</A>
2382 <DD>Returns the link for the specified attribute map.
23832384 <DT><A HREF="org/jgraph/graph/DefaultGraphSelectionModel.html#getListeners(java.lang.Class)"><B>getListeners(Class)</B></A> -
23842385 Method in class org.jgraph.graph.<A HREF="org/jgraph/graph/DefaultGraphSelectionModel.html" title="class in org.jgraph.graph">DefaultGraphSelectionModel</A>
23852386 <DD>Returns an array of all the listeners of the given type that were added
24802481 Method in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
24812482 <DD>Returns the current double buffering graphics object.
24822483 <DT><A HREF="org/jgraph/JGraph.html#getOffscreen()"><B>getOffscreen()</B></A> -
2484 Method in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
2485 <DD>&nbsp;
2486 <DT><A HREF="org/jgraph/JGraph.html#getOffscreenOverlay()"><B>getOffscreenOverlay()</B></A> -
2487 Method in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
2488 <DD>&nbsp;
2489 <DT><A HREF="org/jgraph/JGraph.html#getOffscreenOverlayPosition()"><B>getOffscreenOverlayPosition()</B></A> -
24832490 Method in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
24842491 <DD>&nbsp;
24852492 <DT><A HREF="org/jgraph/graph/GraphConstants.html#getOffset(java.util.Map)"><B>getOffset(Map)</B></A> -
30883095 <DT><A HREF="org/jgraph/plaf/basic/BasicGraphUI.html#graphSelectionModel"><B>graphSelectionModel</B></A> -
30893096 Variable in class org.jgraph.plaf.basic.<A HREF="org/jgraph/plaf/basic/BasicGraphUI.html" title="class in org.jgraph.plaf.basic">BasicGraphUI</A>
30903097 <DD>Model maintaining the selection.
3098 <DT><A HREF="org/jgraph/JGraph.html#graphicsAcceleration"><B>graphicsAcceleration</B></A> -
3099 Variable in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
3100 <DD>Whether or not hardware graphics acceleration is to be employed
30913101 <DT><A HREF="org/jgraph/JGraph.html#gridColor"><B>gridColor</B></A> -
30923102 Variable in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
30933103 <DD>The color of the grid.
35783588 Method in class org.jgraph.plaf.basic.<A HREF="org/jgraph/plaf/basic/BasicGraphUI.html" title="class in org.jgraph.plaf.basic">BasicGraphUI</A>
35793589 <DD>Returning true signifies the marquee handler has precedence over other
35803590 handlers, and is receiving subsequent mouse events.
3591 <DT><A HREF="org/jgraph/JGraph.html#isGraphicsAcceleration()"><B>isGraphicsAcceleration()</B></A> -
3592 Method in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
3593 <DD>&nbsp;
35813594 <DT><A HREF="org/jgraph/JGraph.html#isGridEnabled()"><B>isGridEnabled()</B></A> -
35823595 Method in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
35833596 <DD>Returns true if the grid is active.
36843697 <DT><A HREF="org/jgraph/graph/DefaultGraphSelectionModel.CellPlaceHolder.html#isNew()"><B>isNew()</B></A> -
36853698 Method in class org.jgraph.graph.<A HREF="org/jgraph/graph/DefaultGraphSelectionModel.CellPlaceHolder.html" title="class in org.jgraph.graph">DefaultGraphSelectionModel.CellPlaceHolder</A>
36863699 <DD>Returns the isNew.
3700 <DT><A HREF="org/jgraph/JGraph.html#isOffscreenValid()"><B>isOffscreenValid()</B></A> -
3701 Method in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
3702 <DD>&nbsp;
36873703 <DT><A HREF="org/jgraph/graph/GraphConstants.html#isOpaque(java.util.Map)"><B>isOpaque(Map)</B></A> -
36883704 Static method in class org.jgraph.graph.<A HREF="org/jgraph/graph/GraphConstants.html" title="class in org.jgraph.graph">GraphConstants</A>
36893705 <DD>Returns the opaque attribute from the specified map.
37263742 <DT><A HREF="org/jgraph/graph/GraphConstants.html#isRemoveAll(java.util.Map)"><B>isRemoveAll(Map)</B></A> -
37273743 Static method in class org.jgraph.graph.<A HREF="org/jgraph/graph/GraphConstants.html" title="class in org.jgraph.graph">GraphConstants</A>
37283744 <DD>Returns the removeall attribute from the specified map.
3729 <DT><A HREF="org/jgraph/graph/DefaultGraphModel.html#isRemoveEmptyGroups()"><B>isRemoveEmptyGroups()</B></A> -
3730 Method in class org.jgraph.graph.<A HREF="org/jgraph/graph/DefaultGraphModel.html" title="class in org.jgraph.graph">DefaultGraphModel</A>
3731 <DD>&nbsp;
37323745 <DT><A HREF="org/jgraph/graph/EdgeView.EdgeHandle.html#isRemovePointEvent(java.awt.event.MouseEvent)"><B>isRemovePointEvent(MouseEvent)</B></A> -
37333746 Method in class org.jgraph.graph.<A HREF="org/jgraph/graph/EdgeView.EdgeHandle.html" title="class in org.jgraph.graph">EdgeView.EdgeHandle</A>
37343747 <DD>Returning true signifies a mouse event removes a given point.
38993912 <DT><A HREF="org/jgraph/JGraph.html#LINE_GRID_MODE"><B>LINE_GRID_MODE</B></A> -
39003913 Static variable in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
39013914 <DD>&nbsp;
3902 <DT><A HREF="org/jgraph/graph/GraphConstants.html#LINK"><B>LINK</B></A> -
3903 Static variable in class org.jgraph.graph.<A HREF="org/jgraph/graph/GraphConstants.html" title="class in org.jgraph.graph">GraphConstants</A>
3904 <DD>Key for the <code>link</code> attribute.
39053915 <DT><A HREF="org/jgraph/JGraph.html#LOCKED_HANDLE_COLOR_PROPERTY"><B>LOCKED_HANDLE_COLOR_PROPERTY</B></A> -
39063916 Static variable in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
39073917 <DD>Bound property name for <code>gridColor</code>.
42004210 <DT><A HREF="org/jgraph/JGraph.html#offscreen"><B>offscreen</B></A> -
42014211 Variable in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
42024212 <DD>Off screen image for double buffering
4213 <DT><A HREF="org/jgraph/JGraph.html#offscreenOverlay"><B>offscreenOverlay</B></A> -
4214 Variable in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
4215 <DD>Off screen overlay image
4216 <DT><A HREF="org/jgraph/JGraph.html#offscreenOverlayPosition"><B>offscreenOverlayPosition</B></A> -
4217 Variable in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
4218 <DD>The origin of the offscreen overlay
4219 <DT><A HREF="org/jgraph/JGraph.html#offscreenValid"><B>offscreenValid</B></A> -
4220 Variable in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
4221 <DD>Whether or not the current background image is correct
42034222 <DT><A HREF="org/jgraph/graph/DefaultGraphCellEditor.html#offsetX"><B>offsetX</B></A> -
42044223 Variable in class org.jgraph.graph.<A HREF="org/jgraph/graph/DefaultGraphCellEditor.html" title="class in org.jgraph.graph">DefaultGraphCellEditor</A>
42054224 <DD>Used in editing.
43224341 <DD>Paint the background of this graph.
43234342 <DT><A HREF="org/jgraph/plaf/basic/BasicGraphUI.html#paintBackgroundComponent(java.awt.Graphics, java.awt.Component)"><B>paintBackgroundComponent(Graphics, Component)</B></A> -
43244343 Method in class org.jgraph.plaf.basic.<A HREF="org/jgraph/plaf/basic/BasicGraphUI.html" title="class in org.jgraph.plaf.basic">BasicGraphUI</A>
4325 <DD>Requests that the component responsible for painting the background
4326 paint itself
4344 <DD>Requests that the component responsible for painting the background paint
4345 itself
43274346 <DT><A HREF="org/jgraph/plaf/basic/BasicGraphUI.html#paintBackgroundImage(java.awt.Graphics)"><B>paintBackgroundImage(Graphics)</B></A> -
43284347 Method in class org.jgraph.plaf.basic.<A HREF="org/jgraph/plaf/basic/BasicGraphUI.html" title="class in org.jgraph.plaf.basic">BasicGraphUI</A>
43294348 <DD>Hook for subclassers to paint the background image.
43444363 <DT><A HREF="org/jgraph/graph/EdgeRenderer.html#paintLabel(java.awt.Graphics, java.lang.String, java.awt.geom.Point2D, boolean)"><B>paintLabel(Graphics, String, Point2D, boolean)</B></A> -
43454364 Method in class org.jgraph.graph.<A HREF="org/jgraph/graph/EdgeRenderer.html" title="class in org.jgraph.graph">EdgeRenderer</A>
43464365 <DD>Paint the specified label for the current edgeview.
4366 <DT><A HREF="org/jgraph/plaf/basic/BasicGraphUI.html#paintOverlay(java.awt.Graphics)"><B>paintOverlay(Graphics)</B></A> -
4367 Method in class org.jgraph.plaf.basic.<A HREF="org/jgraph/plaf/basic/BasicGraphUI.html" title="class in org.jgraph.plaf.basic">BasicGraphUI</A>
4368 <DD>Paints the overlay buffered image if one exists
43474369 <DT><A HREF="org/jgraph/graph/EdgeView.EdgeHandle.html#paintPort(java.awt.Graphics, org.jgraph.graph.CellView)"><B>paintPort(Graphics, CellView)</B></A> -
43484370 Method in class org.jgraph.graph.<A HREF="org/jgraph/graph/EdgeView.EdgeHandle.html" title="class in org.jgraph.graph">EdgeView.EdgeHandle</A>
43494371 <DD>&nbsp;
46034625 <DT><A HREF="org/jgraph/graph/Port.html#removeEdge(java.lang.Object)"><B>removeEdge(Object)</B></A> -
46044626 Method in interface org.jgraph.graph.<A HREF="org/jgraph/graph/Port.html" title="interface in org.jgraph.graph">Port</A>
46054627 <DD>Removes <code>edge</code> from the list of ports.
4606 <DT><A HREF="org/jgraph/graph/DefaultGraphModel.html#removeEmptyGroups"><B>removeEmptyGroups</B></A> -
4607 Variable in class org.jgraph.graph.<A HREF="org/jgraph/graph/DefaultGraphModel.html" title="class in org.jgraph.graph">DefaultGraphModel</A>
4608 <DD>Whether or not to remove group cells from the model when all of their
4609 children are removed
46104628 <DT><A HREF="org/jgraph/graph/EdgeView.html#removeExtraLabel(int)"><B>removeExtraLabel(int)</B></A> -
46114629 Method in class org.jgraph.graph.<A HREF="org/jgraph/graph/EdgeView.html" title="class in org.jgraph.graph">EdgeView</A>
46124630 <DD>Removes the point at position <code>index</code>.
46934711 <DT><A HREF="org/jgraph/plaf/basic/BasicGraphUI.html#rendererPane"><B>rendererPane</B></A> -
46944712 Variable in class org.jgraph.plaf.basic.<A HREF="org/jgraph/plaf/basic/BasicGraphUI.html" title="class in org.jgraph.plaf.basic">BasicGraphUI</A>
46954713 <DD>Used to paint the CellRenderer.
4714 <DT><A HREF="org/jgraph/JGraph.html#repaint(long, int, int, int, int)"><B>repaint(long, int, int, int, int)</B></A> -
4715 Method in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
4716 <DD>You should not call this method directly on a JGraph if you are using
4717 double buffering.
4718 <DT><A HREF="org/jgraph/JGraph.html#repaint(java.awt.Rectangle)"><B>repaint(Rectangle)</B></A> -
4719 Method in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
4720 <DD>&nbsp;
4721 <DT><A HREF="org/jgraph/JGraph.html#repaint()"><B>repaint()</B></A> -
4722 Method in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
4723 <DD>&nbsp;
4724 <DT><A HREF="org/jgraph/JGraph.html#repaint(int, int, int, int)"><B>repaint(int, int, int, int)</B></A> -
4725 Method in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
4726 <DD>&nbsp;
4727 <DT><A HREF="org/jgraph/JGraph.html#repaint(long)"><B>repaint(long)</B></A> -
4728 Method in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
4729 <DD>&nbsp;
46964730 <DT><A HREF="org/jgraph/graph/EdgeRenderer.html#repaint(long, int, int, int, int)"><B>repaint(long, int, int, int, int)</B></A> -
46974731 Method in class org.jgraph.graph.<A HREF="org/jgraph/graph/EdgeRenderer.html" title="class in org.jgraph.graph">EdgeRenderer</A>
46984732 <DD>Overridden for performance reasons.
48594893 <DT><A HREF="org/jgraph/JGraph.html#scrollPointToVisible(java.awt.geom.Point2D)"><B>scrollPointToVisible(Point2D)</B></A> -
48604894 Method in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
48614895 <DD>Makes sure the specified point is visible.
4862 <DT><A HREF="org/jgraph/graph/DefaultGraphSelectionModel.html#select(java.util.List, java.lang.Object)"><B>select(List, Object)</B></A> -
4896 <DT><A HREF="org/jgraph/graph/DefaultGraphSelectionModel.html#select(java.util.Set, java.lang.Object)"><B>select(Set, Object)</B></A> -
48634897 Method in class org.jgraph.graph.<A HREF="org/jgraph/graph/DefaultGraphSelectionModel.html" title="class in org.jgraph.graph">DefaultGraphSelectionModel</A>
48644898 <DD>Selects a single cell and updates all datastructures.
48654899 <DT><A HREF="org/jgraph/plaf/basic/BasicGraphUI.html#selectCellForEvent(java.lang.Object, java.awt.event.MouseEvent)"><B>selectCellForEvent(Object, MouseEvent)</B></A> -
51365170 <DT><A HREF="org/jgraph/plaf/basic/BasicGraphUI.html#setGraphLayoutCache(org.jgraph.graph.GraphLayoutCache)"><B>setGraphLayoutCache(GraphLayoutCache)</B></A> -
51375171 Method in class org.jgraph.plaf.basic.<A HREF="org/jgraph/plaf/basic/BasicGraphUI.html" title="class in org.jgraph.plaf.basic">BasicGraphUI</A>
51385172 <DD>Sets the GraphLayoutCache (geometric pattern).
5173 <DT><A HREF="org/jgraph/JGraph.html#setGraphicsAcceleration(boolean)"><B>setGraphicsAcceleration(boolean)</B></A> -
5174 Method in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
5175 <DD>&nbsp;
51395176 <DT><A HREF="org/jgraph/JGraph.html#setGridColor(java.awt.Color)"><B>setGridColor(Color)</B></A> -
51405177 Method in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
51415178 <DD>Sets the current grid color.
52275264 <DT><A HREF="org/jgraph/graph/GraphConstants.html#setLineWidth(java.util.Map, float)"><B>setLineWidth(Map, float)</B></A> -
52285265 Static method in class org.jgraph.graph.<A HREF="org/jgraph/graph/GraphConstants.html" title="class in org.jgraph.graph">GraphConstants</A>
52295266 <DD>Sets the linewidth attribute in the specified map to the specified value.
5230 <DT><A HREF="org/jgraph/graph/GraphConstants.html#setLink(java.util.Map, java.lang.String)"><B>setLink(Map, String)</B></A> -
5231 Static method in class org.jgraph.graph.<A HREF="org/jgraph/graph/GraphConstants.html" title="class in org.jgraph.graph">GraphConstants</A>
5232 <DD>Sets the link attribute in the specified map to the specified value.
52335267 <DT><A HREF="org/jgraph/graph/GraphLayoutCache.html#setLocalAttributes(java.util.Set)"><B>setLocalAttributes(Set)</B></A> -
52345268 Method in class org.jgraph.graph.<A HREF="org/jgraph/graph/GraphLayoutCache.html" title="class in org.jgraph.graph">GraphLayoutCache</A>
52355269 <DD>&nbsp;
52925326 <DT><A HREF="org/jgraph/graph/DefaultGraphSelectionModel.CellPlaceHolder.html#setNew(boolean)"><B>setNew(boolean)</B></A> -
52935327 Method in class org.jgraph.graph.<A HREF="org/jgraph/graph/DefaultGraphSelectionModel.CellPlaceHolder.html" title="class in org.jgraph.graph">DefaultGraphSelectionModel.CellPlaceHolder</A>
52945328 <DD>Sets the isNew.
5329 <DT><A HREF="org/jgraph/JGraph.html#setOffscreenOverlay(java.awt.Image)"><B>setOffscreenOverlay(Image)</B></A> -
5330 Method in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
5331 <DD>&nbsp;
5332 <DT><A HREF="org/jgraph/JGraph.html#setOffscreenValid(boolean)"><B>setOffscreenValid(boolean)</B></A> -
5333 Method in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
5334 <DD>&nbsp;
52955335 <DT><A HREF="org/jgraph/graph/GraphConstants.html#setOffset(java.util.Map, java.awt.geom.Point2D)"><B>setOffset(Map, Point2D)</B></A> -
52965336 Static method in class org.jgraph.graph.<A HREF="org/jgraph/graph/GraphConstants.html" title="class in org.jgraph.graph">GraphConstants</A>
52975337 <DD>Sets the offset attribute in the specified map to the specified value.
53395379 <DD>Sets specific attributes are being marked for removal @ param map The
53405380 transport map indicating the attribute removal @ param value The
53415381 attributes to be removed
5342 <DT><A HREF="org/jgraph/graph/DefaultGraphModel.html#setRemoveEmptyGroups(boolean)"><B>setRemoveEmptyGroups(boolean)</B></A> -
5343 Method in class org.jgraph.graph.<A HREF="org/jgraph/graph/DefaultGraphModel.html" title="class in org.jgraph.graph">DefaultGraphModel</A>
5344 <DD>&nbsp;
53455382 <DT><A HREF="org/jgraph/graph/GraphConstants.html#setResize(java.util.Map, boolean)"><B>setResize(Map, boolean)</B></A> -
53465383 Static method in class org.jgraph.graph.<A HREF="org/jgraph/graph/GraphConstants.html" title="class in org.jgraph.graph">GraphConstants</A>
53475384 <DD>Sets the resize attribute in the specified map to the specified value.
58365873 <DT><A HREF="org/jgraph/graph/DefaultGraphModel.GraphModelLayerEdit.html#updateNext()"><B>updateNext()</B></A> -
58375874 Method in class org.jgraph.graph.<A HREF="org/jgraph/graph/DefaultGraphModel.GraphModelLayerEdit.html" title="class in org.jgraph.graph">DefaultGraphModel.GraphModelLayerEdit</A>
58385875 <DD>&nbsp;
5876 <DT><A HREF="org/jgraph/JGraph.html#updateOverlay(java.awt.Image, java.awt.geom.Point2D)"><B>updateOverlay(Image, Point2D)</B></A> -
5877 Method in class org.jgraph.<A HREF="org/jgraph/JGraph.html" title="class in org.jgraph">JGraph</A>
5878 <DD>&nbsp;
58395879 <DT><A HREF="org/jgraph/graph/GraphLayoutCache.html#updatePorts()"><B>updatePorts()</B></A> -
58405880 Method in class org.jgraph.graph.<A HREF="org/jgraph/graph/GraphLayoutCache.html" title="class in org.jgraph.graph">GraphLayoutCache</A>
58415881 <DD>Updates the cached array of ports.
60016041 </TABLE>
60026042 </TD>
60036043 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
6004 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
6044 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
60056045 </TD>
60066046 </TR>
60076047
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc on Thu Nov 16 22:26:14 GMT 2006-->
4 <!-- Generated by javadoc on Thu Aug 03 14:18:22 BST 2006-->
55 <TITLE>
6 JGraph v5.9.2.1 API Specification
6 JGraph v5.10.0.1 API Specification
77 </TITLE>
88 </HEAD>
99 <FRAMESET cols="20%,80%">
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 JGraph.EmptySelectionModel (JGraph v5.9.2.1 API Specification)
6 JGraph.EmptySelectionModel (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.JGraph.EmptySelectionModel class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="JGraph.EmptySelectionModel (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="JGraph.EmptySelectionModel (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
235235 <TD><B>Methods inherited from class org.jgraph.graph.<A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html" title="class in org.jgraph.graph">DefaultGraphSelectionModel</A></B></TD>
236236 </TR>
237237 <TR BGCOLOR="white" CLASS="TableRowColor">
238 <TD><CODE><A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#addGraphSelectionListener(org.jgraph.event.GraphSelectionListener)">addGraphSelectionListener</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#addPropertyChangeListener(java.beans.PropertyChangeListener)">addPropertyChangeListener</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#addSelectionCell(java.lang.Object)">addSelectionCell</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#clearSelection()">clearSelection</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#clone()">clone</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#deselect(java.lang.Object)">deselect</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#fireValueChanged(org.jgraph.event.GraphSelectionEvent)">fireValueChanged</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#getListeners(java.lang.Class)">getListeners</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#getSelectables()">getSelectables</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#getSelectedChildCount(java.lang.Object)">getSelectedChildCount</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#getSelectionCell()">getSelectionCell</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#getSelectionCells()">getSelectionCells</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#getSelectionCount()">getSelectionCount</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#getSelectionMode()">getSelectionMode</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#isCellSelected(java.lang.Object)">isCellSelected</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#isChildrenSelectable()">isChildrenSelectable</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#isChildrenSelectable(java.lang.Object)">isChildrenSelectable</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#isChildrenSelected(java.lang.Object)">isChildrenSelected</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#isSelectionEmpty()">isSelectionEmpty</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#notifyCellChange(java.util.Vector)">notifyCellChange</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#removeGraphSelectionListener(org.jgraph.event.GraphSelectionListener)">removeGraphSelectionListener</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#removePropertyChangeListener(java.beans.PropertyChangeListener)">removePropertyChangeListener</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#removeSelectionCell(java.lang.Object)">removeSelectionCell</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#select(java.util.List, java.lang.Object)">select</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#setChildrenSelectable(boolean)">setChildrenSelectable</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#setSelectedChildCount(java.lang.Object, int)">setSelectedChildCount</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#setSelectionCell(java.lang.Object)">setSelectionCell</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#setSelectionMode(int)">setSelectionMode</A></CODE></TD>
238 <TD><CODE><A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#addGraphSelectionListener(org.jgraph.event.GraphSelectionListener)">addGraphSelectionListener</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#addPropertyChangeListener(java.beans.PropertyChangeListener)">addPropertyChangeListener</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#addSelectionCell(java.lang.Object)">addSelectionCell</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#clearSelection()">clearSelection</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#clone()">clone</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#deselect(java.lang.Object)">deselect</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#fireValueChanged(org.jgraph.event.GraphSelectionEvent)">fireValueChanged</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#getListeners(java.lang.Class)">getListeners</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#getSelectables()">getSelectables</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#getSelectedChildCount(java.lang.Object)">getSelectedChildCount</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#getSelectionCell()">getSelectionCell</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#getSelectionCells()">getSelectionCells</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#getSelectionCount()">getSelectionCount</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#getSelectionMode()">getSelectionMode</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#isCellSelected(java.lang.Object)">isCellSelected</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#isChildrenSelectable()">isChildrenSelectable</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#isChildrenSelectable(java.lang.Object)">isChildrenSelectable</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#isChildrenSelected(java.lang.Object)">isChildrenSelected</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#isSelectionEmpty()">isSelectionEmpty</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#notifyCellChange(java.util.Vector)">notifyCellChange</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#removeGraphSelectionListener(org.jgraph.event.GraphSelectionListener)">removeGraphSelectionListener</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#removePropertyChangeListener(java.beans.PropertyChangeListener)">removePropertyChangeListener</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#removeSelectionCell(java.lang.Object)">removeSelectionCell</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#select(java.util.Set, java.lang.Object)">select</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#setChildrenSelectable(boolean)">setChildrenSelectable</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#setSelectedChildCount(java.lang.Object, int)">setSelectedChildCount</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#setSelectionCell(java.lang.Object)">setSelectionCell</A>, <A HREF="../../org/jgraph/graph/DefaultGraphSelectionModel.html#setSelectionMode(int)">setSelectionMode</A></CODE></TD>
239239 </TR>
240240 </TABLE>
241241 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
385385 </TABLE>
386386 </TD>
387387 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
388 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
388 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
389389 </TD>
390390 </TR>
391391
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 JGraph.GraphSelectionRedirector (JGraph v5.9.2.1 API Specification)
6 JGraph.GraphSelectionRedirector (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.JGraph.GraphSelectionRedirector class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="JGraph.GraphSelectionRedirector (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="JGraph.GraphSelectionRedirector (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
241241 </TABLE>
242242 </TD>
243243 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
244 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
244 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
245245 </TD>
246246 </TR>
247247
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 JGraph (JGraph v5.9.2.1 API Specification)
6 JGraph (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.JGraph class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="JGraph (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="JGraph (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
460460 </TR>
461461 <TR BGCOLOR="white" CLASS="TableRowColor">
462462 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
463 <CODE>protected &nbsp;boolean</CODE></FONT></TD>
464 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#graphicsAcceleration">graphicsAcceleration</A></B></CODE>
465
466 <BR>
467 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Whether or not hardware graphics acceleration is to be employed</TD>
468 </TR>
469 <TR BGCOLOR="white" CLASS="TableRowColor">
470 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
463471 <CODE>protected &nbsp;<A HREF="../../org/jgraph/graph/GraphLayoutCache.html" title="class in org.jgraph.graph">GraphLayoutCache</A></CODE></FONT></TD>
464472 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#graphLayoutCache">graphLayoutCache</A></B></CODE>
465473
718726
719727 <BR>
720728 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Off screen image for double buffering</TD>
729 </TR>
730 <TR BGCOLOR="white" CLASS="TableRowColor">
731 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
732 <CODE>protected &nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Image.html" title="class or interface in java.awt">Image</A></CODE></FONT></TD>
733 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#offscreenOverlay">offscreenOverlay</A></B></CODE>
734
735 <BR>
736 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Off screen overlay image</TD>
737 </TR>
738 <TR BGCOLOR="white" CLASS="TableRowColor">
739 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
740 <CODE>protected &nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A></CODE></FONT></TD>
741 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#offscreenOverlayPosition">offscreenOverlayPosition</A></B></CODE>
742
743 <BR>
744 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The origin of the offscreen overlay</TD>
745 </TR>
746 <TR BGCOLOR="white" CLASS="TableRowColor">
747 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
748 <CODE>protected &nbsp;boolean</CODE></FONT></TD>
749 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#offscreenValid">offscreenValid</A></B></CODE>
750
751 <BR>
752 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Whether or not the current background image is correct</TD>
721753 </TR>
722754 <TR BGCOLOR="white" CLASS="TableRowColor">
723755 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
13821414 </TR>
13831415 <TR BGCOLOR="white" CLASS="TableRowColor">
13841416 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
1417 <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Image.html" title="class or interface in java.awt">Image</A></CODE></FONT></TD>
1418 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#getOffscreenOverlay()">getOffscreenOverlay</A></B>()</CODE>
1419
1420 <BR>
1421 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
1422 </TR>
1423 <TR BGCOLOR="white" CLASS="TableRowColor">
1424 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
1425 <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A></CODE></FONT></TD>
1426 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#getOffscreenOverlayPosition()">getOffscreenOverlayPosition</A></B>()</CODE>
1427
1428 <BR>
1429 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
1430 </TR>
1431 <TR BGCOLOR="white" CLASS="TableRowColor">
1432 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
13851433 <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></FONT></TD>
13861434 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#getPortForLocation(double, double)">getPortForLocation</A></B>(double&nbsp;x,
13871435 double&nbsp;y)</CODE>
17031751 <TR BGCOLOR="white" CLASS="TableRowColor">
17041752 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
17051753 <CODE>&nbsp;boolean</CODE></FONT></TD>
1754 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#isGraphicsAcceleration()">isGraphicsAcceleration</A></B>()</CODE>
1755
1756 <BR>
1757 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
1758 </TR>
1759 <TR BGCOLOR="white" CLASS="TableRowColor">
1760 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
1761 <CODE>&nbsp;boolean</CODE></FONT></TD>
17061762 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#isGridEnabled()">isGridEnabled</A></B>()</CODE>
17071763
17081764 <BR>
17621818 <TR BGCOLOR="white" CLASS="TableRowColor">
17631819 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
17641820 <CODE>&nbsp;boolean</CODE></FONT></TD>
1821 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#isOffscreenValid()">isOffscreenValid</A></B>()</CODE>
1822
1823 <BR>
1824 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
1825 </TR>
1826 <TR BGCOLOR="white" CLASS="TableRowColor">
1827 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
1828 <CODE>&nbsp;boolean</CODE></FONT></TD>
17651829 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#isPortsScaled()">isPortsScaled</A></B>()</CODE>
17661830
17671831 <BR>
18601924 <TR BGCOLOR="white" CLASS="TableRowColor">
18611925 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
18621926 <CODE>&nbsp;void</CODE></FONT></TD>
1927 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#repaint()">repaint</A></B>()</CODE>
1928
1929 <BR>
1930 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
1931 </TR>
1932 <TR BGCOLOR="white" CLASS="TableRowColor">
1933 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
1934 <CODE>&nbsp;void</CODE></FONT></TD>
1935 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#repaint(int, int, int, int)">repaint</A></B>(int&nbsp;x,
1936 int&nbsp;y,
1937 int&nbsp;width,
1938 int&nbsp;height)</CODE>
1939
1940 <BR>
1941 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
1942 </TR>
1943 <TR BGCOLOR="white" CLASS="TableRowColor">
1944 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
1945 <CODE>&nbsp;void</CODE></FONT></TD>
1946 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#repaint(long)">repaint</A></B>(long&nbsp;tm)</CODE>
1947
1948 <BR>
1949 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
1950 </TR>
1951 <TR BGCOLOR="white" CLASS="TableRowColor">
1952 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
1953 <CODE>&nbsp;void</CODE></FONT></TD>
1954 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#repaint(long, int, int, int, int)">repaint</A></B>(long&nbsp;tm,
1955 int&nbsp;x,
1956 int&nbsp;y,
1957 int&nbsp;width,
1958 int&nbsp;height)</CODE>
1959
1960 <BR>
1961 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;You should not call this method directly on a JGraph if you are using
1962 double buffering.</TD>
1963 </TR>
1964 <TR BGCOLOR="white" CLASS="TableRowColor">
1965 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
1966 <CODE>&nbsp;void</CODE></FONT></TD>
1967 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#repaint(java.awt.Rectangle)">repaint</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Rectangle.html" title="class or interface in java.awt">Rectangle</A>&nbsp;r)</CODE>
1968
1969 <BR>
1970 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
1971 </TR>
1972 <TR BGCOLOR="white" CLASS="TableRowColor">
1973 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
1974 <CODE>&nbsp;void</CODE></FONT></TD>
18631975 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#scrollCellToVisible(java.lang.Object)">scrollCellToVisible</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;cell)</CODE>
18641976
18651977 <BR>
19972109 <TR BGCOLOR="white" CLASS="TableRowColor">
19982110 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
19992111 <CODE>&nbsp;void</CODE></FONT></TD>
2112 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#setGraphicsAcceleration(boolean)">setGraphicsAcceleration</A></B>(boolean&nbsp;graphicsAcceleration)</CODE>
2113
2114 <BR>
2115 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
2116 </TR>
2117 <TR BGCOLOR="white" CLASS="TableRowColor">
2118 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
2119 <CODE>&nbsp;void</CODE></FONT></TD>
20002120 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#setGraphLayoutCache(org.jgraph.graph.GraphLayoutCache)">setGraphLayoutCache</A></B>(<A HREF="../../org/jgraph/graph/GraphLayoutCache.html" title="class in org.jgraph.graph">GraphLayoutCache</A>&nbsp;newLayoutCache)</CODE>
20012121
20022122 <BR>
21632283 <TR BGCOLOR="white" CLASS="TableRowColor">
21642284 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
21652285 <CODE>&nbsp;void</CODE></FONT></TD>
2286 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#setOffscreenOverlay(java.awt.Image)">setOffscreenOverlay</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Image.html" title="class or interface in java.awt">Image</A>&nbsp;offscreenOverlay)</CODE>
2287
2288 <BR>
2289 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
2290 </TR>
2291 <TR BGCOLOR="white" CLASS="TableRowColor">
2292 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
2293 <CODE>&nbsp;void</CODE></FONT></TD>
2294 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#setOffscreenValid(boolean)">setOffscreenValid</A></B>(boolean&nbsp;offscreenValid)</CODE>
2295
2296 <BR>
2297 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
2298 </TR>
2299 <TR BGCOLOR="white" CLASS="TableRowColor">
2300 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
2301 <CODE>&nbsp;void</CODE></FONT></TD>
21662302 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#setPortsScaled(boolean)">setPortsScaled</A></B>(boolean&nbsp;flag)</CODE>
21672303
21682304 <BR>
23292465
23302466 <BR>
23312467 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Computes and updates the size for <code>view</code>.</TD>
2468 </TR>
2469 <TR BGCOLOR="white" CLASS="TableRowColor">
2470 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
2471 <CODE>&nbsp;void</CODE></FONT></TD>
2472 <TD><CODE><B><A HREF="../../org/jgraph/JGraph.html#updateOverlay(java.awt.Image, java.awt.geom.Point2D)">updateOverlay</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Image.html" title="class or interface in java.awt">Image</A>&nbsp;offscreenOverlayBuffer,
2473 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A>&nbsp;overlayPoint)</CODE>
2474
2475 <BR>
2476 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
23322477 </TR>
23332478 <TR BGCOLOR="white" CLASS="TableRowColor">
23342479 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
23452490 <TD><B>Methods inherited from class javax.swing.<A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html" title="class or interface in javax.swing">JComponent</A></B></TD>
23462491 </TR>
23472492 <TR BGCOLOR="white" CLASS="TableRowColor">
2348 <TD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#addAncestorListener(javax.swing.event.AncestorListener)" title="class or interface in javax.swing">addAncestorListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#addNotify()" title="class or interface in javax.swing">addNotify</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#addPropertyChangeListener(java.beans.PropertyChangeListener)" title="class or interface in javax.swing">addPropertyChangeListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#addPropertyChangeListener(java.lang.String, java.beans.PropertyChangeListener)" title="class or interface in javax.swing">addPropertyChangeListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#addVetoableChangeListener(java.beans.VetoableChangeListener)" title="class or interface in javax.swing">addVetoableChangeListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#computeVisibleRect(java.awt.Rectangle)" title="class or interface in javax.swing">computeVisibleRect</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#contains(int, int)" title="class or interface in javax.swing">contains</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#createToolTip()" title="class or interface in javax.swing">createToolTip</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#disable()" title="class or interface in javax.swing">disable</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#enable()" title="class or interface in javax.swing">enable</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#firePropertyChange(java.lang.String, boolean, boolean)" title="class or interface in javax.swing">firePropertyChange</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#firePropertyChange(java.lang.String, byte, byte)" title="class or interface in javax.swing">firePropertyChange</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#firePropertyChange(java.lang.String, char, char)" title="class or interface in javax.swing">firePropertyChange</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#firePropertyChange(java.lang.String, double, double)" title="class or interface in javax.swing">firePropertyChange</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#firePropertyChange(java.lang.String, float, float)" title="class or interface in javax.swing">firePropertyChange</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#firePropertyChange(java.lang.String, int, int)" title="class or interface in javax.swing">firePropertyChange</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#firePropertyChange(java.lang.String, long, long)" title="class or interface in javax.swing">firePropertyChange</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)" title="class or interface in javax.swing">firePropertyChange</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#firePropertyChange(java.lang.String, short, short)" title="class or interface in javax.swing">firePropertyChange</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#fireVetoableChange(java.lang.String, java.lang.Object, java.lang.Object)" title="class or interface in javax.swing">fireVetoableChange</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getAccessibleContext()" title="class or interface in javax.swing">getAccessibleContext</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getActionForKeyStroke(javax.swing.KeyStroke)" title="class or interface in javax.swing">getActionForKeyStroke</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getActionMap()" title="class or interface in javax.swing">getActionMap</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getAlignmentX()" title="class or interface in javax.swing">getAlignmentX</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getAlignmentY()" title="class or interface in javax.swing">getAlignmentY</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getAncestorListeners()" title="class or interface in javax.swing">getAncestorListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getAutoscrolls()" title="class or interface in javax.swing">getAutoscrolls</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getBorder()" title="class or interface in javax.swing">getBorder</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getBounds(java.awt.Rectangle)" title="class or interface in javax.swing">getBounds</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getClientProperty(java.lang.Object)" title="class or interface in javax.swing">getClientProperty</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getComponentGraphics(java.awt.Graphics)" title="class or interface in javax.swing">getComponentGraphics</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getConditionForKeyStroke(javax.swing.KeyStroke)" title="class or interface in javax.swing">getConditionForKeyStroke</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getDebugGraphicsOptions()" title="class or interface in javax.swing">getDebugGraphicsOptions</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getDefaultLocale()" title="class or interface in javax.swing">getDefaultLocale</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getGraphics()" title="class or interface in javax.swing">getGraphics</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getHeight()" title="class or interface in javax.swing">getHeight</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getInputMap()" title="class or interface in javax.swing">getInputMap</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getInputMap(int)" title="class or interface in javax.swing">getInputMap</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getInputVerifier()" title="class or interface in javax.swing">getInputVerifier</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getInsets()" title="class or interface in javax.swing">getInsets</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getInsets(java.awt.Insets)" title="class or interface in javax.swing">getInsets</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getListeners(java.lang.Class)" title="class or interface in javax.swing">getListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getLocation(java.awt.Point)" title="class or interface in javax.swing">getLocation</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getMaximumSize()" title="class or interface in javax.swing">getMaximumSize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getMinimumSize()" title="class or interface in javax.swing">getMinimumSize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getNextFocusableComponent()" title="class or interface in javax.swing">getNextFocusableComponent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getPreferredSize()" title="class or interface in javax.swing">getPreferredSize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getPropertyChangeListeners()" title="class or interface in javax.swing">getPropertyChangeListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getPropertyChangeListeners(java.lang.String)" title="class or interface in javax.swing">getPropertyChangeListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getRegisteredKeyStrokes()" title="class or interface in javax.swing">getRegisteredKeyStrokes</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getRootPane()" title="class or interface in javax.swing">getRootPane</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getSize(java.awt.Dimension)" title="class or interface in javax.swing">getSize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getToolTipLocation(java.awt.event.MouseEvent)" title="class or interface in javax.swing">getToolTipLocation</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getToolTipText()" title="class or interface in javax.swing">getToolTipText</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getTopLevelAncestor()" title="class or interface in javax.swing">getTopLevelAncestor</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getTransferHandler()" title="class or interface in javax.swing">getTransferHandler</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getVerifyInputWhenFocusTarget()" title="class or interface in javax.swing">getVerifyInputWhenFocusTarget</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getVetoableChangeListeners()" title="class or interface in javax.swing">getVetoableChangeListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getVisibleRect()" title="class or interface in javax.swing">getVisibleRect</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getWidth()" title="class or interface in javax.swing">getWidth</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getX()" title="class or interface in javax.swing">getX</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getY()" title="class or interface in javax.swing">getY</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#grabFocus()" title="class or interface in javax.swing">grabFocus</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isDoubleBuffered()" title="class or interface in javax.swing">isDoubleBuffered</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isLightweightComponent(java.awt.Component)" title="class or interface in javax.swing">isLightweightComponent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isManagingFocus()" title="class or interface in javax.swing">isManagingFocus</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isMaximumSizeSet()" title="class or interface in javax.swing">isMaximumSizeSet</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isMinimumSizeSet()" title="class or interface in javax.swing">isMinimumSizeSet</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isOpaque()" title="class or interface in javax.swing">isOpaque</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isOptimizedDrawingEnabled()" title="class or interface in javax.swing">isOptimizedDrawingEnabled</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isPaintingTile()" title="class or interface in javax.swing">isPaintingTile</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isPreferredSizeSet()" title="class or interface in javax.swing">isPreferredSizeSet</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isRequestFocusEnabled()" title="class or interface in javax.swing">isRequestFocusEnabled</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isValidateRoot()" title="class or interface in javax.swing">isValidateRoot</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#paint(java.awt.Graphics)" title="class or interface in javax.swing">paint</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#paintBorder(java.awt.Graphics)" title="class or interface in javax.swing">paintBorder</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#paintChildren(java.awt.Graphics)" title="class or interface in javax.swing">paintChildren</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#paintComponent(java.awt.Graphics)" title="class or interface in javax.swing">paintComponent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#paintImmediately(int, int, int, int)" title="class or interface in javax.swing">paintImmediately</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#paintImmediately(java.awt.Rectangle)" title="class or interface in javax.swing">paintImmediately</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#print(java.awt.Graphics)" title="class or interface in javax.swing">print</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#printAll(java.awt.Graphics)" title="class or interface in javax.swing">printAll</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#printBorder(java.awt.Graphics)" title="class or interface in javax.swing">printBorder</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#printChildren(java.awt.Graphics)" title="class or interface in javax.swing">printChildren</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#printComponent(java.awt.Graphics)" title="class or interface in javax.swing">printComponent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#processComponentKeyEvent(java.awt.event.KeyEvent)" title="class or interface in javax.swing">processComponentKeyEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#processKeyBinding(javax.swing.KeyStroke, java.awt.event.KeyEvent, int, boolean)" title="class or interface in javax.swing">processKeyBinding</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#processKeyEvent(java.awt.event.KeyEvent)" title="class or interface in javax.swing">processKeyEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#processMouseMotionEvent(java.awt.event.MouseEvent)" title="class or interface in javax.swing">processMouseMotionEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#putClientProperty(java.lang.Object, java.lang.Object)" title="class or interface in javax.swing">putClientProperty</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#registerKeyboardAction(java.awt.event.ActionListener, javax.swing.KeyStroke, int)" title="class or interface in javax.swing">registerKeyboardAction</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#registerKeyboardAction(java.awt.event.ActionListener, java.lang.String, javax.swing.KeyStroke, int)" title="class or interface in javax.swing">registerKeyboardAction</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#removeAncestorListener(javax.swing.event.AncestorListener)" title="class or interface in javax.swing">removeAncestorListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#removeNotify()" title="class or interface in javax.swing">removeNotify</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#removePropertyChangeListener(java.beans.PropertyChangeListener)" title="class or interface in javax.swing">removePropertyChangeListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#removePropertyChangeListener(java.lang.String, java.beans.PropertyChangeListener)" title="class or interface in javax.swing">removePropertyChangeListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#removeVetoableChangeListener(java.beans.VetoableChangeListener)" title="class or interface in javax.swing">removeVetoableChangeListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#repaint(long, int, int, int, int)" title="class or interface in javax.swing">repaint</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#repaint(java.awt.Rectangle)" title="class or interface in javax.swing">repaint</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#requestDefaultFocus()" title="class or interface in javax.swing">requestDefaultFocus</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#requestFocus()" title="class or interface in javax.swing">requestFocus</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#requestFocus(boolean)" title="class or interface in javax.swing">requestFocus</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#requestFocusInWindow()" title="class or interface in javax.swing">requestFocusInWindow</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#requestFocusInWindow(boolean)" title="class or interface in javax.swing">requestFocusInWindow</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#resetKeyboardActions()" title="class or interface in javax.swing">resetKeyboardActions</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#reshape(int, int, int, int)" title="class or interface in javax.swing">reshape</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#revalidate()" title="class or interface in javax.swing">revalidate</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#scrollRectToVisible(java.awt.Rectangle)" title="class or interface in javax.swing">scrollRectToVisible</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setActionMap(javax.swing.ActionMap)" title="class or interface in javax.swing">setActionMap</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setAlignmentX(float)" title="class or interface in javax.swing">setAlignmentX</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setAlignmentY(float)" title="class or interface in javax.swing">setAlignmentY</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setAutoscrolls(boolean)" title="class or interface in javax.swing">setAutoscrolls</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setBackground(java.awt.Color)" title="class or interface in javax.swing">setBackground</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setBorder(javax.swing.border.Border)" title="class or interface in javax.swing">setBorder</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setDebugGraphicsOptions(int)" title="class or interface in javax.swing">setDebugGraphicsOptions</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setDefaultLocale(java.util.Locale)" title="class or interface in javax.swing">setDefaultLocale</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setDoubleBuffered(boolean)" title="class or interface in javax.swing">setDoubleBuffered</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setEnabled(boolean)" title="class or interface in javax.swing">setEnabled</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setFont(java.awt.Font)" title="class or interface in javax.swing">setFont</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setForeground(java.awt.Color)" title="class or interface in javax.swing">setForeground</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setInputMap(int, javax.swing.InputMap)" title="class or interface in javax.swing">setInputMap</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setInputVerifier(javax.swing.InputVerifier)" title="class or interface in javax.swing">setInputVerifier</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setMaximumSize(java.awt.Dimension)" title="class or interface in javax.swing">setMaximumSize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setMinimumSize(java.awt.Dimension)" title="class or interface in javax.swing">setMinimumSize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setNextFocusableComponent(java.awt.Component)" title="class or interface in javax.swing">setNextFocusableComponent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setOpaque(boolean)" title="class or interface in javax.swing">setOpaque</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setPreferredSize(java.awt.Dimension)" title="class or interface in javax.swing">setPreferredSize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setRequestFocusEnabled(boolean)" title="class or interface in javax.swing">setRequestFocusEnabled</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setToolTipText(java.lang.String)" title="class or interface in javax.swing">setToolTipText</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setTransferHandler(javax.swing.TransferHandler)" title="class or interface in javax.swing">setTransferHandler</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setUI(javax.swing.plaf.ComponentUI)" title="class or interface in javax.swing">setUI</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setVerifyInputWhenFocusTarget(boolean)" title="class or interface in javax.swing">setVerifyInputWhenFocusTarget</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setVisible(boolean)" title="class or interface in javax.swing">setVisible</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#unregisterKeyboardAction(javax.swing.KeyStroke)" title="class or interface in javax.swing">unregisterKeyboardAction</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#update(java.awt.Graphics)" title="class or interface in javax.swing">update</A></CODE></TD>
2493 <TD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#addAncestorListener(javax.swing.event.AncestorListener)" title="class or interface in javax.swing">addAncestorListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#addNotify()" title="class or interface in javax.swing">addNotify</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#addPropertyChangeListener(java.beans.PropertyChangeListener)" title="class or interface in javax.swing">addPropertyChangeListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#addPropertyChangeListener(java.lang.String, java.beans.PropertyChangeListener)" title="class or interface in javax.swing">addPropertyChangeListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#addVetoableChangeListener(java.beans.VetoableChangeListener)" title="class or interface in javax.swing">addVetoableChangeListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#computeVisibleRect(java.awt.Rectangle)" title="class or interface in javax.swing">computeVisibleRect</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#contains(int, int)" title="class or interface in javax.swing">contains</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#createToolTip()" title="class or interface in javax.swing">createToolTip</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#disable()" title="class or interface in javax.swing">disable</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#enable()" title="class or interface in javax.swing">enable</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#firePropertyChange(java.lang.String, boolean, boolean)" title="class or interface in javax.swing">firePropertyChange</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#firePropertyChange(java.lang.String, byte, byte)" title="class or interface in javax.swing">firePropertyChange</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#firePropertyChange(java.lang.String, char, char)" title="class or interface in javax.swing">firePropertyChange</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#firePropertyChange(java.lang.String, double, double)" title="class or interface in javax.swing">firePropertyChange</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#firePropertyChange(java.lang.String, float, float)" title="class or interface in javax.swing">firePropertyChange</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#firePropertyChange(java.lang.String, int, int)" title="class or interface in javax.swing">firePropertyChange</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#firePropertyChange(java.lang.String, long, long)" title="class or interface in javax.swing">firePropertyChange</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)" title="class or interface in javax.swing">firePropertyChange</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#firePropertyChange(java.lang.String, short, short)" title="class or interface in javax.swing">firePropertyChange</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#fireVetoableChange(java.lang.String, java.lang.Object, java.lang.Object)" title="class or interface in javax.swing">fireVetoableChange</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getAccessibleContext()" title="class or interface in javax.swing">getAccessibleContext</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getActionForKeyStroke(javax.swing.KeyStroke)" title="class or interface in javax.swing">getActionForKeyStroke</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getActionMap()" title="class or interface in javax.swing">getActionMap</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getAlignmentX()" title="class or interface in javax.swing">getAlignmentX</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getAlignmentY()" title="class or interface in javax.swing">getAlignmentY</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getAncestorListeners()" title="class or interface in javax.swing">getAncestorListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getAutoscrolls()" title="class or interface in javax.swing">getAutoscrolls</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getBorder()" title="class or interface in javax.swing">getBorder</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getBounds(java.awt.Rectangle)" title="class or interface in javax.swing">getBounds</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getClientProperty(java.lang.Object)" title="class or interface in javax.swing">getClientProperty</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getComponentGraphics(java.awt.Graphics)" title="class or interface in javax.swing">getComponentGraphics</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getConditionForKeyStroke(javax.swing.KeyStroke)" title="class or interface in javax.swing">getConditionForKeyStroke</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getDebugGraphicsOptions()" title="class or interface in javax.swing">getDebugGraphicsOptions</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getDefaultLocale()" title="class or interface in javax.swing">getDefaultLocale</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getGraphics()" title="class or interface in javax.swing">getGraphics</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getHeight()" title="class or interface in javax.swing">getHeight</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getInputMap()" title="class or interface in javax.swing">getInputMap</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getInputMap(int)" title="class or interface in javax.swing">getInputMap</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getInputVerifier()" title="class or interface in javax.swing">getInputVerifier</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getInsets()" title="class or interface in javax.swing">getInsets</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getInsets(java.awt.Insets)" title="class or interface in javax.swing">getInsets</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getListeners(java.lang.Class)" title="class or interface in javax.swing">getListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getLocation(java.awt.Point)" title="class or interface in javax.swing">getLocation</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getMaximumSize()" title="class or interface in javax.swing">getMaximumSize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getMinimumSize()" title="class or interface in javax.swing">getMinimumSize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getNextFocusableComponent()" title="class or interface in javax.swing">getNextFocusableComponent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getPreferredSize()" title="class or interface in javax.swing">getPreferredSize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getPropertyChangeListeners()" title="class or interface in javax.swing">getPropertyChangeListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getPropertyChangeListeners(java.lang.String)" title="class or interface in javax.swing">getPropertyChangeListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getRegisteredKeyStrokes()" title="class or interface in javax.swing">getRegisteredKeyStrokes</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getRootPane()" title="class or interface in javax.swing">getRootPane</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getSize(java.awt.Dimension)" title="class or interface in javax.swing">getSize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getToolTipLocation(java.awt.event.MouseEvent)" title="class or interface in javax.swing">getToolTipLocation</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getToolTipText()" title="class or interface in javax.swing">getToolTipText</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getTopLevelAncestor()" title="class or interface in javax.swing">getTopLevelAncestor</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getTransferHandler()" title="class or interface in javax.swing">getTransferHandler</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getVerifyInputWhenFocusTarget()" title="class or interface in javax.swing">getVerifyInputWhenFocusTarget</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getVetoableChangeListeners()" title="class or interface in javax.swing">getVetoableChangeListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getVisibleRect()" title="class or interface in javax.swing">getVisibleRect</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getWidth()" title="class or interface in javax.swing">getWidth</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getX()" title="class or interface in javax.swing">getX</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#getY()" title="class or interface in javax.swing">getY</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#grabFocus()" title="class or interface in javax.swing">grabFocus</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isDoubleBuffered()" title="class or interface in javax.swing">isDoubleBuffered</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isLightweightComponent(java.awt.Component)" title="class or interface in javax.swing">isLightweightComponent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isManagingFocus()" title="class or interface in javax.swing">isManagingFocus</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isMaximumSizeSet()" title="class or interface in javax.swing">isMaximumSizeSet</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isMinimumSizeSet()" title="class or interface in javax.swing">isMinimumSizeSet</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isOpaque()" title="class or interface in javax.swing">isOpaque</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isOptimizedDrawingEnabled()" title="class or interface in javax.swing">isOptimizedDrawingEnabled</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isPaintingTile()" title="class or interface in javax.swing">isPaintingTile</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isPreferredSizeSet()" title="class or interface in javax.swing">isPreferredSizeSet</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isRequestFocusEnabled()" title="class or interface in javax.swing">isRequestFocusEnabled</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#isValidateRoot()" title="class or interface in javax.swing">isValidateRoot</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#paint(java.awt.Graphics)" title="class or interface in javax.swing">paint</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#paintBorder(java.awt.Graphics)" title="class or interface in javax.swing">paintBorder</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#paintChildren(java.awt.Graphics)" title="class or interface in javax.swing">paintChildren</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#paintComponent(java.awt.Graphics)" title="class or interface in javax.swing">paintComponent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#paintImmediately(int, int, int, int)" title="class or interface in javax.swing">paintImmediately</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#paintImmediately(java.awt.Rectangle)" title="class or interface in javax.swing">paintImmediately</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#print(java.awt.Graphics)" title="class or interface in javax.swing">print</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#printAll(java.awt.Graphics)" title="class or interface in javax.swing">printAll</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#printBorder(java.awt.Graphics)" title="class or interface in javax.swing">printBorder</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#printChildren(java.awt.Graphics)" title="class or interface in javax.swing">printChildren</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#printComponent(java.awt.Graphics)" title="class or interface in javax.swing">printComponent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#processComponentKeyEvent(java.awt.event.KeyEvent)" title="class or interface in javax.swing">processComponentKeyEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#processKeyBinding(javax.swing.KeyStroke, java.awt.event.KeyEvent, int, boolean)" title="class or interface in javax.swing">processKeyBinding</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#processKeyEvent(java.awt.event.KeyEvent)" title="class or interface in javax.swing">processKeyEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#processMouseMotionEvent(java.awt.event.MouseEvent)" title="class or interface in javax.swing">processMouseMotionEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#putClientProperty(java.lang.Object, java.lang.Object)" title="class or interface in javax.swing">putClientProperty</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#registerKeyboardAction(java.awt.event.ActionListener, javax.swing.KeyStroke, int)" title="class or interface in javax.swing">registerKeyboardAction</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#registerKeyboardAction(java.awt.event.ActionListener, java.lang.String, javax.swing.KeyStroke, int)" title="class or interface in javax.swing">registerKeyboardAction</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#removeAncestorListener(javax.swing.event.AncestorListener)" title="class or interface in javax.swing">removeAncestorListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#removeNotify()" title="class or interface in javax.swing">removeNotify</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#removePropertyChangeListener(java.beans.PropertyChangeListener)" title="class or interface in javax.swing">removePropertyChangeListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#removePropertyChangeListener(java.lang.String, java.beans.PropertyChangeListener)" title="class or interface in javax.swing">removePropertyChangeListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#removeVetoableChangeListener(java.beans.VetoableChangeListener)" title="class or interface in javax.swing">removeVetoableChangeListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#requestDefaultFocus()" title="class or interface in javax.swing">requestDefaultFocus</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#requestFocus()" title="class or interface in javax.swing">requestFocus</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#requestFocus(boolean)" title="class or interface in javax.swing">requestFocus</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#requestFocusInWindow()" title="class or interface in javax.swing">requestFocusInWindow</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#requestFocusInWindow(boolean)" title="class or interface in javax.swing">requestFocusInWindow</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#resetKeyboardActions()" title="class or interface in javax.swing">resetKeyboardActions</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#reshape(int, int, int, int)" title="class or interface in javax.swing">reshape</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#revalidate()" title="class or interface in javax.swing">revalidate</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#scrollRectToVisible(java.awt.Rectangle)" title="class or interface in javax.swing">scrollRectToVisible</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setActionMap(javax.swing.ActionMap)" title="class or interface in javax.swing">setActionMap</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setAlignmentX(float)" title="class or interface in javax.swing">setAlignmentX</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setAlignmentY(float)" title="class or interface in javax.swing">setAlignmentY</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setAutoscrolls(boolean)" title="class or interface in javax.swing">setAutoscrolls</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setBackground(java.awt.Color)" title="class or interface in javax.swing">setBackground</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setBorder(javax.swing.border.Border)" title="class or interface in javax.swing">setBorder</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setDebugGraphicsOptions(int)" title="class or interface in javax.swing">setDebugGraphicsOptions</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setDefaultLocale(java.util.Locale)" title="class or interface in javax.swing">setDefaultLocale</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setDoubleBuffered(boolean)" title="class or interface in javax.swing">setDoubleBuffered</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setEnabled(boolean)" title="class or interface in javax.swing">setEnabled</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setFont(java.awt.Font)" title="class or interface in javax.swing">setFont</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setForeground(java.awt.Color)" title="class or interface in javax.swing">setForeground</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setInputMap(int, javax.swing.InputMap)" title="class or interface in javax.swing">setInputMap</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setInputVerifier(javax.swing.InputVerifier)" title="class or interface in javax.swing">setInputVerifier</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setMaximumSize(java.awt.Dimension)" title="class or interface in javax.swing">setMaximumSize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setMinimumSize(java.awt.Dimension)" title="class or interface in javax.swing">setMinimumSize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setNextFocusableComponent(java.awt.Component)" title="class or interface in javax.swing">setNextFocusableComponent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setOpaque(boolean)" title="class or interface in javax.swing">setOpaque</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setPreferredSize(java.awt.Dimension)" title="class or interface in javax.swing">setPreferredSize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setRequestFocusEnabled(boolean)" title="class or interface in javax.swing">setRequestFocusEnabled</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setToolTipText(java.lang.String)" title="class or interface in javax.swing">setToolTipText</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setTransferHandler(javax.swing.TransferHandler)" title="class or interface in javax.swing">setTransferHandler</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setUI(javax.swing.plaf.ComponentUI)" title="class or interface in javax.swing">setUI</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setVerifyInputWhenFocusTarget(boolean)" title="class or interface in javax.swing">setVerifyInputWhenFocusTarget</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#setVisible(boolean)" title="class or interface in javax.swing">setVisible</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#unregisterKeyboardAction(javax.swing.KeyStroke)" title="class or interface in javax.swing">unregisterKeyboardAction</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#update(java.awt.Graphics)" title="class or interface in javax.swing">update</A></CODE></TD>
23492494 </TR>
23502495 </TABLE>
23512496 &nbsp;<A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A>
23632508 <TD><B>Methods inherited from class java.awt.<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html" title="class or interface in java.awt">Component</A></B></TD>
23642509 </TR>
23652510 <TR BGCOLOR="white" CLASS="TableRowColor">
2366 <TD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#action(java.awt.Event, java.lang.Object)" title="class or interface in java.awt">action</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#add(java.awt.PopupMenu)" title="class or interface in java.awt">add</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#addComponentListener(java.awt.event.ComponentListener)" title="class or interface in java.awt">addComponentListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#addFocusListener(java.awt.event.FocusListener)" title="class or interface in java.awt">addFocusListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#addHierarchyBoundsListener(java.awt.event.HierarchyBoundsListener)" title="class or interface in java.awt">addHierarchyBoundsListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#addHierarchyListener(java.awt.event.HierarchyListener)" title="class or interface in java.awt">addHierarchyListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#addInputMethodListener(java.awt.event.InputMethodListener)" title="class or interface in java.awt">addInputMethodListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#addKeyListener(java.awt.event.KeyListener)" title="class or interface in java.awt">addKeyListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#addMouseListener(java.awt.event.MouseListener)" title="class or interface in java.awt">addMouseListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#addMouseMotionListener(java.awt.event.MouseMotionListener)" title="class or interface in java.awt">addMouseMotionListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#addMouseWheelListener(java.awt.event.MouseWheelListener)" title="class or interface in java.awt">addMouseWheelListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#bounds()" title="class or interface in java.awt">bounds</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#checkImage(java.awt.Image, java.awt.image.ImageObserver)" title="class or interface in java.awt">checkImage</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#checkImage(java.awt.Image, int, int, java.awt.image.ImageObserver)" title="class or interface in java.awt">checkImage</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#coalesceEvents(java.awt.AWTEvent, java.awt.AWTEvent)" title="class or interface in java.awt">coalesceEvents</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#contains(java.awt.Point)" title="class or interface in java.awt">contains</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#createImage(java.awt.image.ImageProducer)" title="class or interface in java.awt">createImage</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#createImage(int, int)" title="class or interface in java.awt">createImage</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#createVolatileImage(int, int)" title="class or interface in java.awt">createVolatileImage</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#createVolatileImage(int, int, java.awt.ImageCapabilities)" title="class or interface in java.awt">createVolatileImage</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#disableEvents(long)" title="class or interface in java.awt">disableEvents</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#dispatchEvent(java.awt.AWTEvent)" title="class or interface in java.awt">dispatchEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#enable(boolean)" title="class or interface in java.awt">enable</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#enableEvents(long)" title="class or interface in java.awt">enableEvents</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#enableInputMethods(boolean)" title="class or interface in java.awt">enableInputMethods</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getBackground()" title="class or interface in java.awt">getBackground</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getBounds()" title="class or interface in java.awt">getBounds</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getColorModel()" title="class or interface in java.awt">getColorModel</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getComponentListeners()" title="class or interface in java.awt">getComponentListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getComponentOrientation()" title="class or interface in java.awt">getComponentOrientation</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getCursor()" title="class or interface in java.awt">getCursor</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getDropTarget()" title="class or interface in java.awt">getDropTarget</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getFocusCycleRootAncestor()" title="class or interface in java.awt">getFocusCycleRootAncestor</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getFocusListeners()" title="class or interface in java.awt">getFocusListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getFocusTraversalKeysEnabled()" title="class or interface in java.awt">getFocusTraversalKeysEnabled</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getFont()" title="class or interface in java.awt">getFont</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getFontMetrics(java.awt.Font)" title="class or interface in java.awt">getFontMetrics</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getForeground()" title="class or interface in java.awt">getForeground</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getGraphicsConfiguration()" title="class or interface in java.awt">getGraphicsConfiguration</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getHierarchyBoundsListeners()" title="class or interface in java.awt">getHierarchyBoundsListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getHierarchyListeners()" title="class or interface in java.awt">getHierarchyListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getIgnoreRepaint()" title="class or interface in java.awt">getIgnoreRepaint</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getInputContext()" title="class or interface in java.awt">getInputContext</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getInputMethodListeners()" title="class or interface in java.awt">getInputMethodListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getInputMethodRequests()" title="class or interface in java.awt">getInputMethodRequests</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getKeyListeners()" title="class or interface in java.awt">getKeyListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getLocale()" title="class or interface in java.awt">getLocale</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getLocation()" title="class or interface in java.awt">getLocation</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getLocationOnScreen()" title="class or interface in java.awt">getLocationOnScreen</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getMouseListeners()" title="class or interface in java.awt">getMouseListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getMouseMotionListeners()" title="class or interface in java.awt">getMouseMotionListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getMouseWheelListeners()" title="class or interface in java.awt">getMouseWheelListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getName()" title="class or interface in java.awt">getName</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getParent()" title="class or interface in java.awt">getParent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getPeer()" title="class or interface in java.awt">getPeer</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getSize()" title="class or interface in java.awt">getSize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getToolkit()" title="class or interface in java.awt">getToolkit</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getTreeLock()" title="class or interface in java.awt">getTreeLock</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#gotFocus(java.awt.Event, java.lang.Object)" title="class or interface in java.awt">gotFocus</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#handleEvent(java.awt.Event)" title="class or interface in java.awt">handleEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#hasFocus()" title="class or interface in java.awt">hasFocus</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#hide()" title="class or interface in java.awt">hide</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#imageUpdate(java.awt.Image, int, int, int, int, int)" title="class or interface in java.awt">imageUpdate</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#inside(int, int)" title="class or interface in java.awt">inside</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isBackgroundSet()" title="class or interface in java.awt">isBackgroundSet</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isCursorSet()" title="class or interface in java.awt">isCursorSet</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isDisplayable()" title="class or interface in java.awt">isDisplayable</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isEnabled()" title="class or interface in java.awt">isEnabled</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isFocusable()" title="class or interface in java.awt">isFocusable</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isFocusOwner()" title="class or interface in java.awt">isFocusOwner</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isFocusTraversable()" title="class or interface in java.awt">isFocusTraversable</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isFontSet()" title="class or interface in java.awt">isFontSet</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isForegroundSet()" title="class or interface in java.awt">isForegroundSet</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isLightweight()" title="class or interface in java.awt">isLightweight</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isShowing()" title="class or interface in java.awt">isShowing</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isValid()" title="class or interface in java.awt">isValid</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isVisible()" title="class or interface in java.awt">isVisible</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#keyDown(java.awt.Event, int)" title="class or interface in java.awt">keyDown</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#keyUp(java.awt.Event, int)" title="class or interface in java.awt">keyUp</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#list()" title="class or interface in java.awt">list</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#list(java.io.PrintStream)" title="class or interface in java.awt">list</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#list(java.io.PrintWriter)" title="class or interface in java.awt">list</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#location()" title="class or interface in java.awt">location</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#lostFocus(java.awt.Event, java.lang.Object)" title="class or interface in java.awt">lostFocus</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#mouseDown(java.awt.Event, int, int)" title="class or interface in java.awt">mouseDown</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#mouseDrag(java.awt.Event, int, int)" title="class or interface in java.awt">mouseDrag</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#mouseEnter(java.awt.Event, int, int)" title="class or interface in java.awt">mouseEnter</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#mouseExit(java.awt.Event, int, int)" title="class or interface in java.awt">mouseExit</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#mouseMove(java.awt.Event, int, int)" title="class or interface in java.awt">mouseMove</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#mouseUp(java.awt.Event, int, int)" title="class or interface in java.awt">mouseUp</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#move(int, int)" title="class or interface in java.awt">move</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#nextFocus()" title="class or interface in java.awt">nextFocus</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#paintAll(java.awt.Graphics)" title="class or interface in java.awt">paintAll</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#postEvent(java.awt.Event)" title="class or interface in java.awt">postEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#prepareImage(java.awt.Image, java.awt.image.ImageObserver)" title="class or interface in java.awt">prepareImage</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#prepareImage(java.awt.Image, int, int, java.awt.image.ImageObserver)" title="class or interface in java.awt">prepareImage</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#processComponentEvent(java.awt.event.ComponentEvent)" title="class or interface in java.awt">processComponentEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#processFocusEvent(java.awt.event.FocusEvent)" title="class or interface in java.awt">processFocusEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#processHierarchyBoundsEvent(java.awt.event.HierarchyEvent)" title="class or interface in java.awt">processHierarchyBoundsEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#processHierarchyEvent(java.awt.event.HierarchyEvent)" title="class or interface in java.awt">processHierarchyEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#processInputMethodEvent(java.awt.event.InputMethodEvent)" title="class or interface in java.awt">processInputMethodEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#processMouseEvent(java.awt.event.MouseEvent)" title="class or interface in java.awt">processMouseEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#processMouseWheelEvent(java.awt.event.MouseWheelEvent)" title="class or interface in java.awt">processMouseWheelEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#remove(java.awt.MenuComponent)" title="class or interface in java.awt">remove</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#removeComponentListener(java.awt.event.ComponentListener)" title="class or interface in java.awt">removeComponentListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#removeFocusListener(java.awt.event.FocusListener)" title="class or interface in java.awt">removeFocusListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#removeHierarchyBoundsListener(java.awt.event.HierarchyBoundsListener)" title="class or interface in java.awt">removeHierarchyBoundsListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#removeHierarchyListener(java.awt.event.HierarchyListener)" title="class or interface in java.awt">removeHierarchyListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#removeInputMethodListener(java.awt.event.InputMethodListener)" title="class or interface in java.awt">removeInputMethodListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#removeKeyListener(java.awt.event.KeyListener)" title="class or interface in java.awt">removeKeyListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#removeMouseListener(java.awt.event.MouseListener)" title="class or interface in java.awt">removeMouseListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#removeMouseMotionListener(java.awt.event.MouseMotionListener)" title="class or interface in java.awt">removeMouseMotionListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#removeMouseWheelListener(java.awt.event.MouseWheelListener)" title="class or interface in java.awt">removeMouseWheelListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#repaint()" title="class or interface in java.awt">repaint</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#repaint(int, int, int, int)" title="class or interface in java.awt">repaint</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#repaint(long)" title="class or interface in java.awt">repaint</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#resize(java.awt.Dimension)" title="class or interface in java.awt">resize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#resize(int, int)" title="class or interface in java.awt">resize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setBounds(int, int, int, int)" title="class or interface in java.awt">setBounds</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setBounds(java.awt.Rectangle)" title="class or interface in java.awt">setBounds</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setComponentOrientation(java.awt.ComponentOrientation)" title="class or interface in java.awt">setComponentOrientation</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setCursor(java.awt.Cursor)" title="class or interface in java.awt">setCursor</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setDropTarget(java.awt.dnd.DropTarget)" title="class or interface in java.awt">setDropTarget</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setFocusable(boolean)" title="class or interface in java.awt">setFocusable</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setFocusTraversalKeysEnabled(boolean)" title="class or interface in java.awt">setFocusTraversalKeysEnabled</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setIgnoreRepaint(boolean)" title="class or interface in java.awt">setIgnoreRepaint</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setLocale(java.util.Locale)" title="class or interface in java.awt">setLocale</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setLocation(int, int)" title="class or interface in java.awt">setLocation</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setLocation(java.awt.Point)" title="class or interface in java.awt">setLocation</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setName(java.lang.String)" title="class or interface in java.awt">setName</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setSize(java.awt.Dimension)" title="class or interface in java.awt">setSize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setSize(int, int)" title="class or interface in java.awt">setSize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#show()" title="class or interface in java.awt">show</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#show(boolean)" title="class or interface in java.awt">show</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#size()" title="class or interface in java.awt">size</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#toString()" title="class or interface in java.awt">toString</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#transferFocus()" title="class or interface in java.awt">transferFocus</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#transferFocusUpCycle()" title="class or interface in java.awt">transferFocusUpCycle</A></CODE></TD>
2511 <TD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#action(java.awt.Event, java.lang.Object)" title="class or interface in java.awt">action</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#add(java.awt.PopupMenu)" title="class or interface in java.awt">add</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#addComponentListener(java.awt.event.ComponentListener)" title="class or interface in java.awt">addComponentListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#addFocusListener(java.awt.event.FocusListener)" title="class or interface in java.awt">addFocusListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#addHierarchyBoundsListener(java.awt.event.HierarchyBoundsListener)" title="class or interface in java.awt">addHierarchyBoundsListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#addHierarchyListener(java.awt.event.HierarchyListener)" title="class or interface in java.awt">addHierarchyListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#addInputMethodListener(java.awt.event.InputMethodListener)" title="class or interface in java.awt">addInputMethodListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#addKeyListener(java.awt.event.KeyListener)" title="class or interface in java.awt">addKeyListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#addMouseListener(java.awt.event.MouseListener)" title="class or interface in java.awt">addMouseListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#addMouseMotionListener(java.awt.event.MouseMotionListener)" title="class or interface in java.awt">addMouseMotionListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#addMouseWheelListener(java.awt.event.MouseWheelListener)" title="class or interface in java.awt">addMouseWheelListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#bounds()" title="class or interface in java.awt">bounds</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#checkImage(java.awt.Image, java.awt.image.ImageObserver)" title="class or interface in java.awt">checkImage</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#checkImage(java.awt.Image, int, int, java.awt.image.ImageObserver)" title="class or interface in java.awt">checkImage</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#coalesceEvents(java.awt.AWTEvent, java.awt.AWTEvent)" title="class or interface in java.awt">coalesceEvents</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#contains(java.awt.Point)" title="class or interface in java.awt">contains</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#createImage(java.awt.image.ImageProducer)" title="class or interface in java.awt">createImage</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#createImage(int, int)" title="class or interface in java.awt">createImage</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#createVolatileImage(int, int)" title="class or interface in java.awt">createVolatileImage</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#createVolatileImage(int, int, java.awt.ImageCapabilities)" title="class or interface in java.awt">createVolatileImage</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#disableEvents(long)" title="class or interface in java.awt">disableEvents</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#dispatchEvent(java.awt.AWTEvent)" title="class or interface in java.awt">dispatchEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#enable(boolean)" title="class or interface in java.awt">enable</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#enableEvents(long)" title="class or interface in java.awt">enableEvents</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#enableInputMethods(boolean)" title="class or interface in java.awt">enableInputMethods</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getBackground()" title="class or interface in java.awt">getBackground</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getBounds()" title="class or interface in java.awt">getBounds</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getColorModel()" title="class or interface in java.awt">getColorModel</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getComponentListeners()" title="class or interface in java.awt">getComponentListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getComponentOrientation()" title="class or interface in java.awt">getComponentOrientation</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getCursor()" title="class or interface in java.awt">getCursor</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getDropTarget()" title="class or interface in java.awt">getDropTarget</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getFocusCycleRootAncestor()" title="class or interface in java.awt">getFocusCycleRootAncestor</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getFocusListeners()" title="class or interface in java.awt">getFocusListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getFocusTraversalKeysEnabled()" title="class or interface in java.awt">getFocusTraversalKeysEnabled</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getFont()" title="class or interface in java.awt">getFont</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getFontMetrics(java.awt.Font)" title="class or interface in java.awt">getFontMetrics</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getForeground()" title="class or interface in java.awt">getForeground</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getGraphicsConfiguration()" title="class or interface in java.awt">getGraphicsConfiguration</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getHierarchyBoundsListeners()" title="class or interface in java.awt">getHierarchyBoundsListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getHierarchyListeners()" title="class or interface in java.awt">getHierarchyListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getIgnoreRepaint()" title="class or interface in java.awt">getIgnoreRepaint</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getInputContext()" title="class or interface in java.awt">getInputContext</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getInputMethodListeners()" title="class or interface in java.awt">getInputMethodListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getInputMethodRequests()" title="class or interface in java.awt">getInputMethodRequests</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getKeyListeners()" title="class or interface in java.awt">getKeyListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getLocale()" title="class or interface in java.awt">getLocale</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getLocation()" title="class or interface in java.awt">getLocation</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getLocationOnScreen()" title="class or interface in java.awt">getLocationOnScreen</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getMouseListeners()" title="class or interface in java.awt">getMouseListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getMouseMotionListeners()" title="class or interface in java.awt">getMouseMotionListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getMouseWheelListeners()" title="class or interface in java.awt">getMouseWheelListeners</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getName()" title="class or interface in java.awt">getName</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getParent()" title="class or interface in java.awt">getParent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getPeer()" title="class or interface in java.awt">getPeer</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getSize()" title="class or interface in java.awt">getSize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getToolkit()" title="class or interface in java.awt">getToolkit</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#getTreeLock()" title="class or interface in java.awt">getTreeLock</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#gotFocus(java.awt.Event, java.lang.Object)" title="class or interface in java.awt">gotFocus</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#handleEvent(java.awt.Event)" title="class or interface in java.awt">handleEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#hasFocus()" title="class or interface in java.awt">hasFocus</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#hide()" title="class or interface in java.awt">hide</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#imageUpdate(java.awt.Image, int, int, int, int, int)" title="class or interface in java.awt">imageUpdate</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#inside(int, int)" title="class or interface in java.awt">inside</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isBackgroundSet()" title="class or interface in java.awt">isBackgroundSet</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isCursorSet()" title="class or interface in java.awt">isCursorSet</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isDisplayable()" title="class or interface in java.awt">isDisplayable</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isEnabled()" title="class or interface in java.awt">isEnabled</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isFocusable()" title="class or interface in java.awt">isFocusable</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isFocusOwner()" title="class or interface in java.awt">isFocusOwner</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isFocusTraversable()" title="class or interface in java.awt">isFocusTraversable</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isFontSet()" title="class or interface in java.awt">isFontSet</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isForegroundSet()" title="class or interface in java.awt">isForegroundSet</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isLightweight()" title="class or interface in java.awt">isLightweight</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isShowing()" title="class or interface in java.awt">isShowing</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isValid()" title="class or interface in java.awt">isValid</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#isVisible()" title="class or interface in java.awt">isVisible</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#keyDown(java.awt.Event, int)" title="class or interface in java.awt">keyDown</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#keyUp(java.awt.Event, int)" title="class or interface in java.awt">keyUp</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#list()" title="class or interface in java.awt">list</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#list(java.io.PrintStream)" title="class or interface in java.awt">list</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#list(java.io.PrintWriter)" title="class or interface in java.awt">list</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#location()" title="class or interface in java.awt">location</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#lostFocus(java.awt.Event, java.lang.Object)" title="class or interface in java.awt">lostFocus</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#mouseDown(java.awt.Event, int, int)" title="class or interface in java.awt">mouseDown</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#mouseDrag(java.awt.Event, int, int)" title="class or interface in java.awt">mouseDrag</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#mouseEnter(java.awt.Event, int, int)" title="class or interface in java.awt">mouseEnter</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#mouseExit(java.awt.Event, int, int)" title="class or interface in java.awt">mouseExit</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#mouseMove(java.awt.Event, int, int)" title="class or interface in java.awt">mouseMove</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#mouseUp(java.awt.Event, int, int)" title="class or interface in java.awt">mouseUp</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#move(int, int)" title="class or interface in java.awt">move</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#nextFocus()" title="class or interface in java.awt">nextFocus</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#paintAll(java.awt.Graphics)" title="class or interface in java.awt">paintAll</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#postEvent(java.awt.Event)" title="class or interface in java.awt">postEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#prepareImage(java.awt.Image, java.awt.image.ImageObserver)" title="class or interface in java.awt">prepareImage</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#prepareImage(java.awt.Image, int, int, java.awt.image.ImageObserver)" title="class or interface in java.awt">prepareImage</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#processComponentEvent(java.awt.event.ComponentEvent)" title="class or interface in java.awt">processComponentEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#processFocusEvent(java.awt.event.FocusEvent)" title="class or interface in java.awt">processFocusEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#processHierarchyBoundsEvent(java.awt.event.HierarchyEvent)" title="class or interface in java.awt">processHierarchyBoundsEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#processHierarchyEvent(java.awt.event.HierarchyEvent)" title="class or interface in java.awt">processHierarchyEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#processInputMethodEvent(java.awt.event.InputMethodEvent)" title="class or interface in java.awt">processInputMethodEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#processMouseEvent(java.awt.event.MouseEvent)" title="class or interface in java.awt">processMouseEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#processMouseWheelEvent(java.awt.event.MouseWheelEvent)" title="class or interface in java.awt">processMouseWheelEvent</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#remove(java.awt.MenuComponent)" title="class or interface in java.awt">remove</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#removeComponentListener(java.awt.event.ComponentListener)" title="class or interface in java.awt">removeComponentListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#removeFocusListener(java.awt.event.FocusListener)" title="class or interface in java.awt">removeFocusListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#removeHierarchyBoundsListener(java.awt.event.HierarchyBoundsListener)" title="class or interface in java.awt">removeHierarchyBoundsListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#removeHierarchyListener(java.awt.event.HierarchyListener)" title="class or interface in java.awt">removeHierarchyListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#removeInputMethodListener(java.awt.event.InputMethodListener)" title="class or interface in java.awt">removeInputMethodListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#removeKeyListener(java.awt.event.KeyListener)" title="class or interface in java.awt">removeKeyListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#removeMouseListener(java.awt.event.MouseListener)" title="class or interface in java.awt">removeMouseListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#removeMouseMotionListener(java.awt.event.MouseMotionListener)" title="class or interface in java.awt">removeMouseMotionListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#removeMouseWheelListener(java.awt.event.MouseWheelListener)" title="class or interface in java.awt">removeMouseWheelListener</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#resize(java.awt.Dimension)" title="class or interface in java.awt">resize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#resize(int, int)" title="class or interface in java.awt">resize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setBounds(int, int, int, int)" title="class or interface in java.awt">setBounds</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setBounds(java.awt.Rectangle)" title="class or interface in java.awt">setBounds</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setComponentOrientation(java.awt.ComponentOrientation)" title="class or interface in java.awt">setComponentOrientation</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setCursor(java.awt.Cursor)" title="class or interface in java.awt">setCursor</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setDropTarget(java.awt.dnd.DropTarget)" title="class or interface in java.awt">setDropTarget</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setFocusable(boolean)" title="class or interface in java.awt">setFocusable</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setFocusTraversalKeysEnabled(boolean)" title="class or interface in java.awt">setFocusTraversalKeysEnabled</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setIgnoreRepaint(boolean)" title="class or interface in java.awt">setIgnoreRepaint</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setLocale(java.util.Locale)" title="class or interface in java.awt">setLocale</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setLocation(int, int)" title="class or interface in java.awt">setLocation</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setLocation(java.awt.Point)" title="class or interface in java.awt">setLocation</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setName(java.lang.String)" title="class or interface in java.awt">setName</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setSize(java.awt.Dimension)" title="class or interface in java.awt">setSize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#setSize(int, int)" title="class or interface in java.awt">setSize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#show()" title="class or interface in java.awt">show</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#show(boolean)" title="class or interface in java.awt">show</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#size()" title="class or interface in java.awt">size</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#toString()" title="class or interface in java.awt">toString</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#transferFocus()" title="class or interface in java.awt">transferFocus</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html#transferFocusUpCycle()" title="class or interface in java.awt">transferFocusUpCycle</A></CODE></TD>
23672512 </TR>
23682513 </TABLE>
23692514 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
25212666 </DL>
25222667 <HR>
25232668
2669 <A NAME="offscreenValid"><!-- --></A><H3>
2670 offscreenValid</H3>
2671 <PRE>
2672 protected transient boolean <B>offscreenValid</B></PRE>
2673 <DL>
2674 <DD>Whether or not the current background image is correct
2675 <P>
2676 <DL>
2677 </DL>
2678 </DL>
2679 <HR>
2680
2681 <A NAME="offscreenOverlay"><!-- --></A><H3>
2682 offscreenOverlay</H3>
2683 <PRE>
2684 protected transient <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Image.html" title="class or interface in java.awt">Image</A> <B>offscreenOverlay</B></PRE>
2685 <DL>
2686 <DD>Off screen overlay image
2687 <P>
2688 <DL>
2689 </DL>
2690 </DL>
2691 <HR>
2692
2693 <A NAME="offscreenOverlayPosition"><!-- --></A><H3>
2694 offscreenOverlayPosition</H3>
2695 <PRE>
2696 protected transient <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A> <B>offscreenOverlayPosition</B></PRE>
2697 <DL>
2698 <DD>The origin of the offscreen overlay
2699 <P>
2700 <DL>
2701 </DL>
2702 </DL>
2703 <HR>
2704
25242705 <A NAME="offgraphics"><!-- --></A><H3>
25252706 offgraphics</H3>
25262707 <PRE>
25272708 protected transient <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Graphics.html" title="class or interface in java.awt">Graphics</A> <B>offgraphics</B></PRE>
25282709 <DL>
25292710 <DD>Graphics object of off screen image
2711 <P>
2712 <DL>
2713 </DL>
2714 </DL>
2715 <HR>
2716
2717 <A NAME="graphicsAcceleration"><!-- --></A><H3>
2718 graphicsAcceleration</H3>
2719 <PRE>
2720 protected boolean <B>graphicsAcceleration</B></PRE>
2721 <DL>
2722 <DD>Whether or not hardware graphics acceleration is to be employed
25302723 <P>
25312724 <DL>
25322725 </DL>
52335426 <PRE>
52345427 public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Graphics.html" title="class or interface in java.awt">Graphics</A> <B>getOffgraphics</B>()</PRE>
52355428 <DL>
5236 <DD>Returns the current double buffering graphics object. Checks to see
5237 if the graph bounds has changed since the last time the off screen
5238 image was created and if so, creates a new image.
5429 <DD>Returns the current double buffering graphics object. Checks to see if
5430 the graph bounds has changed since the last time the off screen image was
5431 created and if so, creates a new image.
52395432 <P>
52405433 <DD><DL>
52415434 </DL>
53435536 </DL>
53445537 <HR>
53455538
5539 <A NAME="getOffscreenOverlay()"><!-- --></A><H3>
5540 getOffscreenOverlay</H3>
5541 <PRE>
5542 public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Image.html" title="class or interface in java.awt">Image</A> <B>getOffscreenOverlay</B>()</PRE>
5543 <DL>
5544 <DD><DL>
5545 </DL>
5546 </DD>
5547 <DD><DL>
5548
5549 <DT><B>Returns:</B><DD>the offscreenOverlay</DL>
5550 </DD>
5551 </DL>
5552 <HR>
5553
5554 <A NAME="setOffscreenOverlay(java.awt.Image)"><!-- --></A><H3>
5555 setOffscreenOverlay</H3>
5556 <PRE>
5557 public void <B>setOffscreenOverlay</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Image.html" title="class or interface in java.awt">Image</A>&nbsp;offscreenOverlay)</PRE>
5558 <DL>
5559 <DD><DL>
5560 </DL>
5561 </DD>
5562 <DD><DL>
5563 <DT><B>Parameters:</B><DD><CODE>offscreenOverlay</CODE> - the offscreenOverlay to set</DL>
5564 </DD>
5565 </DL>
5566 <HR>
5567
5568 <A NAME="updateOverlay(java.awt.Image, java.awt.geom.Point2D)"><!-- --></A><H3>
5569 updateOverlay</H3>
5570 <PRE>
5571 public void <B>updateOverlay</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Image.html" title="class or interface in java.awt">Image</A>&nbsp;offscreenOverlayBuffer,
5572 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A>&nbsp;overlayPoint)</PRE>
5573 <DL>
5574 <DD><DL>
5575 </DL>
5576 </DD>
5577 <DD><DL>
5578 </DL>
5579 </DD>
5580 </DL>
5581 <HR>
5582
5583 <A NAME="getOffscreenOverlayPosition()"><!-- --></A><H3>
5584 getOffscreenOverlayPosition</H3>
5585 <PRE>
5586 public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Point2D.html" title="class or interface in java.awt.geom">Point2D</A> <B>getOffscreenOverlayPosition</B>()</PRE>
5587 <DL>
5588 <DD><DL>
5589 </DL>
5590 </DD>
5591 <DD><DL>
5592
5593 <DT><B>Returns:</B><DD>the offscreenOverlayPosition</DL>
5594 </DD>
5595 </DL>
5596 <HR>
5597
53465598 <A NAME="isBackgroundScaled()"><!-- --></A><H3>
53475599 isBackgroundScaled</H3>
53485600 <PRE>
53545606 <DD><DL>
53555607
53565608 <DT><B>Returns:</B><DD>the backgroundScaled</DL>
5609 </DD>
5610 </DL>
5611 <HR>
5612
5613 <A NAME="isOffscreenValid()"><!-- --></A><H3>
5614 isOffscreenValid</H3>
5615 <PRE>
5616 public boolean <B>isOffscreenValid</B>()</PRE>
5617 <DL>
5618 <DD><DL>
5619 </DL>
5620 </DD>
5621 <DD><DL>
5622
5623 <DT><B>Returns:</B><DD>the offscreenValid</DL>
5624 </DD>
5625 </DL>
5626 <HR>
5627
5628 <A NAME="setOffscreenValid(boolean)"><!-- --></A><H3>
5629 setOffscreenValid</H3>
5630 <PRE>
5631 public void <B>setOffscreenValid</B>(boolean&nbsp;offscreenValid)</PRE>
5632 <DL>
5633 <DD><DL>
5634 </DL>
5635 </DD>
5636 <DD><DL>
5637 <DT><B>Parameters:</B><DD><CODE>offscreenValid</CODE> - the offscreenValid to set</DL>
5638 </DD>
5639 </DL>
5640 <HR>
5641
5642 <A NAME="isGraphicsAcceleration()"><!-- --></A><H3>
5643 isGraphicsAcceleration</H3>
5644 <PRE>
5645 public boolean <B>isGraphicsAcceleration</B>()</PRE>
5646 <DL>
5647 <DD><DL>
5648 </DL>
5649 </DD>
5650 <DD><DL>
5651
5652 <DT><B>Returns:</B><DD>the graphicsAcceleration</DL>
5653 </DD>
5654 </DL>
5655 <HR>
5656
5657 <A NAME="setGraphicsAcceleration(boolean)"><!-- --></A><H3>
5658 setGraphicsAcceleration</H3>
5659 <PRE>
5660 public void <B>setGraphicsAcceleration</B>(boolean&nbsp;graphicsAcceleration)</PRE>
5661 <DL>
5662 <DD><DL>
5663 </DL>
5664 </DD>
5665 <DD><DL>
5666 <DT><B>Parameters:</B><DD><CODE>graphicsAcceleration</CODE> - the graphicsAcceleration to set</DL>
53575667 </DD>
53585668 </DL>
53595669 <HR>
60516361 will invoke this as it needs to. (Note: This is invoked by GraphUI, eg.
60526362 after moving.)
60536363 <P>
6364 <DD><DL>
6365 </DL>
6366 </DD>
6367 <DD><DL>
6368 </DL>
6369 </DD>
6370 </DL>
6371 <HR>
6372
6373 <A NAME="repaint(long, int, int, int, int)"><!-- --></A><H3>
6374 repaint</H3>
6375 <PRE>
6376 public void <B>repaint</B>(long&nbsp;tm,
6377 int&nbsp;x,
6378 int&nbsp;y,
6379 int&nbsp;width,
6380 int&nbsp;height)</PRE>
6381 <DL>
6382 <DD>You should not call this method directly on a JGraph if you are using
6383 double buffering.
6384 <P>
6385 <DD><DL>
6386 </DL>
6387 </DD>
6388 <DD><DL>
6389 <DT><B>See Also:</B><DD><A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html#repaint(long, int, int, int, int)" title="class or interface in javax.swing"><CODE>JComponent.repaint(long, int, int, int, int)</CODE></A></DL>
6390 </DD>
6391 </DL>
6392 <HR>
6393
6394 <A NAME="repaint(java.awt.Rectangle)"><!-- --></A><H3>
6395 repaint</H3>
6396 <PRE>
6397 public void <B>repaint</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Rectangle.html" title="class or interface in java.awt">Rectangle</A>&nbsp;r)</PRE>
6398 <DL>
6399 <DD><DL>
6400 </DL>
6401 </DD>
6402 <DD><DL>
6403 </DL>
6404 </DD>
6405 </DL>
6406 <HR>
6407
6408 <A NAME="repaint()"><!-- --></A><H3>
6409 repaint</H3>
6410 <PRE>
6411 public void <B>repaint</B>()</PRE>
6412 <DL>
6413 <DD><DL>
6414 </DL>
6415 </DD>
6416 <DD><DL>
6417 </DL>
6418 </DD>
6419 </DL>
6420 <HR>
6421
6422 <A NAME="repaint(int, int, int, int)"><!-- --></A><H3>
6423 repaint</H3>
6424 <PRE>
6425 public void <B>repaint</B>(int&nbsp;x,
6426 int&nbsp;y,
6427 int&nbsp;width,
6428 int&nbsp;height)</PRE>
6429 <DL>
6430 <DD><DL>
6431 </DL>
6432 </DD>
6433 <DD><DL>
6434 </DL>
6435 </DD>
6436 </DL>
6437 <HR>
6438
6439 <A NAME="repaint(long)"><!-- --></A><H3>
6440 repaint</H3>
6441 <PRE>
6442 public void <B>repaint</B>(long&nbsp;tm)</PRE>
6443 <DL>
60546444 <DD><DL>
60556445 </DL>
60566446 </DD>
62426632 </TABLE>
62436633 </TD>
62446634 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
6245 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
6635 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
62466636 </TD>
62476637 </TR>
62486638
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:12 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.JGraph.EmptySelectionModel (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.JGraph.EmptySelectionModel (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.JGraph.EmptySelectionModel (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.JGraph.EmptySelectionModel (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
153153 </TABLE>
154154 </TD>
155155 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
156 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
156 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
157157 </TD>
158158 </TR>
159159
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:12 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.JGraph.GraphSelectionRedirector (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.JGraph.GraphSelectionRedirector (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.JGraph.GraphSelectionRedirector (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.JGraph.GraphSelectionRedirector (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
137137 </TABLE>
138138 </TD>
139139 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
140 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
140 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
141141 </TD>
142142 </TR>
143143
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:12 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.JGraph (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.JGraph (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.JGraph (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.JGraph (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
699699 </TABLE>
700700 </TD>
701701 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
702 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
702 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
703703 </TD>
704704 </TR>
705705
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 GraphLayoutCacheEvent.GraphLayoutCacheChange (JGraph v5.9.2.1 API Specification)
6 GraphLayoutCacheEvent.GraphLayoutCacheChange (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.event.GraphLayoutCacheEvent.GraphLayoutCacheChange interface">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="GraphLayoutCacheEvent.GraphLayoutCacheChange (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="GraphLayoutCacheEvent.GraphLayoutCacheChange (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
333333 </TABLE>
334334 </TD>
335335 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
336 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
336 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
337337 </TD>
338338 </TR>
339339
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 GraphLayoutCacheEvent (JGraph v5.9.2.1 API Specification)
6 GraphLayoutCacheEvent (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.event.GraphLayoutCacheEvent class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="GraphLayoutCacheEvent (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="GraphLayoutCacheEvent (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
303303 </TABLE>
304304 </TD>
305305 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
306 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
306 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
307307 </TD>
308308 </TR>
309309
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 GraphLayoutCacheListener (JGraph v5.9.2.1 API Specification)
6 GraphLayoutCacheListener (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.event.GraphLayoutCacheListener interface">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="GraphLayoutCacheListener (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="GraphLayoutCacheListener (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
188188 </TABLE>
189189 </TD>
190190 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
191 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
191 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
192192 </TD>
193193 </TR>
194194
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 GraphModelEvent.GraphModelChange (JGraph v5.9.2.1 API Specification)
6 GraphModelEvent.GraphModelChange (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.event.GraphModelEvent.GraphModelChange interface">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="GraphModelEvent.GraphModelChange (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="GraphModelEvent.GraphModelChange (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
342342 </TABLE>
343343 </TD>
344344 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
345 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
345 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
346346 </TD>
347347 </TR>
348348
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 GraphModelEvent (JGraph v5.9.2.1 API Specification)
6 GraphModelEvent (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.event.GraphModelEvent class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="GraphModelEvent (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="GraphModelEvent (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
300300 </TABLE>
301301 </TD>
302302 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
303 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
303 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
304304 </TD>
305305 </TR>
306306
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 GraphModelListener (JGraph v5.9.2.1 API Specification)
6 GraphModelListener (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.event.GraphModelListener interface">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="GraphModelListener (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="GraphModelListener (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
188188 </TABLE>
189189 </TD>
190190 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
191 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
191 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
192192 </TD>
193193 </TR>
194194
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 GraphSelectionEvent (JGraph v5.9.2.1 API Specification)
6 GraphSelectionEvent (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.event.GraphSelectionEvent class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="GraphSelectionEvent (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="GraphSelectionEvent (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
429429 </TABLE>
430430 </TD>
431431 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
432 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
432 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
433433 </TD>
434434 </TR>
435435
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 GraphSelectionListener (JGraph v5.9.2.1 API Specification)
6 GraphSelectionListener (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.event.GraphSelectionListener interface">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="GraphSelectionListener (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="GraphSelectionListener (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
187187 </TABLE>
188188 </TD>
189189 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
190 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
190 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
191191 </TD>
192192 </TR>
193193
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:12 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Interface org.jgraph.event.GraphLayoutCacheEvent.GraphLayoutCacheChange (JGraph v5.9.2.1 API Specification)
6 Uses of Interface org.jgraph.event.GraphLayoutCacheEvent.GraphLayoutCacheChange (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Interface org.jgraph.event.GraphLayoutCacheEvent.GraphLayoutCacheChange (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Interface org.jgraph.event.GraphLayoutCacheEvent.GraphLayoutCacheChange (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
250250 </TABLE>
251251 </TD>
252252 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
253 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
253 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
254254 </TD>
255255 </TR>
256256
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:12 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.event.GraphLayoutCacheEvent (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.event.GraphLayoutCacheEvent (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.event.GraphLayoutCacheEvent (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.event.GraphLayoutCacheEvent (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
166166 </TABLE>
167167 </TD>
168168 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
169 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
169 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
170170 </TD>
171171 </TR>
172172
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:12 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Interface org.jgraph.event.GraphLayoutCacheListener (JGraph v5.9.2.1 API Specification)
6 Uses of Interface org.jgraph.event.GraphLayoutCacheListener (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Interface org.jgraph.event.GraphLayoutCacheListener (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Interface org.jgraph.event.GraphLayoutCacheListener (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
226226 </TABLE>
227227 </TD>
228228 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
229 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
229 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
230230 </TD>
231231 </TR>
232232
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:12 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Interface org.jgraph.event.GraphModelEvent.GraphModelChange (JGraph v5.9.2.1 API Specification)
6 Uses of Interface org.jgraph.event.GraphModelEvent.GraphModelChange (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Interface org.jgraph.event.GraphModelEvent.GraphModelChange (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Interface org.jgraph.event.GraphModelEvent.GraphModelChange (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
258258 </TABLE>
259259 </TD>
260260 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
261 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
261 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
262262 </TD>
263263 </TR>
264264
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:12 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.event.GraphModelEvent (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.event.GraphModelEvent (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.event.GraphModelEvent (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.event.GraphModelEvent (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
166166 </TABLE>
167167 </TD>
168168 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
169 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
169 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
170170 </TD>
171171 </TR>
172172
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:12 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Interface org.jgraph.event.GraphModelListener (JGraph v5.9.2.1 API Specification)
6 Uses of Interface org.jgraph.event.GraphModelListener (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Interface org.jgraph.event.GraphModelListener (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Interface org.jgraph.event.GraphModelListener (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
239239 </TABLE>
240240 </TD>
241241 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
242 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
242 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
243243 </TD>
244244 </TR>
245245
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:12 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.event.GraphSelectionEvent (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.event.GraphSelectionEvent (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.event.GraphSelectionEvent (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.event.GraphSelectionEvent (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
245245 </TABLE>
246246 </TD>
247247 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
248 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
248 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
249249 </TD>
250250 </TR>
251251
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:12 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Interface org.jgraph.event.GraphSelectionListener (JGraph v5.9.2.1 API Specification)
6 Uses of Interface org.jgraph.event.GraphSelectionListener (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Interface org.jgraph.event.GraphSelectionListener (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Interface org.jgraph.event.GraphSelectionListener (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
300300 </TABLE>
301301 </TD>
302302 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
303 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
303 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
304304 </TD>
305305 </TR>
306306
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 org.jgraph.event (JGraph v5.9.2.1 API Specification)
6 org.jgraph.event (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.event package">
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 org.jgraph.event (JGraph v5.9.2.1 API Specification)
6 org.jgraph.event (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.event package">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="org.jgraph.event (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="org.jgraph.event (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
171171 </TABLE>
172172 </TD>
173173 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
174 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
174 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
175175 </TD>
176176 </TR>
177177
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 org.jgraph.event Class Hierarchy (JGraph v5.9.2.1 API Specification)
6 org.jgraph.event Class Hierarchy (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="org.jgraph.event Class Hierarchy (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="org.jgraph.event Class Hierarchy (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
122122 </TABLE>
123123 </TD>
124124 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
125 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
125 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
126126 </TD>
127127 </TR>
128128
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Package org.jgraph.event (JGraph v5.9.2.1 API Specification)
6 Uses of Package org.jgraph.event (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Package org.jgraph.event (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Package org.jgraph.event (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
286286 </TABLE>
287287 </TD>
288288 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
289 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
289 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
290290 </TD>
291291 </TR>
292292
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 AbstractCellView (JGraph v5.9.2.1 API Specification)
6 AbstractCellView (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.AbstractCellView class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="AbstractCellView (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="AbstractCellView (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
11971197 </TABLE>
11981198 </TD>
11991199 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1200 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
1200 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
12011201 </TD>
12021202 </TR>
12031203
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 AttributeMap.SerializablePoint2D (JGraph v5.9.2.1 API Specification)
6 AttributeMap.SerializablePoint2D (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.AttributeMap.SerializablePoint2D class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="AttributeMap.SerializablePoint2D (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="AttributeMap.SerializablePoint2D (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
312312 </TABLE>
313313 </TD>
314314 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
315 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
315 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
316316 </TD>
317317 </TR>
318318
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 AttributeMap.SerializableRectangle2D (JGraph v5.9.2.1 API Specification)
6 AttributeMap.SerializableRectangle2D (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.AttributeMap.SerializableRectangle2D class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="AttributeMap.SerializableRectangle2D (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="AttributeMap.SerializableRectangle2D (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
379379 </TABLE>
380380 </TD>
381381 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
382 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
382 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
383383 </TD>
384384 </TR>
385385
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 AttributeMap (JGraph v5.9.2.1 API Specification)
6 AttributeMap (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.AttributeMap class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="AttributeMap (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="AttributeMap (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
921921 </TABLE>
922922 </TD>
923923 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
924 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
924 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
925925 </TD>
926926 </TR>
927927
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 BasicMarqueeHandler (JGraph v5.9.2.1 API Specification)
6 BasicMarqueeHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.BasicMarqueeHandler class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="BasicMarqueeHandler (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="BasicMarqueeHandler (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
707707 </TABLE>
708708 </TD>
709709 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
710 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
710 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
711711 </TD>
712712 </TR>
713713
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 CellHandle (JGraph v5.9.2.1 API Specification)
6 CellHandle (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.CellHandle interface">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="CellHandle (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="CellHandle (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
292292 </TABLE>
293293 </TD>
294294 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
295 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
295 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
296296 </TD>
297297 </TR>
298298
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 CellMapper (JGraph v5.9.2.1 API Specification)
6 CellMapper (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.CellMapper interface">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="CellMapper (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="CellMapper (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
208208 </TABLE>
209209 </TD>
210210 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
211 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
211 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
212212 </TD>
213213 </TR>
214214
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 CellView (JGraph v5.9.2.1 API Specification)
6 CellView (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.CellView interface">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="CellView (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="CellView (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
538538 </TABLE>
539539 </TD>
540540 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
541 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
541 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
542542 </TD>
543543 </TR>
544544
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 CellViewFactory (JGraph v5.9.2.1 API Specification)
6 CellViewFactory (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.CellViewFactory interface">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="CellViewFactory (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="CellViewFactory (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
185185 </TABLE>
186186 </TD>
187187 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
188 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
188 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
189189 </TD>
190190 </TR>
191191
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 CellViewRenderer (JGraph v5.9.2.1 API Specification)
6 CellViewRenderer (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.CellViewRenderer interface">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="CellViewRenderer (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="CellViewRenderer (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
195195 </TABLE>
196196 </TD>
197197 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
198 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
198 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
199199 </TD>
200200 </TR>
201201
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 ConnectionSet.Connection (JGraph v5.9.2.1 API Specification)
6 ConnectionSet.Connection (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.ConnectionSet.Connection class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="ConnectionSet.Connection (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="ConnectionSet.Connection (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
493493 </TABLE>
494494 </TD>
495495 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
496 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
496 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
497497 </TD>
498498 </TR>
499499
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 ConnectionSet (JGraph v5.9.2.1 API Specification)
6 ConnectionSet (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.ConnectionSet class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="ConnectionSet (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="ConnectionSet (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
793793 </TABLE>
794794 </TD>
795795 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
796 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
796 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
797797 </TD>
798798 </TR>
799799
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 DefaultCellViewFactory (JGraph v5.9.2.1 API Specification)
6 DefaultCellViewFactory (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.DefaultCellViewFactory class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="DefaultCellViewFactory (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="DefaultCellViewFactory (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
367367 </TABLE>
368368 </TD>
369369 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
370 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
370 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
371371 </TD>
372372 </TR>
373373
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 DefaultEdge.DefaultRouting (JGraph v5.9.2.1 API Specification)
6 DefaultEdge.DefaultRouting (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.DefaultEdge.DefaultRouting class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="DefaultEdge.DefaultRouting (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="DefaultEdge.DefaultRouting (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
248248 </TABLE>
249249 </TD>
250250 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
251 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
251 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
252252 </TD>
253253 </TR>
254254
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 DefaultEdge.LoopRouting (JGraph v5.9.2.1 API Specification)
6 DefaultEdge.LoopRouting (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.DefaultEdge.LoopRouting class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="DefaultEdge.LoopRouting (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="DefaultEdge.LoopRouting (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
358358 </TABLE>
359359 </TD>
360360 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
361 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
361 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
362362 </TD>
363363 </TR>
364364
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 DefaultEdge (JGraph v5.9.2.1 API Specification)
6 DefaultEdge (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.DefaultEdge class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="DefaultEdge (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="DefaultEdge (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
494494 </TABLE>
495495 </TD>
496496 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
497 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
497 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
498498 </TD>
499499 </TR>
500500
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 DefaultGraphCell (JGraph v5.9.2.1 API Specification)
6 DefaultGraphCell (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.DefaultGraphCell class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="DefaultGraphCell (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="DefaultGraphCell (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
528528 </TABLE>
529529 </TD>
530530 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
531 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
531 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
532532 </TD>
533533 </TR>
534534
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 DefaultGraphCellEditor.DefaultTextField (JGraph v5.9.2.1 API Specification)
6 DefaultGraphCellEditor.DefaultTextField (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.DefaultGraphCellEditor.DefaultTextField class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="DefaultGraphCellEditor.DefaultTextField (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="DefaultGraphCellEditor.DefaultTextField (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
440440 </TABLE>
441441 </TD>
442442 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
443 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
443 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
444444 </TD>
445445 </TR>
446446
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 DefaultGraphCellEditor.EditorContainer (JGraph v5.9.2.1 API Specification)
6 DefaultGraphCellEditor.EditorContainer (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.DefaultGraphCellEditor.EditorContainer class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="DefaultGraphCellEditor.EditorContainer (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="DefaultGraphCellEditor.EditorContainer (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
343343 </TABLE>
344344 </TD>
345345 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
346 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
346 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
347347 </TD>
348348 </TR>
349349
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 DefaultGraphCellEditor (JGraph v5.9.2.1 API Specification)
6 DefaultGraphCellEditor (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.DefaultGraphCellEditor class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="DefaultGraphCellEditor (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="DefaultGraphCellEditor (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
10421042 </TABLE>
10431043 </TD>
10441044 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1045 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
1045 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
10461046 </TD>
10471047 </TR>
10481048
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 DefaultGraphModel.EmptyIterator (JGraph v5.9.2.1 API Specification)
6 DefaultGraphModel.EmptyIterator (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.DefaultGraphModel.EmptyIterator class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="DefaultGraphModel.EmptyIterator (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="DefaultGraphModel.EmptyIterator (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
266266 </TABLE>
267267 </TD>
268268 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
269 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
269 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
270270 </TD>
271271 </TR>
272272
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 DefaultGraphModel.GraphModelEdit (JGraph v5.9.2.1 API Specification)
6 DefaultGraphModel.GraphModelEdit (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.DefaultGraphModel.GraphModelEdit class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="DefaultGraphModel.GraphModelEdit (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="DefaultGraphModel.GraphModelEdit (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
10491049 </TABLE>
10501050 </TD>
10511051 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1052 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
1052 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
10531053 </TD>
10541054 </TR>
10551055
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 DefaultGraphModel.GraphModelLayerEdit (JGraph v5.9.2.1 API Specification)
6 DefaultGraphModel.GraphModelLayerEdit (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="DefaultGraphModel.GraphModelLayerEdit (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="DefaultGraphModel.GraphModelLayerEdit (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
905905 </TABLE>
906906 </TD>
907907 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
908 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
908 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
909909 </TD>
910910 </TR>
911911
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 DefaultGraphModel (JGraph v5.9.2.1 API Specification)
6 DefaultGraphModel (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.DefaultGraphModel class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="DefaultGraphModel (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="DefaultGraphModel (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
183183 </TR>
184184 <TR BGCOLOR="white" CLASS="TableRowColor">
185185 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
186 <CODE>protected &nbsp;boolean</CODE></FONT></TD>
187 <TD><CODE><B><A HREF="../../../org/jgraph/graph/DefaultGraphModel.html#removeEmptyGroups">removeEmptyGroups</A></B></CODE>
188
189 <BR>
190 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Whether or not to remove group cells from the model when all of their
191 children are removed</TD>
192 </TR>
193 <TR BGCOLOR="white" CLASS="TableRowColor">
194 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
195186 <CODE>protected &nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html" title="class or interface in java.util">List</A></CODE></FONT></TD>
196187 <TD><CODE><B><A HREF="../../../org/jgraph/graph/DefaultGraphModel.html#roots">roots</A></B></CODE>
197188
805796 </TR>
806797 <TR BGCOLOR="white" CLASS="TableRowColor">
807798 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
808 <CODE>&nbsp;boolean</CODE></FONT></TD>
809 <TD><CODE><B><A HREF="../../../org/jgraph/graph/DefaultGraphModel.html#isRemoveEmptyGroups()">isRemoveEmptyGroups</A></B>()</CODE>
810
811 <BR>
812 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
813 </TR>
814 <TR BGCOLOR="white" CLASS="TableRowColor">
815 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
816799 <CODE>static&nbsp;boolean</CODE></FONT></TD>
817800 <TD><CODE><B><A HREF="../../../org/jgraph/graph/DefaultGraphModel.html#isVertex(org.jgraph.graph.GraphModel, java.lang.Object)">isVertex</A></B>(<A HREF="../../../org/jgraph/graph/GraphModel.html" title="interface in org.jgraph.graph">GraphModel</A>&nbsp;model,
818801 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;vertex)</CODE>
853836
854837 <BR>
855838 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the parent of the specified cell.</TD>
856 </TR>
857 <TR BGCOLOR="white" CLASS="TableRowColor">
858 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
859 <CODE>&nbsp;void</CODE></FONT></TD>
860 <TD><CODE><B><A HREF="../../../org/jgraph/graph/DefaultGraphModel.html#setRemoveEmptyGroups(boolean)">setRemoveEmptyGroups</A></B>(boolean&nbsp;removeEmptyGroups)</CODE>
861
862 <BR>
863 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
864839 </TR>
865840 <TR BGCOLOR="white" CLASS="TableRowColor">
866841 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
992967 protected boolean <B>asksAllowsChildren</B></PRE>
993968 <DL>
994969 <DD>Indicates whether isLeaf is based on a node's allowsChildren value.
995 <P>
996 <DL>
997 </DL>
998 </DL>
999 <HR>
1000
1001 <A NAME="removeEmptyGroups"><!-- --></A><H3>
1002 removeEmptyGroups</H3>
1003 <PRE>
1004 protected boolean <B>removeEmptyGroups</B></PRE>
1005 <DL>
1006 <DD>Whether or not to remove group cells from the model when all of their
1007 children are removed
1008970 <P>
1009971 <DL>
1010972 </DL>
23822344 <DD><DL>
23832345
23842346 <DT><B>Returns:</B><DD><code>true</code> if <code>vertex</code> is a valid vertex.</DL>
2385 </DD>
2386 </DL>
2387 <HR>
2388
2389 <A NAME="isRemoveEmptyGroups()"><!-- --></A><H3>
2390 isRemoveEmptyGroups</H3>
2391 <PRE>
2392 public boolean <B>isRemoveEmptyGroups</B>()</PRE>
2393 <DL>
2394 <DD><DL>
2395 </DL>
2396 </DD>
2397 <DD><DL>
2398
2399 <DT><B>Returns:</B><DD>the removeEmptyGroups</DL>
2400 </DD>
2401 </DL>
2402 <HR>
2403
2404 <A NAME="setRemoveEmptyGroups(boolean)"><!-- --></A><H3>
2405 setRemoveEmptyGroups</H3>
2406 <PRE>
2407 public void <B>setRemoveEmptyGroups</B>(boolean&nbsp;removeEmptyGroups)</PRE>
2408 <DL>
2409 <DD><DL>
2410 </DL>
2411 </DD>
2412 <DD><DL>
2413 <DT><B>Parameters:</B><DD><CODE>removeEmptyGroups</CODE> - the removeEmptyGroups to set</DL>
24142347 </DD>
24152348 </DL>
24162349 <!-- ========= END OF CLASS DATA ========= -->
24382371 </TABLE>
24392372 </TD>
24402373 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
2441 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
2374 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
24422375 </TD>
24432376 </TR>
24442377
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 DefaultGraphSelectionModel.CellPlaceHolder (JGraph v5.9.2.1 API Specification)
6 DefaultGraphSelectionModel.CellPlaceHolder (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.DefaultGraphSelectionModel.CellPlaceHolder class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="DefaultGraphSelectionModel.CellPlaceHolder (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="DefaultGraphSelectionModel.CellPlaceHolder (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
338338 </TABLE>
339339 </TD>
340340 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
341 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
341 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
342342 </TD>
343343 </TR>
344344
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 DefaultGraphSelectionModel (JGraph v5.9.2.1 API Specification)
6 DefaultGraphSelectionModel (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.DefaultGraphSelectionModel class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="DefaultGraphSelectionModel (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="DefaultGraphSelectionModel (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
184184 </TR>
185185 <TR BGCOLOR="white" CLASS="TableRowColor">
186186 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
187 <CODE>protected &nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html" title="class or interface in java.util">List</A></CODE></FONT></TD>
187 <CODE>protected &nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Set.html" title="class or interface in java.util">Set</A></CODE></FONT></TD>
188188 <TD><CODE><B><A HREF="../../../org/jgraph/graph/DefaultGraphSelectionModel.html#selection">selection</A></B></CODE>
189189
190190 <BR>
460460 <TR BGCOLOR="white" CLASS="TableRowColor">
461461 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
462462 <CODE>protected &nbsp;boolean</CODE></FONT></TD>
463 <TD><CODE><B><A HREF="../../../org/jgraph/graph/DefaultGraphSelectionModel.html#select(java.util.List, java.lang.Object)">select</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&nbsp;list,
463 <TD><CODE><B><A HREF="../../../org/jgraph/graph/DefaultGraphSelectionModel.html#select(java.util.Set, java.lang.Object)">select</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Set.html" title="class or interface in java.util">Set</A>&nbsp;set,
464464 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;cell)</CODE>
465465
466466 <BR>
643643 <A NAME="selection"><!-- --></A><H3>
644644 selection</H3>
645645 <PRE>
646 protected <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html" title="class or interface in java.util">List</A> <B>selection</B></PRE>
646 protected <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Set.html" title="class or interface in java.util">Set</A> <B>selection</B></PRE>
647647 <DL>
648648 <DD>List that contains the selected items.
649649 <P>
10301030 </DL>
10311031 <HR>
10321032
1033 <A NAME="select(java.util.List, java.lang.Object)"><!-- --></A><H3>
1033 <A NAME="select(java.util.Set, java.lang.Object)"><!-- --></A><H3>
10341034 select</H3>
10351035 <PRE>
1036 protected boolean <B>select</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&nbsp;list,
1036 protected boolean <B>select</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Set.html" title="class or interface in java.util">Set</A>&nbsp;set,
10371037 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;cell)</PRE>
10381038 <DL>
10391039 <DD>Selects a single cell and updates all datastructures. No listeners are
12341234 </TABLE>
12351235 </TD>
12361236 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1237 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
1237 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
12381238 </TD>
12391239 </TR>
12401240
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 DefaultPort (JGraph v5.9.2.1 API Specification)
6 DefaultPort (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.DefaultPort class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="DefaultPort (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="DefaultPort (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
536536 </TABLE>
537537 </TD>
538538 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
539 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
539 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
540540 </TD>
541541 </TR>
542542
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 DefaultRealEditor (JGraph v5.9.2.1 API Specification)
6 DefaultRealEditor (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.DefaultRealEditor class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="DefaultRealEditor (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="DefaultRealEditor (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
343343 </TABLE>
344344 </TD>
345345 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
346 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
346 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
347347 </TD>
348348 </TR>
349349
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 Edge.Routing (JGraph v5.9.2.1 API Specification)
6 Edge.Routing (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.Edge.Routing interface">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="Edge.Routing (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="Edge.Routing (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
241241 </TABLE>
242242 </TD>
243243 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
244 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
244 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
245245 </TD>
246246 </TR>
247247
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 Edge (JGraph v5.9.2.1 API Specification)
6 Edge (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.Edge interface">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="Edge (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="Edge (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
283283 </TABLE>
284284 </TD>
285285 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
286 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
286 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
287287 </TD>
288288 </TR>
289289
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 EdgeRenderer (JGraph v5.9.2.1 API Specification)
6 EdgeRenderer (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.EdgeRenderer class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="EdgeRenderer (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="EdgeRenderer (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
19531953 </TABLE>
19541954 </TD>
19551955 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1956 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
1956 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
19571957 </TD>
19581958 </TR>
19591959
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 EdgeView.EdgeHandle (JGraph v5.9.2.1 API Specification)
6 EdgeView.EdgeHandle (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.EdgeView.EdgeHandle class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="EdgeView.EdgeHandle (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="EdgeView.EdgeHandle (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
984984 </TABLE>
985985 </TD>
986986 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
987 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
987 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
988988 </TD>
989989 </TR>
990990
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 EdgeView (JGraph v5.9.2.1 API Specification)
6 EdgeView (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.EdgeView class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="EdgeView (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="EdgeView (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
13171317 </TABLE>
13181318 </TD>
13191319 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1320 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
1320 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
13211321 </TD>
13221322 </TR>
13231323
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 GraphCell (JGraph v5.9.2.1 API Specification)
6 GraphCell (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.GraphCell interface">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="GraphCell (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="GraphCell (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
228228 </TABLE>
229229 </TD>
230230 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
231 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
231 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
232232 </TD>
233233 </TR>
234234
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 GraphCellEditor (JGraph v5.9.2.1 API Specification)
6 GraphCellEditor (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.GraphCellEditor interface">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="GraphCellEditor (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="GraphCellEditor (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
209209 </TABLE>
210210 </TD>
211211 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
212 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
212 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
213213 </TD>
214214 </TR>
215215
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 GraphConstants (JGraph v5.9.2.1 API Specification)
6 GraphConstants (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.GraphConstants class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="GraphConstants (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="GraphConstants (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
509509 <TR BGCOLOR="white" CLASS="TableRowColor">
510510 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
511511 <CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
512 <TD><CODE><B><A HREF="../../../org/jgraph/graph/GraphConstants.html#LINK">LINK</A></B></CODE>
513
514 <BR>
515 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Key for the <code>link</code> attribute.</TD>
516 </TR>
517 <TR BGCOLOR="white" CLASS="TableRowColor">
518 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
519 <CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
520512 <TD><CODE><B><A HREF="../../../org/jgraph/graph/GraphConstants.html#MOVEABLE">MOVEABLE</A></B></CODE>
521513
522514 <BR>
991983 </TR>
992984 <TR BGCOLOR="white" CLASS="TableRowColor">
993985 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
994 <CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
995 <TD><CODE><B><A HREF="../../../org/jgraph/graph/GraphConstants.html#getLink(java.util.Map)">getLink</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A>&nbsp;map)</CODE>
996
997 <BR>
998 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the link for the specified attribute map.</TD>
999 </TR>
1000 <TR BGCOLOR="white" CLASS="TableRowColor">
1001 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
1002986 <CODE>static&nbsp;int</CODE></FONT></TD>
1003987 <TD><CODE><B><A HREF="../../../org/jgraph/graph/GraphConstants.html#getMoveableAxis(java.util.Map)">getMoveableAxis</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A>&nbsp;map)</CODE>
1004988
16111595
16121596 <BR>
16131597 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the linewidth attribute in the specified map to the specified value.</TD>
1614 </TR>
1615 <TR BGCOLOR="white" CLASS="TableRowColor">
1616 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
1617 <CODE>static&nbsp;void</CODE></FONT></TD>
1618 <TD><CODE><B><A HREF="../../../org/jgraph/graph/GraphConstants.html#setLink(java.util.Map, java.lang.String)">setLink</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A>&nbsp;map,
1619 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;link)</CODE>
1620
1621 <BR>
1622 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the link attribute in the specified map to the specified value.</TD>
16231598 </TR>
16241599 <TR BGCOLOR="white" CLASS="TableRowColor">
16251600 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
27952770 <P>
27962771 <DL>
27972772 <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.jgraph.graph.GraphConstants.SIZE">Constant Field Values</A></DL>
2798 </DL>
2799 <HR>
2800
2801 <A NAME="LINK"><!-- --></A><H3>
2802 LINK</H3>
2803 <PRE>
2804 public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>LINK</B></PRE>
2805 <DL>
2806 <DD>Key for the <code>link</code> attribute. Use instances of String as
2807 values for this key.
2808 <P>
2809 <DL>
2810 <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.jgraph.graph.GraphConstants.LINK">Constant Field Values</A></DL>
28112773 </DL>
28122774
28132775 <!-- ========= CONSTRUCTOR DETAIL ======== -->
44824444 <DD><DL>
44834445
44844446 <DT><B>Returns:</B><DD>Returns the ROUTING_SIMPLE.</DL>
4485 </DD>
4486 </DL>
4487 <HR>
4488
4489 <A NAME="setLink(java.util.Map, java.lang.String)"><!-- --></A><H3>
4490 setLink</H3>
4491 <PRE>
4492 public static void <B>setLink</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A>&nbsp;map,
4493 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;link)</PRE>
4494 <DL>
4495 <DD>Sets the link attribute in the specified map to the specified value.
4496 <P>
4497 <DD><DL>
4498 <DT><B>Parameters:</B><DD><CODE>map</CODE> - The map to store the link attribute in.<DD><CODE>link</CODE> - The value to set the link attribute to.</DL>
4499 </DD>
4500 </DL>
4501 <HR>
4502
4503 <A NAME="getLink(java.util.Map)"><!-- --></A><H3>
4504 getLink</H3>
4505 <PRE>
4506 public static <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getLink</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A>&nbsp;map)</PRE>
4507 <DL>
4508 <DD>Returns the link for the specified attribute map.
4509 <P>
4510 <DD><DL>
4511 </DL>
45124447 </DD>
45134448 </DL>
45144449 <!-- ========= END OF CLASS DATA ========= -->
45364471 </TABLE>
45374472 </TD>
45384473 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
4539 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
4474 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
45404475 </TD>
45414476 </TR>
45424477
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 GraphContext (JGraph v5.9.2.1 API Specification)
6 GraphContext (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.GraphContext class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="GraphContext (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="GraphContext (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
708708 </TABLE>
709709 </TD>
710710 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
711 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
711 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
712712 </TD>
713713 </TR>
714714
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 GraphLayoutCache.GraphLayoutCacheEdit (JGraph v5.9.2.1 API Specification)
6 GraphLayoutCache.GraphLayoutCacheEdit (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.GraphLayoutCache.GraphLayoutCacheEdit class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="GraphLayoutCache.GraphLayoutCacheEdit (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="GraphLayoutCache.GraphLayoutCacheEdit (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
732732 </TABLE>
733733 </TD>
734734 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
735 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
735 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
736736 </TD>
737737 </TR>
738738
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 GraphLayoutCache (JGraph v5.9.2.1 API Specification)
6 GraphLayoutCache (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.GraphLayoutCache class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="GraphLayoutCache (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="GraphLayoutCache (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
42904290 </TABLE>
42914291 </TD>
42924292 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
4293 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
4293 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
42944294 </TD>
42954295 </TR>
42964296
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 GraphModel (JGraph v5.9.2.1 API Specification)
6 GraphModel (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.GraphModel interface">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="GraphModel (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="GraphModel (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
864864 </TABLE>
865865 </TD>
866866 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
867 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
867 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
868868 </TD>
869869 </TR>
870870
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 GraphSelectionModel (JGraph v5.9.2.1 API Specification)
6 GraphSelectionModel (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.GraphSelectionModel interface">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="GraphSelectionModel (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="GraphSelectionModel (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
723723 </TABLE>
724724 </TD>
725725 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
726 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
726 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
727727 </TD>
728728 </TR>
729729
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 GraphTransferHandler (JGraph v5.9.2.1 API Specification)
6 GraphTransferHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.GraphTransferHandler class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="GraphTransferHandler (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="GraphTransferHandler (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
595595 </TABLE>
596596 </TD>
597597 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
598 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
598 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
599599 </TD>
600600 </TR>
601601
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 GraphTransferable (JGraph v5.9.2.1 API Specification)
6 GraphTransferable (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.GraphTransferable class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="GraphTransferable (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="GraphTransferable (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
654654 </TABLE>
655655 </TD>
656656 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
657 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
657 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
658658 </TD>
659659 </TR>
660660
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 GraphUndoManager (JGraph v5.9.2.1 API Specification)
6 GraphUndoManager (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.GraphUndoManager class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="GraphUndoManager (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="GraphUndoManager (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
444444 </TABLE>
445445 </TD>
446446 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
447 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
447 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
448448 </TD>
449449 </TR>
450450
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 ParentMap.Entry (JGraph v5.9.2.1 API Specification)
6 ParentMap.Entry (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.ParentMap.Entry class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="ParentMap.Entry (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="ParentMap.Entry (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
311311 </TABLE>
312312 </TD>
313313 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
314 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
314 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
315315 </TD>
316316 </TR>
317317
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 ParentMap (JGraph v5.9.2.1 API Specification)
6 ParentMap (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.ParentMap class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="ParentMap (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="ParentMap (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
530530 </TABLE>
531531 </TD>
532532 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
533 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
533 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
534534 </TD>
535535 </TR>
536536
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:23 BST 2006 -->
55 <TITLE>
6 Port (JGraph v5.9.2.1 API Specification)
6 Port (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.Port interface">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="Port (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="Port (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
294294 </TABLE>
295295 </TD>
296296 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
297 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
297 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
298298 </TD>
299299 </TR>
300300
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 PortRenderer (JGraph v5.9.2.1 API Specification)
6 PortRenderer (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.PortRenderer class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="PortRenderer (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="PortRenderer (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
859859 </TABLE>
860860 </TD>
861861 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
862 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
862 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
863863 </TD>
864864 </TR>
865865
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 PortView (JGraph v5.9.2.1 API Specification)
6 PortView (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.PortView class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="PortView (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="PortView (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
532532 </TABLE>
533533 </TD>
534534 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
535 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
535 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
536536 </TD>
537537 </TR>
538538
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 VertexRenderer (JGraph v5.9.2.1 API Specification)
6 VertexRenderer (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.VertexRenderer class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="VertexRenderer (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="VertexRenderer (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
12061206 </TABLE>
12071207 </TD>
12081208 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1209 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
1209 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
12101210 </TD>
12111211 </TR>
12121212
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 VertexView.SizeHandle (JGraph v5.9.2.1 API Specification)
6 VertexView.SizeHandle (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.VertexView.SizeHandle class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="VertexView.SizeHandle (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="VertexView.SizeHandle (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
714714 </TABLE>
715715 </TD>
716716 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
717 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
717 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
718718 </TD>
719719 </TR>
720720
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 VertexView (JGraph v5.9.2.1 API Specification)
6 VertexView (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph.VertexView class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="VertexView (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="VertexView (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
608608 </TABLE>
609609 </TD>
610610 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
611 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
611 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
612612 </TD>
613613 </TR>
614614
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.AbstractCellView (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.AbstractCellView (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.AbstractCellView (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.AbstractCellView (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
154154 </TABLE>
155155 </TD>
156156 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
157 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
157 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
158158 </TD>
159159 </TR>
160160
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.AttributeMap.SerializablePoint2D (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.AttributeMap.SerializablePoint2D (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.AttributeMap.SerializablePoint2D (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.AttributeMap.SerializablePoint2D (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.AttributeMap.SerializableRectangle2D (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.AttributeMap.SerializableRectangle2D (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.AttributeMap.SerializableRectangle2D (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.AttributeMap.SerializableRectangle2D (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.AttributeMap (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.AttributeMap (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.AttributeMap (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.AttributeMap (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
415415 </TABLE>
416416 </TD>
417417 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
418 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
418 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
419419 </TD>
420420 </TR>
421421
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.BasicMarqueeHandler (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.BasicMarqueeHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.BasicMarqueeHandler (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.BasicMarqueeHandler (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
242242 </TABLE>
243243 </TD>
244244 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
245 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
245 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
246246 </TD>
247247 </TR>
248248
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Interface org.jgraph.graph.CellHandle (JGraph v5.9.2.1 API Specification)
6 Uses of Interface org.jgraph.graph.CellHandle (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Interface org.jgraph.graph.CellHandle (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Interface org.jgraph.graph.CellHandle (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
311311 </TABLE>
312312 </TD>
313313 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
314 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
314 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
315315 </TD>
316316 </TR>
317317
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Interface org.jgraph.graph.CellMapper (JGraph v5.9.2.1 API Specification)
6 Uses of Interface org.jgraph.graph.CellMapper (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Interface org.jgraph.graph.CellMapper (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Interface org.jgraph.graph.CellMapper (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
204204 </TABLE>
205205 </TD>
206206 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
207 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
207 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
208208 </TD>
209209 </TR>
210210
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Interface org.jgraph.graph.CellView (JGraph v5.9.2.1 API Specification)
6 Uses of Interface org.jgraph.graph.CellView (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Interface org.jgraph.graph.CellView (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Interface org.jgraph.graph.CellView (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
12941294 </TABLE>
12951295 </TD>
12961296 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1297 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
1297 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
12981298 </TD>
12991299 </TR>
13001300
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Interface org.jgraph.graph.CellViewFactory (JGraph v5.9.2.1 API Specification)
6 Uses of Interface org.jgraph.graph.CellViewFactory (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Interface org.jgraph.graph.CellViewFactory (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Interface org.jgraph.graph.CellViewFactory (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
223223 </TABLE>
224224 </TD>
225225 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
226 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
226 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
227227 </TD>
228228 </TR>
229229
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Interface org.jgraph.graph.CellViewRenderer (JGraph v5.9.2.1 API Specification)
6 Uses of Interface org.jgraph.graph.CellViewRenderer (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Interface org.jgraph.graph.CellViewRenderer (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Interface org.jgraph.graph.CellViewRenderer (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
197197 </TABLE>
198198 </TD>
199199 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
200 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
200 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
201201 </TD>
202202 </TR>
203203
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.ConnectionSet.Connection (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.ConnectionSet.Connection (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.ConnectionSet.Connection (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.ConnectionSet.Connection (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
139139 </TABLE>
140140 </TD>
141141 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
142 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
142 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
143143 </TD>
144144 </TR>
145145
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.ConnectionSet (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.ConnectionSet (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.ConnectionSet (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.ConnectionSet (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
562562 </TABLE>
563563 </TD>
564564 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
565 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
565 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
566566 </TD>
567567 </TR>
568568
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.DefaultCellViewFactory (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.DefaultCellViewFactory (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultCellViewFactory (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultCellViewFactory (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.DefaultEdge.DefaultRouting (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.DefaultEdge.DefaultRouting (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultEdge.DefaultRouting (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultEdge.DefaultRouting (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.DefaultEdge.LoopRouting (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.DefaultEdge.LoopRouting (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultEdge.LoopRouting (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultEdge.LoopRouting (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
138138 </TABLE>
139139 </TD>
140140 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
141 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
141 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
142142 </TD>
143143 </TR>
144144
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.DefaultEdge (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.DefaultEdge (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultEdge (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultEdge (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.DefaultGraphCell (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.DefaultGraphCell (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultGraphCell (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultGraphCell (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
146146 </TABLE>
147147 </TD>
148148 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
149 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
149 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
150150 </TD>
151151 </TR>
152152
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.DefaultGraphCellEditor.DefaultTextField (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.DefaultGraphCellEditor.DefaultTextField (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultGraphCellEditor.DefaultTextField (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultGraphCellEditor.DefaultTextField (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.DefaultGraphCellEditor.EditorContainer (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.DefaultGraphCellEditor.EditorContainer (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultGraphCellEditor.EditorContainer (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultGraphCellEditor.EditorContainer (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.DefaultGraphCellEditor (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.DefaultGraphCellEditor (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultGraphCellEditor (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultGraphCellEditor (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.DefaultGraphModel.EmptyIterator (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.DefaultGraphModel.EmptyIterator (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultGraphModel.EmptyIterator (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultGraphModel.EmptyIterator (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:12 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.DefaultGraphModel.GraphModelEdit (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.DefaultGraphModel.GraphModelEdit (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultGraphModel.GraphModelEdit (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultGraphModel.GraphModelEdit (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
151151 </TABLE>
152152 </TD>
153153 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
154 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
154 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
155155 </TD>
156156 </TR>
157157
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
139139 </TABLE>
140140 </TD>
141141 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
142 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
142 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
143143 </TD>
144144 </TR>
145145
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:12 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.DefaultGraphModel (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.DefaultGraphModel (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultGraphModel (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultGraphModel (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.DefaultGraphSelectionModel.CellPlaceHolder (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.DefaultGraphSelectionModel.CellPlaceHolder (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultGraphSelectionModel.CellPlaceHolder (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultGraphSelectionModel.CellPlaceHolder (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.DefaultGraphSelectionModel (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.DefaultGraphSelectionModel (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultGraphSelectionModel (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultGraphSelectionModel (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
138138 </TABLE>
139139 </TD>
140140 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
141 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
141 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
142142 </TD>
143143 </TR>
144144
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:12 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.DefaultPort (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.DefaultPort (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultPort (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultPort (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:12 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.DefaultRealEditor (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.DefaultRealEditor (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultRealEditor (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.DefaultRealEditor (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Interface org.jgraph.graph.Edge.Routing (JGraph v5.9.2.1 API Specification)
6 Uses of Interface org.jgraph.graph.Edge.Routing (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Interface org.jgraph.graph.Edge.Routing (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Interface org.jgraph.graph.Edge.Routing (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
219219 </TABLE>
220220 </TD>
221221 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
222 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
222 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
223223 </TD>
224224 </TR>
225225
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Interface org.jgraph.graph.Edge (JGraph v5.9.2.1 API Specification)
6 Uses of Interface org.jgraph.graph.Edge (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Interface org.jgraph.graph.Edge (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Interface org.jgraph.graph.Edge (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
156156 </TABLE>
157157 </TD>
158158 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
159 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
159 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
160160 </TD>
161161 </TR>
162162
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.EdgeRenderer (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.EdgeRenderer (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.EdgeRenderer (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.EdgeRenderer (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
138138 </TABLE>
139139 </TD>
140140 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
141 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
141 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
142142 </TD>
143143 </TR>
144144
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.EdgeView.EdgeHandle (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.EdgeView.EdgeHandle (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.EdgeView.EdgeHandle (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.EdgeView.EdgeHandle (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.EdgeView (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.EdgeView (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.EdgeView (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.EdgeView (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
418418 </TABLE>
419419 </TD>
420420 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
421 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
421 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
422422 </TD>
423423 </TR>
424424
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Interface org.jgraph.graph.GraphCell (JGraph v5.9.2.1 API Specification)
6 Uses of Interface org.jgraph.graph.GraphCell (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Interface org.jgraph.graph.GraphCell (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Interface org.jgraph.graph.GraphCell (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
180180 </TABLE>
181181 </TD>
182182 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
183 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
183 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
184184 </TD>
185185 </TR>
186186
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Interface org.jgraph.graph.GraphCellEditor (JGraph v5.9.2.1 API Specification)
6 Uses of Interface org.jgraph.graph.GraphCellEditor (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Interface org.jgraph.graph.GraphCellEditor (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Interface org.jgraph.graph.GraphCellEditor (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
246246 </TABLE>
247247 </TD>
248248 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
249 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
249 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
250250 </TD>
251251 </TR>
252252
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:12 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.GraphConstants (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.GraphConstants (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.GraphConstants (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.GraphConstants (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.GraphContext (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.GraphContext (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.GraphContext (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.GraphContext (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
293293 </TABLE>
294294 </TD>
295295 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
296 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
296 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
297297 </TD>
298298 </TR>
299299
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.GraphLayoutCache.GraphLayoutCacheEdit (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.GraphLayoutCache.GraphLayoutCacheEdit (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.GraphLayoutCache.GraphLayoutCacheEdit (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.GraphLayoutCache.GraphLayoutCacheEdit (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
141141 </TABLE>
142142 </TD>
143143 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
144 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
144 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
145145 </TD>
146146 </TR>
147147
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.GraphLayoutCache (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.GraphLayoutCache (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.GraphLayoutCache (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.GraphLayoutCache (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
363363 </TABLE>
364364 </TD>
365365 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
366 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
366 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
367367 </TD>
368368 </TR>
369369
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Interface org.jgraph.graph.GraphModel (JGraph v5.9.2.1 API Specification)
6 Uses of Interface org.jgraph.graph.GraphModel (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Interface org.jgraph.graph.GraphModel (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Interface org.jgraph.graph.GraphModel (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
699699 </TABLE>
700700 </TD>
701701 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
702 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
702 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
703703 </TD>
704704 </TR>
705705
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Interface org.jgraph.graph.GraphSelectionModel (JGraph v5.9.2.1 API Specification)
6 Uses of Interface org.jgraph.graph.GraphSelectionModel (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Interface org.jgraph.graph.GraphSelectionModel (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Interface org.jgraph.graph.GraphSelectionModel (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
261261 </TABLE>
262262 </TD>
263263 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
264 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
264 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
265265 </TD>
266266 </TR>
267267
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:12 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.GraphTransferHandler (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.GraphTransferHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.GraphTransferHandler (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.GraphTransferHandler (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:12 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.GraphTransferable (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.GraphTransferable (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.GraphTransferable (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.GraphTransferable (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
143143 </TABLE>
144144 </TD>
145145 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
146 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
146 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
147147 </TD>
148148 </TR>
149149
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:12 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.GraphUndoManager (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.GraphUndoManager (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.GraphUndoManager (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.GraphUndoManager (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.ParentMap.Entry (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.ParentMap.Entry (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.ParentMap.Entry (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.ParentMap.Entry (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.ParentMap (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.ParentMap (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.ParentMap (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.ParentMap (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
471471 </TABLE>
472472 </TD>
473473 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
474 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
474 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
475475 </TD>
476476 </TR>
477477
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Interface org.jgraph.graph.Port (JGraph v5.9.2.1 API Specification)
6 Uses of Interface org.jgraph.graph.Port (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Interface org.jgraph.graph.Port (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Interface org.jgraph.graph.Port (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
228228 </TABLE>
229229 </TD>
230230 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
231 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
231 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
232232 </TD>
233233 </TR>
234234
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.PortRenderer (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.PortRenderer (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.PortRenderer (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.PortRenderer (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
138138 </TABLE>
139139 </TD>
140140 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
141 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
141 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
142142 </TD>
143143 </TR>
144144
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.PortView (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.PortView (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.PortView (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.PortView (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
228228 </TABLE>
229229 </TD>
230230 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
231 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
231 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
232232 </TD>
233233 </TR>
234234
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.VertexRenderer (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.VertexRenderer (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.VertexRenderer (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.VertexRenderer (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
138138 </TABLE>
139139 </TD>
140140 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
141 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
141 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
142142 </TD>
143143 </TR>
144144
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.VertexView.SizeHandle (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.VertexView.SizeHandle (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.VertexView.SizeHandle (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.VertexView.SizeHandle (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:21 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.graph.VertexView (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.graph.VertexView (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.graph.VertexView (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.graph.VertexView (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
196196 </TABLE>
197197 </TD>
198198 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
199 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
199 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
200200 </TD>
201201 </TR>
202202
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 org.jgraph.graph (JGraph v5.9.2.1 API Specification)
6 org.jgraph.graph (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph package">
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 org.jgraph.graph (JGraph v5.9.2.1 API Specification)
6 org.jgraph.graph (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.graph package">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="org.jgraph.graph (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="org.jgraph.graph (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
332332 </TABLE>
333333 </TD>
334334 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
335 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
335 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
336336 </TD>
337337 </TR>
338338
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 org.jgraph.graph Class Hierarchy (JGraph v5.9.2.1 API Specification)
6 org.jgraph.graph Class Hierarchy (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="org.jgraph.graph Class Hierarchy (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="org.jgraph.graph Class Hierarchy (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
215215 </TABLE>
216216 </TD>
217217 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
218 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
218 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
219219 </TD>
220220 </TR>
221221
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Package org.jgraph.graph (JGraph v5.9.2.1 API Specification)
6 Uses of Package org.jgraph.graph (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Package org.jgraph.graph (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Package org.jgraph.graph (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
517517 </TABLE>
518518 </TD>
519519 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
520 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
520 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
521521 </TD>
522522 </TR>
523523
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 org.jgraph (JGraph v5.9.2.1 API Specification)
6 org.jgraph (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph package">
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 org.jgraph (JGraph v5.9.2.1 API Specification)
6 org.jgraph (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph package">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="org.jgraph (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="org.jgraph (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
134134 </TABLE>
135135 </TD>
136136 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
137 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
137 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
138138 </TD>
139139 </TR>
140140
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 org.jgraph Class Hierarchy (JGraph v5.9.2.1 API Specification)
6 org.jgraph Class Hierarchy (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="org.jgraph Class Hierarchy (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="org.jgraph Class Hierarchy (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
123123 </TABLE>
124124 </TD>
125125 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
126 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
126 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
127127 </TD>
128128 </TR>
129129
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Package org.jgraph (JGraph v5.9.2.1 API Specification)
6 Uses of Package org.jgraph (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Package org.jgraph (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Package org.jgraph (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
197197 </TABLE>
198198 </TD>
199199 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
200 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
200 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
201201 </TD>
202202 </TR>
203203
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 GraphUI (JGraph v5.9.2.1 API Specification)
6 GraphUI (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.plaf.GraphUI class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="GraphUI (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="GraphUI (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
533533 </TABLE>
534534 </TD>
535535 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
536 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
536 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
537537 </TD>
538538 </TR>
539539
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 BasicGraphDropTargetListener (JGraph v5.9.2.1 API Specification)
6 BasicGraphDropTargetListener (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.plaf.basic.BasicGraphDropTargetListener class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="BasicGraphDropTargetListener (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="BasicGraphDropTargetListener (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
443443 </TABLE>
444444 </TD>
445445 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
446 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
446 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
447447 </TD>
448448 </TR>
449449
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 BasicGraphTransferable (JGraph v5.9.2.1 API Specification)
6 BasicGraphTransferable (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.plaf.basic.BasicGraphTransferable class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="BasicGraphTransferable (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="BasicGraphTransferable (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
540540 </TABLE>
541541 </TD>
542542 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
543 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
543 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
544544 </TD>
545545 </TR>
546546
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 BasicGraphUI.CellEditorHandler (JGraph v5.9.2.1 API Specification)
6 BasicGraphUI.CellEditorHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.plaf.basic.BasicGraphUI.CellEditorHandler class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="BasicGraphUI.CellEditorHandler (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="BasicGraphUI.CellEditorHandler (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
253253 </TABLE>
254254 </TD>
255255 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
256 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
256 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
257257 </TD>
258258 </TR>
259259
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 BasicGraphUI.ComponentHandler (JGraph v5.9.2.1 API Specification)
6 BasicGraphUI.ComponentHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.plaf.basic.BasicGraphUI.ComponentHandler class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="BasicGraphUI.ComponentHandler (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="BasicGraphUI.ComponentHandler (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
364364 </TABLE>
365365 </TD>
366366 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
367 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
367 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
368368 </TD>
369369 </TR>
370370
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 BasicGraphUI.GraphDropTargetListener (JGraph v5.9.2.1 API Specification)
6 BasicGraphUI.GraphDropTargetListener (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.plaf.basic.BasicGraphUI.GraphDropTargetListener class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="BasicGraphUI.GraphDropTargetListener (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="BasicGraphUI.GraphDropTargetListener (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
338338 </TABLE>
339339 </TD>
340340 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
341 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
341 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
342342 </TD>
343343 </TR>
344344
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 BasicGraphUI.GraphIncrementAction (JGraph v5.9.2.1 API Specification)
6 BasicGraphUI.GraphIncrementAction (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.plaf.basic.BasicGraphUI.GraphIncrementAction class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="BasicGraphUI.GraphIncrementAction (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="BasicGraphUI.GraphIncrementAction (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
276276 </TABLE>
277277 </TD>
278278 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
279 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
279 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
280280 </TD>
281281 </TR>
282282
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 BasicGraphUI.GraphLayoutCacheHandler (JGraph v5.9.2.1 API Specification)
6 BasicGraphUI.GraphLayoutCacheHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.plaf.basic.BasicGraphUI.GraphLayoutCacheHandler class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="BasicGraphUI.GraphLayoutCacheHandler (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="BasicGraphUI.GraphLayoutCacheHandler (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
231231 </TABLE>
232232 </TD>
233233 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
234 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
234 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
235235 </TD>
236236 </TR>
237237
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 BasicGraphUI.GraphModelHandler (JGraph v5.9.2.1 API Specification)
6 BasicGraphUI.GraphModelHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.plaf.basic.BasicGraphUI.GraphModelHandler class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="BasicGraphUI.GraphModelHandler (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="BasicGraphUI.GraphModelHandler (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
231231 </TABLE>
232232 </TD>
233233 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
234 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
234 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
235235 </TD>
236236 </TR>
237237
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 BasicGraphUI.GraphSelectionHandler (JGraph v5.9.2.1 API Specification)
6 BasicGraphUI.GraphSelectionHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.plaf.basic.BasicGraphUI.GraphSelectionHandler class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="BasicGraphUI.GraphSelectionHandler (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="BasicGraphUI.GraphSelectionHandler (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
231231 </TABLE>
232232 </TD>
233233 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
234 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
234 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
235235 </TD>
236236 </TR>
237237
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 BasicGraphUI.KeyHandler (JGraph v5.9.2.1 API Specification)
6 BasicGraphUI.KeyHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.plaf.basic.BasicGraphUI.KeyHandler class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="BasicGraphUI.KeyHandler (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="BasicGraphUI.KeyHandler (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
312312 </TABLE>
313313 </TD>
314314 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
315 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
315 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
316316 </TD>
317317 </TR>
318318
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 BasicGraphUI.MouseHandler (JGraph v5.9.2.1 API Specification)
6 BasicGraphUI.MouseHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.plaf.basic.BasicGraphUI.MouseHandler class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="BasicGraphUI.MouseHandler (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="BasicGraphUI.MouseHandler (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
460460 </TABLE>
461461 </TD>
462462 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
463 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
463 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
464464 </TD>
465465 </TR>
466466
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 BasicGraphUI.MouseInputHandler (JGraph v5.9.2.1 API Specification)
6 BasicGraphUI.MouseInputHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.plaf.basic.BasicGraphUI.MouseInputHandler class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="BasicGraphUI.MouseInputHandler (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="BasicGraphUI.MouseInputHandler (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
438438 </TABLE>
439439 </TD>
440440 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
441 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
441 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
442442 </TD>
443443 </TR>
444444
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:16 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 BasicGraphUI.PropertyChangeHandler (JGraph v5.9.2.1 API Specification)
6 BasicGraphUI.PropertyChangeHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.plaf.basic.BasicGraphUI.PropertyChangeHandler class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="BasicGraphUI.PropertyChangeHandler (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="BasicGraphUI.PropertyChangeHandler (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
227227 </TABLE>
228228 </TD>
229229 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
230 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
230 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
231231 </TD>
232232 </TR>
233233
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:16 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 BasicGraphUI.RootHandle (JGraph v5.9.2.1 API Specification)
6 BasicGraphUI.RootHandle (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.plaf.basic.BasicGraphUI.RootHandle class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="BasicGraphUI.RootHandle (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="BasicGraphUI.RootHandle (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
982982 </TABLE>
983983 </TD>
984984 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
985 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
985 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
986986 </TD>
987987 </TR>
988988
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:15 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 BasicGraphUI (JGraph v5.9.2.1 API Specification)
6 BasicGraphUI (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.plaf.basic.BasicGraphUI class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="BasicGraphUI (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="BasicGraphUI (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
715715 </TR>
716716 <TR BGCOLOR="white" CLASS="TableRowColor">
717717 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
718 <CODE>protected &nbsp;void</CODE></FONT></TD>
719 <TD><CODE><B><A HREF="../../../../org/jgraph/plaf/basic/BasicGraphUI.html#drawGraph(java.awt.Graphics, java.awt.geom.Rectangle2D)">drawGraph</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Graphics.html" title="class or interface in java.awt">Graphics</A>&nbsp;g,
720 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Rectangle2D.html" title="class or interface in java.awt.geom">Rectangle2D</A>&nbsp;clipBounds)</CODE>
721
722 <BR>
723 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Draws the graph to the specified graphics object within the specified
724 clip bounds, if any</TD>
725 </TR>
726 <TR BGCOLOR="white" CLASS="TableRowColor">
727 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
718728 <CODE>&nbsp;int</CODE></FONT></TD>
719729 <TD><CODE><B><A HREF="../../../../org/jgraph/plaf/basic/BasicGraphUI.html#getDropAction()">getDropAction</A></B>()</CODE>
720730
922932 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html" title="class or interface in java.awt">Component</A>&nbsp;component)</CODE>
923933
924934 <BR>
925 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Requests that the component responsible for painting the background
926 paint itself</TD>
935 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Requests that the component responsible for painting the background paint
936 itself</TD>
927937 </TR>
928938 <TR BGCOLOR="white" CLASS="TableRowColor">
929939 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
958968 <CODE>protected &nbsp;void</CODE></FONT></TD>
959969 <TD><CODE><B><A HREF="../../../../org/jgraph/plaf/basic/BasicGraphUI.html#paintGrid(double, java.awt.Graphics, java.awt.geom.Rectangle2D)">paintGrid</A></B>(double&nbsp;gs,
960970 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Graphics.html" title="class or interface in java.awt">Graphics</A>&nbsp;g,
961 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Rectangle2D.html" title="class or interface in java.awt.geom">Rectangle2D</A>&nbsp;r)</CODE>
971 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Rectangle2D.html" title="class or interface in java.awt.geom">Rectangle2D</A>&nbsp;clipBounds)</CODE>
962972
963973 <BR>
964974 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Paint the grid.</TD>
975 </TR>
976 <TR BGCOLOR="white" CLASS="TableRowColor">
977 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
978 <CODE>protected &nbsp;void</CODE></FONT></TD>
979 <TD><CODE><B><A HREF="../../../../org/jgraph/plaf/basic/BasicGraphUI.html#paintOverlay(java.awt.Graphics)">paintOverlay</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Graphics.html" title="class or interface in java.awt">Graphics</A>&nbsp;g)</CODE>
980
981 <BR>
982 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Paints the overlay buffered image if one exists</TD>
965983 </TR>
966984 <TR BGCOLOR="white" CLASS="TableRowColor">
967985 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
24392457 </DD>
24402458 <DD><DL>
24412459 </DL>
2460 </DD>
2461 </DL>
2462 <HR>
2463
2464 <A NAME="paintOverlay(java.awt.Graphics)"><!-- --></A><H3>
2465 paintOverlay</H3>
2466 <PRE>
2467 protected void <B>paintOverlay</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Graphics.html" title="class or interface in java.awt">Graphics</A>&nbsp;g)</PRE>
2468 <DL>
2469 <DD>Paints the overlay buffered image if one exists
2470 <P>
2471 <DD><DL>
2472 </DL>
2473 </DD>
2474 <DD><DL>
2475 <DT><B>Parameters:</B><DD><CODE>g</CODE> - the graphics object to paint the overlay to</DL>
2476 </DD>
2477 </DL>
2478 <HR>
2479
2480 <A NAME="drawGraph(java.awt.Graphics, java.awt.geom.Rectangle2D)"><!-- --></A><H3>
2481 drawGraph</H3>
2482 <PRE>
2483 protected void <B>drawGraph</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Graphics.html" title="class or interface in java.awt">Graphics</A>&nbsp;g,
2484 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Rectangle2D.html" title="class or interface in java.awt.geom">Rectangle2D</A>&nbsp;clipBounds)</PRE>
2485 <DL>
2486 <DD>Draws the graph to the specified graphics object within the specified
2487 clip bounds, if any
2488 <P>
2489 <DD><DL>
2490 </DL>
2491 </DD>
2492 <DD><DL>
2493 <DT><B>Parameters:</B><DD><CODE>g</CODE> - the graphics object to draw the graph to<DD><CODE>clipBounds</CODE> - the bounds within graph cells must intersect to be redrawn</DL>
24422494 </DD>
24432495 </DL>
24442496 <HR>
24952547 </DL>
24962548 </DD>
24972549 <DD><DL>
2498 </DL>
2550 <DT><B>Parameters:</B><DD><CODE>g</CODE> - The graphics object to paint the image on.</DL>
24992551 </DD>
25002552 </DL>
25012553 <HR>
25062558 protected void <B>paintBackgroundComponent</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Graphics.html" title="class or interface in java.awt">Graphics</A>&nbsp;g,
25072559 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html" title="class or interface in java.awt">Component</A>&nbsp;component)</PRE>
25082560 <DL>
2509 <DD>Requests that the component responsible for painting the background
2510 paint itself
2511 <P>
2512 <DD><DL>
2513 </DL>
2514 </DD>
2515 <DD><DL>
2516 </DL>
2561 <DD>Requests that the component responsible for painting the background paint
2562 itself
2563 <P>
2564 <DD><DL>
2565 </DL>
2566 </DD>
2567 <DD><DL>
2568 <DT><B>Parameters:</B><DD><CODE>g</CODE> - The graphics object to paint the image on.<DD><CODE>component</CODE> - the component to be painted onto the background image</DL>
25172569 </DD>
25182570 </DL>
25192571 <HR>
25232575 <PRE>
25242576 protected void <B>paintGrid</B>(double&nbsp;gs,
25252577 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Graphics.html" title="class or interface in java.awt">Graphics</A>&nbsp;g,
2526 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Rectangle2D.html" title="class or interface in java.awt.geom">Rectangle2D</A>&nbsp;r)</PRE>
2578 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/geom/Rectangle2D.html" title="class or interface in java.awt.geom">Rectangle2D</A>&nbsp;clipBounds)</PRE>
25272579 <DL>
25282580 <DD>Paint the grid.
25292581 <P>
28972949 </TABLE>
28982950 </TD>
28992951 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
2900 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
2952 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
29012953 </TD>
29022954 </TR>
29032955
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.plaf.basic.BasicGraphDropTargetListener (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.plaf.basic.BasicGraphDropTargetListener (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphDropTargetListener (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphDropTargetListener (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
137137 </TABLE>
138138 </TD>
139139 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
140 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
140 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
141141 </TD>
142142 </TR>
143143
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.plaf.basic.BasicGraphTransferable (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.plaf.basic.BasicGraphTransferable (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphTransferable (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphTransferable (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
138138 </TABLE>
139139 </TD>
140140 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
141 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
141 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
142142 </TD>
143143 </TR>
144144
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.CellEditorHandler (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.CellEditorHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.CellEditorHandler (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.CellEditorHandler (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.ComponentHandler (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.ComponentHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.ComponentHandler (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.ComponentHandler (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.GraphDropTargetListener (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.GraphDropTargetListener (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.GraphDropTargetListener (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.GraphDropTargetListener (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
137137 </TABLE>
138138 </TD>
139139 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
140 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
140 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
141141 </TD>
142142 </TR>
143143
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.GraphIncrementAction (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.GraphIncrementAction (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.GraphIncrementAction (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.GraphIncrementAction (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.GraphLayoutCacheHandler (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.GraphLayoutCacheHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.GraphLayoutCacheHandler (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.GraphLayoutCacheHandler (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.GraphModelHandler (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.GraphModelHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.GraphModelHandler (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.GraphModelHandler (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.GraphSelectionHandler (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.GraphSelectionHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.GraphSelectionHandler (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.GraphSelectionHandler (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.KeyHandler (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.KeyHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.KeyHandler (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.KeyHandler (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.MouseHandler (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.MouseHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.MouseHandler (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.MouseHandler (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.MouseInputHandler (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.MouseInputHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.MouseInputHandler (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.MouseInputHandler (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.PropertyChangeHandler (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.PropertyChangeHandler (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.PropertyChangeHandler (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.PropertyChangeHandler (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.RootHandle (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI.RootHandle (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.RootHandle (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI.RootHandle (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.plaf.basic.BasicGraphUI (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.plaf.basic.BasicGraphUI (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 org.jgraph.plaf.basic (JGraph v5.9.2.1 API Specification)
6 org.jgraph.plaf.basic (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.plaf.basic package">
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 org.jgraph.plaf.basic (JGraph v5.9.2.1 API Specification)
6 org.jgraph.plaf.basic (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.plaf.basic package">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="org.jgraph.plaf.basic (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="org.jgraph.plaf.basic (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
136136 </TABLE>
137137 </TD>
138138 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
139 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
139 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
140140 </TD>
141141 </TR>
142142
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 org.jgraph.plaf.basic Class Hierarchy (JGraph v5.9.2.1 API Specification)
6 org.jgraph.plaf.basic Class Hierarchy (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="org.jgraph.plaf.basic Class Hierarchy (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="org.jgraph.plaf.basic Class Hierarchy (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
142142 </TABLE>
143143 </TD>
144144 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
145 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
145 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
146146 </TD>
147147 </TR>
148148
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Package org.jgraph.plaf.basic (JGraph v5.9.2.1 API Specification)
6 Uses of Package org.jgraph.plaf.basic (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Package org.jgraph.plaf.basic (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Package org.jgraph.plaf.basic (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
153153 </TABLE>
154154 </TD>
155155 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
156 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
156 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
157157 </TD>
158158 </TR>
159159
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.plaf.GraphUI (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.plaf.GraphUI (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.plaf.GraphUI (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.plaf.GraphUI (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
182182 </TABLE>
183183 </TD>
184184 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
185 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
185 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
186186 </TD>
187187 </TR>
188188
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 org.jgraph.plaf (JGraph v5.9.2.1 API Specification)
6 org.jgraph.plaf (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.plaf package">
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 org.jgraph.plaf (JGraph v5.9.2.1 API Specification)
6 org.jgraph.plaf (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.plaf package">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="org.jgraph.plaf (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="org.jgraph.plaf (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
128128 </TABLE>
129129 </TD>
130130 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
131 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
131 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
132132 </TD>
133133 </TR>
134134
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 org.jgraph.plaf Class Hierarchy (JGraph v5.9.2.1 API Specification)
6 org.jgraph.plaf Class Hierarchy (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="org.jgraph.plaf Class Hierarchy (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="org.jgraph.plaf Class Hierarchy (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
112112 </TABLE>
113113 </TD>
114114 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
115 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
115 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
116116 </TD>
117117 </TR>
118118
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Package org.jgraph.plaf (JGraph v5.9.2.1 API Specification)
6 Uses of Package org.jgraph.plaf (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Package org.jgraph.plaf (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Package org.jgraph.plaf (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
146146 </TABLE>
147147 </TD>
148148 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
149 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
149 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
150150 </TD>
151151 </TR>
152152
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:16 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 Bezier (JGraph v5.9.2.1 API Specification)
6 Bezier (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.util.Bezier class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="Bezier (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="Bezier (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
280280 </TABLE>
281281 </TD>
282282 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
283 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
283 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
284284 </TD>
285285 </TR>
286286
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:16 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 Spline (JGraph v5.9.2.1 API Specification)
6 Spline (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.util.Spline class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="Spline (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="Spline (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
290290 </TABLE>
291291 </TD>
292292 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
293 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
293 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
294294 </TD>
295295 </TR>
296296
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:16 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 Spline2D (JGraph v5.9.2.1 API Specification)
6 Spline2D (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.util.Spline2D class">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="Spline2D (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="Spline2D (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
293293 </TABLE>
294294 </TD>
295295 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
296 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
296 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
297297 </TD>
298298 </TR>
299299
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.util.Bezier (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.util.Bezier (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.util.Bezier (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.util.Bezier (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
138138 </TABLE>
139139 </TD>
140140 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
141 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
141 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
142142 </TD>
143143 </TR>
144144
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.util.Spline (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.util.Spline (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.util.Spline (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.util.Spline (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
101101 </TABLE>
102102 </TD>
103103 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
104 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
105105 </TD>
106106 </TR>
107107
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Class org.jgraph.util.Spline2D (JGraph v5.9.2.1 API Specification)
6 Uses of Class org.jgraph.util.Spline2D (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Class org.jgraph.util.Spline2D (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Class org.jgraph.util.Spline2D (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
138138 </TABLE>
139139 </TD>
140140 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
141 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
141 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
142142 </TD>
143143 </TR>
144144
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 org.jgraph.util (JGraph v5.9.2.1 API Specification)
6 org.jgraph.util (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.util package">
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 org.jgraph.util (JGraph v5.9.2.1 API Specification)
6 org.jgraph.util (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99 <META NAME="keywords" CONTENT="org.jgraph.util package">
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="org.jgraph.util (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="org.jgraph.util (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
121121 </TABLE>
122122 </TD>
123123 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
124 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
124 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
125125 </TD>
126126 </TR>
127127
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 org.jgraph.util Class Hierarchy (JGraph v5.9.2.1 API Specification)
6 org.jgraph.util Class Hierarchy (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="org.jgraph.util Class Hierarchy (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="org.jgraph.util Class Hierarchy (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
110110 </TABLE>
111111 </TD>
112112 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
113 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
113 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
114114 </TD>
115115 </TR>
116116
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Uses of Package org.jgraph.util (JGraph v5.9.2.1 API Specification)
6 Uses of Package org.jgraph.util (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Uses of Package org.jgraph.util (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Uses of Package org.jgraph.util (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
134134 </TABLE>
135135 </TD>
136136 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
137 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
137 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
138138 </TD>
139139 </TR>
140140
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Overview (JGraph v5.9.2.1 API Specification)
6 Overview (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
9 <META NAME="keywords" CONTENT="Overview, JGraph v5.9.2.1 API Specification">
9 <META NAME="keywords" CONTENT="Overview, JGraph v5.10.0.1 API Specification">
1010
1111 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
1212
1818 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
1919 <TR>
2020 <TD NOWRAP><FONT size="+1" CLASS="FrameTitleFont">
21 <B><p><b>JGraph</b><br>v5.9.2.1</p></B></FONT></TD>
21 <B><p><b>JGraph</b><br>v5.10.0.1</p></B></FONT></TD>
2222 </TR>
2323 </TABLE>
2424
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Overview (JGraph v5.9.2.1 API Specification)
6 Overview (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
9 <META NAME="keywords" CONTENT="Overview, JGraph v5.9.2.1 API Specification">
9 <META NAME="keywords" CONTENT="Overview, JGraph v5.10.0.1 API Specification">
1010
1111 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
1212
1313 <SCRIPT type="text/javascript">
1414 function windowTitle()
1515 {
16 parent.document.title="Overview (JGraph v5.9.2.1 API Specification)";
16 parent.document.title="Overview (JGraph v5.10.0.1 API Specification)";
1717 }
1818 </SCRIPT>
1919
4343 </TABLE>
4444 </TD>
4545 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
46 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4747 </TD>
4848 </TR>
4949
7474 <HR>
7575 <CENTER>
7676 <H1>
77 JGraph v5.9.2.1 API Specification
77 JGraph v5.10.0.1 API Specification
7878 </H1>
7979 </CENTER>
8080
135135 </TABLE>
136136 </TD>
137137 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
138 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
138 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
139139 </TD>
140140 </TR>
141141
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:13 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 Class Hierarchy (JGraph v5.9.2.1 API Specification)
6 Class Hierarchy (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Class Hierarchy (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Class Hierarchy (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
256256 </TABLE>
257257 </TD>
258258 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
259 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
259 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
260260 </TD>
261261 </TR>
262262
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:14 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:22 BST 2006 -->
55 <TITLE>
6 (JGraph v5.9.2.1 API Specification)
6 (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title=" (JGraph v5.9.2.1 API Specification)";
15 parent.document.title=" (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
11 <!--NewPage-->
22 <HTML>
33 <HEAD>
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Nov 16 22:26:16 GMT 2006 -->
4 <!-- Generated by javadoc (build 1.4.2_11) on Thu Aug 03 14:18:24 BST 2006 -->
55 <TITLE>
6 Serialized Form (JGraph v5.9.2.1 API Specification)
6 Serialized Form (JGraph v5.10.0.1 API Specification)
77 </TITLE>
88
99
1212 <SCRIPT type="text/javascript">
1313 function windowTitle()
1414 {
15 parent.document.title="Serialized Form (JGraph v5.9.2.1 API Specification)";
15 parent.document.title="Serialized Form (JGraph v5.10.0.1 API Specification)";
1616 }
1717 </SCRIPT>
1818
4242 </TABLE>
4343 </TD>
4444 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
45 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
4646 </TD>
4747 </TR>
4848
134134 </TABLE>
135135
136136 <H3>
137 graphicsAcceleration</H3>
138 <PRE>
139 boolean <B>graphicsAcceleration</B></PRE>
140 <DL>
141 <DD>Whether or not hardware graphics acceleration is to be employed
142 <P>
143 <DL>
144 </DL>
145 </DL>
146 <HR>
147
148 <H3>
137149 backgroundImage</H3>
138150 <PRE>
139151 <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/ImageIcon.html" title="class or interface in javax.swing">ImageIcon</A> <B>backgroundImage</B></PRE>
13541366 <HR>
13551367
13561368 <H3>
1357 removeEmptyGroups</H3>
1358 <PRE>
1359 boolean <B>removeEmptyGroups</B></PRE>
1360 <DL>
1361 <DD>Whether or not to remove group cells from the model when all of their
1362 children are removed
1363 <P>
1364 <DL>
1365 </DL>
1366 </DL>
1367 <HR>
1368
1369 <H3>
13701369 attributes</H3>
13711370 <PRE>
13721371 <A HREF="org/jgraph/graph/AttributeMap.html" title="class in org.jgraph.graph">AttributeMap</A> <B>attributes</B></PRE>
16761675 <H3>
16771676 selection</H3>
16781677 <PRE>
1679 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html" title="class or interface in java.util">List</A> <B>selection</B></PRE>
1678 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Set.html" title="class or interface in java.util">Set</A> <B>selection</B></PRE>
16801679 <DL>
16811680 <DD>List that contains the selected items.
16821681 <P>
36373636 </TABLE>
36383637 </TD>
36393638 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
3640 <p><b>JGraph</b><br>v5.9.2.1</p></EM>
3639 <p><b>JGraph</b><br>v5.10.0.1</p></EM>
36413640 </TD>
36423641 </TR>
36433642
Binary diff not shown
+0
-157
examples/org/jgraph/example/JGraphAbstractIconAnimator.java less more
0 /** Copyright (c) 2005 Timothy Wall, All Rights Reserved.
1 Permission granted for any use, this notice must not
2 be removed or modified.
3 twall@users.sf.net
4 */
5 package org.jgraph.example;
6
7 import java.awt.*;
8 import java.awt.image.*;
9 import java.util.*;
10 import java.util.Map;
11 import javax.swing.*;
12
13 /**
14 * Provides animated {@link ImageIcon}s for <code>Component</code> s which
15 * have CellRenderer-like functionality. Ordinarily, you'd get no animation with
16 * ordinary {@link javax.swing.tree.TreeCellRenderer}or
17 * {@link javax.swing.table.TableCellRenderer}since a single component is used
18 * to paint multiple locations on the <code>Component</code>. Animated icons
19 * must be tracked independently, one per animated cell. This class provides for
20 * maintaining a number of independently animated icons for a given
21 * {@link Component}context. A key must be provided which must be unique across
22 * all elements of substructure (a table might provide "row x col", while a tree
23 * might provide the actual value in a row).
24 * <p>
25 * Subclasses should be instantiated near the <code>Component</code> context
26 * and override the {@link #getRepaintRect(Component,Object)}method to trigger
27 * a refresh of its corresponding <code>Component</code> substructure
28 * location.
29 * <p>
30 * Subclasses should take care to invoke {@link #stop()}when you want to stop
31 * the animation on a particular location.
32 * <p>
33 * This class assumes that all operations will take place on the event dispatch
34 * thread, thus there is no class-level synchronization.
35 *
36 * @see javax.swing.tree.TreeCellRenderer
37 * @see javax.swing.tree.DefaultTreeCellRenderer
38 * @see javax.swing.table.TableCellRenderer
39 * @see javax.swing.table.DefaultTableCellRenderer
40 */
41 // TODO: Figure out how labels update their animation. They don't seem to
42 // use addImageObserver...
43 public abstract class JGraphAbstractIconAnimator {
44
45 private static final Map contexts = new WeakHashMap();
46
47 /**
48 * Return whether the given icon is animated. Currently assumes the original
49 * filename ends with "animated.gif".
50 */
51 public static boolean isAnimated(Icon icon) {
52 // Kind of a hack... can we see if it's an animated GIF by looking
53 // inside the ImageIcon some other way?
54 if (icon instanceof ImageIcon) {
55 // NOTE: icon.toString() may return null!
56 String label = icon.toString();
57 if (label != null && label.indexOf("animated.gif") != -1)
58 return true;
59 }
60 return false;
61 }
62
63 /**
64 * Return any existing, cached animator for the given context/key, or
65 * <code>null</code> if there is none.
66 */
67 public static JGraphAbstractIconAnimator get(Component context, Object key) {
68 Map map = (Map) contexts.get(context);
69 if (map != null) {
70 return (JGraphAbstractIconAnimator) map.get(key);
71 }
72 return null;
73 }
74
75 private final ImageIcon icon;
76
77 private final Component context;
78
79 private final Object key;
80
81 /**
82 * Create an object to animate <code>icon</code> on the given
83 * <code>Component</code> at the substructure location represented by the
84 * <code>key</code>.
85 *
86 * @param context
87 * Component on which the animation is to be painted
88 * @param key
89 * Substructure location identifier
90 * @param icon
91 * The animated icon
92 */
93 public JGraphAbstractIconAnimator(final Component context,
94 final Object key, ImageIcon icon) {
95 this.context = context;
96 this.key = key;
97 // Make a copy, since the original icon may be used repeatedly.
98 this.icon = new ImageIcon(icon.getImage());
99 this.icon.setImageObserver(new ImageObserver() {
100 public boolean imageUpdate(Image image, int flags, int x, int y,
101 int w, int h) {
102 if ((flags & (FRAMEBITS | ALLBITS)) != 0) {
103 repaint(context, key);
104 }
105 return (flags & (ALLBITS | ABORT)) == 0;
106 }
107 });
108 Map map = (Map) contexts.get(context);
109 if (map == null) {
110 map = new HashMap();
111 contexts.put(context, map);
112 }
113 map.put(key, this);
114 }
115
116 /**
117 * Invoked when the animated icon indicates that it is time for a repaint.
118 *
119 * @param context
120 * Component to refresh
121 * @param key
122 * Substructure identification key
123 */
124 protected void repaint(Component context, Object key) {
125 Rectangle rect = getRepaintRect(context, key);
126 if (rect != null) {
127 context.repaint(rect.x, rect.y, rect.width, rect.height);
128 }
129 }
130
131 /**
132 * Based on the <code>Component</code> context and key, return the
133 * <code>Component</code> -relative rectangle to be repainted.
134 */
135 public abstract Rectangle getRepaintRect(Component context, Object key);
136
137 /** Stop animating this instance of <code>AbstractIconAnimator</code>. */
138 public void stop() {
139 icon.setImageObserver(null);
140 icon.getImage().flush();
141 Map map = (Map) contexts.get(context);
142 if (map != null) {
143 map.remove(key);
144 if (map.size() == 0)
145 contexts.remove(context);
146 }
147 }
148
149 /**
150 * Returns the icon to be used for the renderer corresponding to this
151 * <code>AbstractIconAnimator</code>.
152 */
153 public Icon getIcon() {
154 return icon;
155 }
156 }
Binary diff not shown
1212 import java.awt.Font;
1313 import java.awt.Graphics;
1414 import java.awt.Graphics2D;
15 import java.awt.GraphicsConfiguration;
1516 import java.awt.Image;
1617 import java.awt.Rectangle;
18 import java.awt.Transparency;
1719 import java.awt.event.MouseEvent;
1820 import java.awt.geom.Dimension2D;
1921 import java.awt.geom.Point2D;
2022 import java.awt.geom.Rectangle2D;
2123 import java.awt.image.BufferedImage;
24 import java.awt.image.VolatileImage;
2225 import java.io.IOException;
2326 import java.io.ObjectInputStream;
2427 import java.io.ObjectOutputStream;
178181 // org.jgraph.plaf.basic.TransferHandler.JAdapterComponent
179182 implements Scrollable, Accessible, Serializable {
180183
181 public static final String VERSION = "JGraph (v5.9.2.1)";
184 public static final String VERSION = "JGraph (v5.10.0.1)";
182185
183186 public static final int DOT_GRID_MODE = 0;
184187
185188 public static final int CROSS_GRID_MODE = 1;
186189
187190 public static final int LINE_GRID_MODE = 2;
188
189 public static boolean IS_MAC = false;
190
191
192 public static boolean IS_MAC = false;
193
191194 static {
192195 try {
193196 String osName = System.getProperty("os.name");
198201 // ignore
199202 }
200203 }
204
201205 /**
202206 * @see #getUIClassID
203207 * @see #readObject
230234
231235 /** Off screen image for double buffering */
232236 protected transient Image offscreen;
237
238 /** Whether or not the current background image is correct */
239 protected transient boolean offscreenValid = false;
240
241 /** Off screen overlay image */
242 protected transient Image offscreenOverlay;
243
244 /** The origin of the offscreen overlay */
245 protected transient Point2D offscreenOverlayPosition;
233246
234247 /** Graphics object of off screen image */
235248 protected transient Graphics offgraphics;
236249
250 /** Whether or not hardware graphics acceleration is to be employed */
251 protected boolean graphicsAcceleration = false;
252
237253 /** Holds the background image. */
238254 protected ImageIcon backgroundImage;
239
255
240256 /** A Component responsible for drawing the background image, if any */
241257 protected Component backgroundComponent;
242
258
243259 /** Whether or not the background image is scaled on zooming */
244260 protected boolean backgroundScaled = true;
245261
284300
285301 /** True if the labels on edges may be moved. */
286302 protected boolean edgeLabelsMovable = true;
287
303
288304 /**
289305 * True if the graph should be auto resized when cells are moved below the
290306 * bottom right corner. Default is true.
497513 * Bound property name for <code>messagesStopCellEditing</code>.
498514 */
499515 public final static String INVOKES_STOP_CELL_EDITING_PROPERTY = "invokesStopCellEditing";
500
516
501517 /**
502518 * Bound property name for <code>backgroundImage</code>.
503519 */
504520 public final static String PROPERTY_BACKGROUNDIMAGE = "backgroundImage";
505
506521
507522 /**
508523 * Creates and returns a sample <code>GraphModel</code>. Used primarily
550565 DefaultGraphCell gm = new DefaultGraphCell("GraphModel");
551566 attributes.put(gm,
552567 createBounds(new AttributeMap(), 20, 100, Color.blue));
553 gm.addPort(null,"GraphModel/Center");
568 gm.addPort(null, "GraphModel/Center");
554569 DefaultGraphCell dgm = new DefaultGraphCell("DefaultGraphModel");
555570 attributes.put(dgm, createBounds(new AttributeMap(), 20, 180,
556571 Color.blue));
14871502 public boolean getEdgeLabelsMovable() {
14881503 return edgeLabelsMovable;
14891504 }
1490
1505
14911506 /**
14921507 * Set if edge labels may be moved with the mouse or not.
14931508 *
14971512 public void setEdgeLabelsMovable(boolean edgeLabelsMovable) {
14981513 this.edgeLabelsMovable = edgeLabelsMovable;
14991514 }
1500
1515
15011516 /**
15021517 * Returns true if the graph should be automatically resized when cells are
15031518 * being move below the bottom right corner.
16691684
16701685 /**
16711686 * Sets the current scale and centers the graph to the specified point
1672 * @param newValue the new scale
1673 * @param center the center of the graph
1687 *
1688 * @param newValue
1689 * the new scale
1690 * @param center
1691 * the center of the graph
16741692 */
16751693 public void setScale(double newValue, Point2D center) {
16761694 if (newValue > 0 && newValue != this.scale) {
16901708 int newCenterY = (int) (center.getY() * scaleRatio);
16911709 int newX = (int) (newCenterX - view.getWidth() / 2.0);
16921710 int newY = (int) (newCenterY - view.getHeight() / 2.0);
1693 newView = new Rectangle(newX, newY, (int) view
1694 .getWidth(), (int) view.getHeight());
1711 newView = new Rectangle(newX, newY, (int) view.getWidth(),
1712 (int) view.getHeight());
16951713 // When zooming out scroll before revalidation otherwise
16961714 // revalidation causes one scroll and scrollRectToVisible
16971715 // another
17081726 }
17091727 }
17101728 }
1711
1729
17121730 /**
17131731 * Returns the center of the component relative to the parent viewport's
17141732 * position.
19201938 }
19211939
19221940 /**
1923 * Returns the current double buffering graphics object. Checks to see
1924 * if the graph bounds has changed since the last time the off screen
1925 * image was created and if so, creates a new image.
1941 * Returns the current double buffering graphics object. Checks to see if
1942 * the graph bounds has changed since the last time the off screen image was
1943 * created and if so, creates a new image.
1944 *
19261945 * @return the off screen graphics
19271946 */
19281947 public Graphics getOffgraphics() {
19291948 Rectangle rect = getBounds();
19301949
19311950 if ((offscreen == null || offgraphics == null)
1932 || (offscreen instanceof BufferedImage && ((((BufferedImage) offscreen)
1933 .getWidth() != rect.width) || ((BufferedImage) offscreen)
1934 .getHeight() != rect.height))) {
1935 offscreen = new BufferedImage(rect.width, rect.height,
1936 BufferedImage.TYPE_INT_RGB);
1951 || ((offscreen.getWidth(this) != rect.width) || offscreen
1952 .getHeight(this) != rect.height)) {
1953 if (offscreen != null) {
1954 offscreen.flush();
1955 }
1956 if (offgraphics != null) {
1957 offgraphics.dispose();
1958 }
1959 if (graphicsAcceleration) {
1960 try {
1961 offscreen = createVolatileImage(rect.width, rect.height);
1962 } catch (OutOfMemoryError e) {
1963 offscreen = null;
1964 offgraphics = null;
1965 return null;
1966 }
1967 }
1968 if (!graphicsAcceleration || offscreen == null) {
1969 // Probably running in headless mode, try to create a buffered
1970 // image.
1971 GraphicsConfiguration graphicsConfig = getGraphicsConfiguration();
1972 if (graphicsConfig != null) {
1973 try {
1974 offscreen = graphicsConfig.createCompatibleImage(
1975 rect.width, rect.height, Transparency.OPAQUE);
1976 } catch (OutOfMemoryError e) {
1977 offscreen = null;
1978 offgraphics = null;
1979 return null;
1980 }
1981 } else {
1982 try {
1983 offscreen = new BufferedImage(rect.width, rect.height,
1984 BufferedImage.TYPE_INT_RGB);
1985 } catch (OutOfMemoryError e) {
1986 offscreen = null;
1987 offgraphics = null;
1988 return null;
1989 }
1990 }
1991 if (offscreen == null) {
1992 // TODO assume the graph is too large and only buffer part
1993 // of it, might also be faster to calculate in
1994 // advance whether they is enough memory to create image
1995 // rather than let it try and throw error.
1996 return null;
1997 }
1998 }
19371999 offgraphics = offscreen.getGraphics();
1938 offgraphics.setClip(0, 0, rect.width, rect.height);
1939 }
1940
2000 setOffscreenValid(false);
2001 offgraphics.setColor(getBackground());
2002 offgraphics.setPaintMode();
2003 offgraphics.fillRect((int) rect.getX(), (int) rect.getY(),
2004 (int) rect.getWidth(), (int) rect.getHeight());
2005 offgraphics.setClip((int) rect.getX(), (int) rect.getY(),
2006 (int) rect.getWidth(), (int) rect.getHeight());
2007 } else if (offscreen instanceof VolatileImage) {
2008 int valCode = ((VolatileImage) offscreen)
2009 .validate(getGraphicsConfiguration());
2010 if (valCode == VolatileImage.IMAGE_INCOMPATIBLE) {
2011 offscreen.flush();
2012 offgraphics.dispose();
2013 try {
2014 offscreen = createVolatileImage(rect.width, rect.height);
2015 } catch (OutOfMemoryError e) {
2016 offscreen = null;
2017 offgraphics = null;
2018 return null;
2019 }
2020 offgraphics = offscreen.getGraphics();
2021 setOffscreenValid(false);
2022 offgraphics.setColor(getBackground());
2023 offgraphics.setPaintMode();
2024 offgraphics.fillRect((int) rect.getX(), (int) rect.getY(),
2025 (int) rect.getWidth(), (int) rect.getHeight());
2026 offgraphics.setClip((int) rect.getX(), (int) rect.getY(),
2027 (int) rect.getWidth(), (int) rect.getHeight());
2028 }
2029 }
2030
19412031 return offgraphics;
19422032 }
19432033
19802070 */
19812071 public boolean drawImage(int dx1, int dy1, int dx2, int dy2, int sx1,
19822072 int sy1, int sx2, int sy2) {
1983 Rectangle rect = getBounds();
1984 if ((offscreen == null)
1985 || (offscreen instanceof BufferedImage && ((((BufferedImage) offscreen)
1986 .getWidth() != rect.width) || ((BufferedImage) offscreen)
1987 .getHeight() != rect.height))) {
1988 offscreen = new BufferedImage(rect.width, rect.height,
1989 BufferedImage.TYPE_INT_RGB);
1990 offgraphics = offscreen.getGraphics();
1991 offgraphics.setClip(0, 0, rect.width, rect.height);
1992 return false;
1993 }
2073 getOffgraphics();
19942074 return getGraphics().drawImage(offscreen, (int) sx1, (int) sy1,
19952075 (int) sx2, (int) sy2, (int) sx1, (int) sy1, (int) sx2,
19962076 (int) sy2, this);
19972077 }
19982078
19992079 public boolean drawImage(Graphics g) {
2000 // If the graphics object passed in is the offscreen graphics
2001 // object do nothing
2002 if (g == offgraphics) {
2003 return true;
2004 }
20052080 Rectangle rect = getBounds();
2006 return drawImage(rect.x, rect.y, rect.x + rect.width, rect.y
2007 + rect.height, rect.x, rect.y, rect.x + rect.width, rect.y
2008 + rect.height);
2081 return getGraphics().drawImage(offscreen, rect.x, rect.y,
2082 rect.x + rect.width, rect.y + rect.height, rect.x, rect.y,
2083 rect.x + rect.width, rect.y + rect.height, this);
20092084 }
20102085
20112086 /**
20312106 }
20322107
20332108 /**
2109 * @return the offscreenOverlay
2110 */
2111 public Image getOffscreenOverlay() {
2112 return offscreenOverlay;
2113 }
2114
2115 /**
2116 * @param offscreenOverlay the offscreenOverlay to set
2117 */
2118 public void setOffscreenOverlay(Image offscreenOverlay) {
2119 this.offscreenOverlay = offscreenOverlay;
2120 }
2121
2122 public void updateOverlay(Image offscreenOverlayBuffer, Point2D overlayPoint) {
2123 // if a previous overlay position is available, use the intersection
2124 // of the two in case the old overlay leaves a dirty region
2125 Rectangle newRegion = null;
2126 if (offscreenOverlay != null && offscreenOverlayPosition != null) {
2127 newRegion = new Rectangle((int) offscreenOverlayPosition.getX(),
2128 (int) offscreenOverlayPosition.getY(), offscreenOverlay
2129 .getWidth(null), offscreenOverlay.getHeight(null));
2130 }
2131 if (offscreenOverlayBuffer != null && overlayPoint != null && newRegion != null) {
2132 Rectangle oldRegion = new Rectangle((int) overlayPoint.getX(),
2133 (int) overlayPoint.getY(), offscreenOverlayBuffer
2134 .getWidth(null), offscreenOverlayBuffer
2135 .getHeight(null));
2136 newRegion = newRegion.union(oldRegion);
2137 }
2138 offscreenOverlay = offscreenOverlayBuffer;
2139 offscreenOverlayPosition = overlayPoint;
2140 if (newRegion != null) {
2141 super.repaint(newRegion);
2142 }
2143 }
2144
2145 /**
2146 * @return the offscreenOverlayPosition
2147 */
2148 public Point2D getOffscreenOverlayPosition() {
2149 return offscreenOverlayPosition;
2150 }
2151
2152 /**
20342153 * @return the backgroundScaled
20352154 */
20362155 public boolean isBackgroundScaled() {
20382157 }
20392158
20402159 /**
2041 * @param backgroundScaled the backgroundScaled to set
2160 * @return the offscreenValid
2161 */
2162 public boolean isOffscreenValid() {
2163 return offscreenValid;
2164 }
2165
2166 /**
2167 * @param offscreenValid
2168 * the offscreenValid to set
2169 */
2170 public void setOffscreenValid(boolean offscreenValid) {
2171 this.offscreenValid = offscreenValid;
2172 }
2173
2174 /**
2175 * @return the graphicsAcceleration
2176 */
2177 public boolean isGraphicsAcceleration() {
2178 return graphicsAcceleration;
2179 }
2180
2181 /**
2182 * @param graphicsAcceleration
2183 * the graphicsAcceleration to set
2184 */
2185 public void setGraphicsAcceleration(boolean graphicsAcceleration) {
2186 this.graphicsAcceleration = graphicsAcceleration;
2187 }
2188
2189 /**
2190 * @param backgroundScaled
2191 * the backgroundScaled to set
20422192 */
20432193 public void setBackgroundScaled(boolean backgroundScaled) {
20442194 this.backgroundScaled = backgroundScaled;
20522202 }
20532203
20542204 /**
2055 * @param backgroundComponent the backgroundComponent to set
2205 * @param backgroundComponent
2206 * the backgroundComponent to set
20562207 */
20572208 public void setBackgroundComponent(Component backgroundComponent) {
20582209 this.backgroundComponent = backgroundComponent;
25882739 }
25892740
25902741 /**
2742 * You should not call this method directly on a JGraph if you are using
2743 * double buffering.
2744 *
2745 * @see javax.swing.JComponent#repaint(long, int, int, int, int)
2746 */
2747 public void repaint(long tm, int x, int y, int width, int height) {
2748 super.repaint(tm, x, y, width, height);
2749 }
2750
2751 /*
2752 * (non-Javadoc)
2753 *
2754 * @see javax.swing.JComponent#repaint(java.awt.Rectangle)
2755 */
2756 public void repaint(Rectangle r) {
2757 offscreenValid = false;
2758 super.repaint(r);
2759 }
2760
2761 /*
2762 * (non-Javadoc)
2763 *
2764 * @see java.awt.Component#repaint()
2765 */
2766 public void repaint() {
2767 offscreenValid = false;
2768 super.repaint();
2769 }
2770
2771 /*
2772 * (non-Javadoc)
2773 *
2774 * @see java.awt.Component#repaint(int, int, int, int)
2775 */
2776 public void repaint(int x, int y, int width, int height) {
2777 offscreenValid = false;
2778 super.repaint(x, y, width, height);
2779 }
2780
2781 /*
2782 * (non-Javadoc)
2783 *
2784 * @see java.awt.Component#repaint(long)
2785 */
2786 public void repaint(long tm) {
2787 offscreenValid = false;
2788 super.repaint(tm);
2789 }
2790
2791 // /* (non-Javadoc)
2792 // * @see javax.swing.JComponent#isOptimizedDrawingEnabled()
2793 // */
2794 // @Override
2795 // public boolean isOptimizedDrawingEnabled() {
2796 // return true;
2797 // }
2798
2799 /**
25912800 * Returns a {@link BufferedImage} for the graph using inset as an empty
25922801 * border around the cells of the graph. If bg is null then a transparent
25932802 * background is applied to the image, else the background is filled with
25982807 * @return Returns an image of the graph.
25992808 */
26002809 public BufferedImage getImage(Color bg, int inset) {
2810 // TODO, this method could just use the offscreen if available
26012811 Object[] cells = getRoots();
26022812 Rectangle2D bounds = getCellBounds(cells);
26032813 if (bounds != null) {
26042814 toScreen(bounds);
2605 BufferedImage img = new BufferedImage((int) bounds.getWidth() + 2
2606 * inset, (int) bounds.getHeight() + 2 * inset,
2607 (bg != null) ? BufferedImage.TYPE_INT_RGB
2608 : BufferedImage.TYPE_INT_ARGB);
2815 GraphicsConfiguration graphicsConfig = getGraphicsConfiguration();
2816 BufferedImage img = null;
2817 if (graphicsConfig != null) {
2818 img = getGraphicsConfiguration().createCompatibleImage(
2819 (int) bounds.getWidth() + 2 * inset,
2820 (int) bounds.getHeight() + 2 * inset,
2821 (bg != null) ? Transparency.OPAQUE
2822 : Transparency.BITMASK);
2823 } else {
2824 img = new BufferedImage((int) bounds.getWidth() + 2 * inset,
2825 (int) bounds.getHeight() + 2 * inset,
2826 (bg != null) ? BufferedImage.TYPE_INT_RGB
2827 : BufferedImage.TYPE_INT_ARGB);
2828 }
2829
26092830 Graphics2D graphics = img.createGraphics();
26102831 if (bg != null) {
26112832 graphics.setColor(bg);
26392860 // Save the graphModel, if its Serializable.
26402861 values.addElement("graphLayoutCache");
26412862 values.addElement(graphLayoutCache);
2642
2863
26432864 // Save the selectionModel, if its Serializable.
26442865 if (selectionModel instanceof Serializable) {
26452866 values.addElement("selectionModel");
28833104 public static void main(String[] args) {
28843105 System.out.println(VERSION);
28853106 }
2886
28873107 }
1313 import java.util.HashSet;
1414 import java.util.Hashtable;
1515 import java.util.Iterator;
16 import java.util.LinkedHashSet;
1716 import java.util.LinkedList;
1817 import java.util.List;
1918 import java.util.Map;
6362 * Indicates whether isLeaf is based on a node's allowsChildren value.
6463 */
6564 protected boolean asksAllowsChildren = false;
66
67 /**
68 * Whether or not to remove group cells from the model when all of their
69 * children are removed
70 */
71 protected boolean removeEmptyGroups = true;
7265
7366 /**
7467 * The model's own attributes as a map. Defaults to an empty Hashtable.
633626 * removed as roots.
634627 */
635628 protected Object[] handleRemove(Object[] cells) {
636 Set removedRoots = new HashSet();
637 if (cells != null && cells.length > 0) {
638 Set rootsSet = new HashSet(roots);
629 List removedRoots = new ArrayList();
630 if (cells != null) {
631 Set rootsSet = null;
632 boolean rootsChanged = false;
639633 for (int i = 0; i < cells.length; i++){
640 if (getParent(cells[i]) == null && rootsSet.contains(cells[i])) {
634 if (rootsSet == null) {
635 rootsSet = new HashSet(roots);
636 }
637 if (getParent(cells[i]) == null && rootsSet.remove(cells[i])) {
641638 removedRoots.add(cells[i]);
642 }
643 }
644 if (removedRoots.size() > 0) {
645 // If any roots have been removed, reform the roots
646 // lists appropriately, keeping the order the same
647 int newRootsSize = roots.size() - removedRoots.size();
648 if (newRootsSize < 8) {
649 newRootsSize = 8;
650 }
651 List newRoots = new ArrayList(newRootsSize);
652 Iterator iter = roots.iterator();
653 while (iter.hasNext()) {
654 Object cell = iter.next();
655 if (!removedRoots.contains(cell)) {
656 newRoots.add(cell);
657 }
658 }
659 roots = newRoots;
639 rootsChanged = true;
640 }
641 }
642 if (rootsChanged) {
643 roots = new ArrayList(rootsSet);
660644 }
661645 }
662646 return removedRoots.toArray();
669653 protected ParentMap handleParentMap(ParentMap parentMap) {
670654 if (parentMap != null) {
671655 ParentMap undo = new ParentMap();
672 HashSet rootsSet = null;
673 HashSet rootsToBeRemoved = null;
656 HashSet rootsSet = new HashSet(roots);
674657 Iterator it = parentMap.entries();
675658 while (it.hasNext()) {
676659 ParentMap.Entry entry = (ParentMap.Entry) it.next();
689672 }
690673 }
691674
692 if (rootsSet == null) {
693 rootsSet = new HashSet(roots);
694 }
695675 boolean isRoot = rootsSet.contains(child);
696676 if (parent == null && !isRoot) {
697677 rootsSet.add(child);
698 roots.add(child);
699678 }
700679 else if (parent != null && isRoot) {
701 if (rootsToBeRemoved == null) {
702 rootsToBeRemoved = new HashSet();
703 }
704680 rootsSet.remove(child);
705 rootsToBeRemoved.add(child);
706 }
707 }
708 if (rootsToBeRemoved != null && rootsToBeRemoved.size() > 0) {
709 // If any roots have been removed, reform the roots
710 // lists appropriately, keeping the order the same
711 int newRootsSize = roots.size() - rootsToBeRemoved.size();
712 if (newRootsSize < 8) {
713 newRootsSize = 8;
714 }
715 List newRoots = new ArrayList(newRootsSize);
716 Iterator iter = roots.iterator();
717 while (iter.hasNext()) {
718 Object cell = iter.next();
719 if (!rootsToBeRemoved.contains(cell)) {
720 newRoots.add(cell);
721 }
722 }
723 roots = newRoots;
724 }
681 }
682 }
683 roots = new ArrayList(rootsSet);
725684 return undo;
726685 }
727686 return null;
11081067 * and the parent- child relations will be restored.
11091068 */
11101069 protected void handleEmptyGroups(Object[] groups) {
1111 if (removeEmptyGroups) {
1112 if (groups != null && groups.length > 0) {
1113 if (remove == null)
1114 remove = new Object[] {};
1115 Object[] tmp = new Object[remove.length + groups.length];
1116 System.arraycopy(remove, 0, tmp, 0, remove.length);
1117 System.arraycopy(groups, 0, tmp, remove.length,
1118 groups.length);
1119 remove = tmp;
1120 }
1070 if (groups != null && groups.length > 0) {
1071 if (remove == null)
1072 remove = new Object[] {};
1073 Object[] tmp = new Object[remove.length + groups.length];
1074 System.arraycopy(remove, 0, tmp, 0, remove.length);
1075 System.arraycopy(groups, 0, tmp, remove.length, groups.length);
1076 remove = tmp;
11211077 }
11221078 }
11231079
16571613 if (model instanceof DefaultGraphModel) {
16581614 cells = ((DefaultGraphModel) model).getRoots();
16591615 } else {
1660 cells = new LinkedHashSet(model.getRootCount());
1616 cells = new HashSet(model.getRootCount());
16611617 for (int i = 0; i < cells.size(); i++) {
16621618 cells.add(model.getRootAt(i));
16631619 }
19141870 }
19151871 }
19161872
1917 /**
1918 * @return the removeEmptyGroups
1919 */
1920 public boolean isRemoveEmptyGroups() {
1921 return removeEmptyGroups;
1922 }
1923
1924 /**
1925 * @param removeEmptyGroups the removeEmptyGroups to set
1926 */
1927 public void setRemoveEmptyGroups(boolean removeEmptyGroups) {
1928 this.removeEmptyGroups = removeEmptyGroups;
1929 }
1930
19311873 }
1111 import java.util.EventListener;
1212 import java.util.Hashtable;
1313 import java.util.Iterator;
14 import java.util.LinkedHashSet;
1415 import java.util.List;
1516 import java.util.Map;
17 import java.util.Set;
1618 import java.util.Stack;
1719 import java.util.Vector;
1820
6365 protected Map cellStates = new Hashtable();
6466
6567 /** List that contains the selected items. */
66 protected List selection = new ArrayList();
68 protected Set selection = new LinkedHashSet();
6769 // TODO make selection a LinkedHashSet when minimum JVM moves to 1.4
6870 // because of the number of remove calls in this class
6971
151153 cells = new Object[] { cells[cells.length - 1] };
152154 cellStates.clear();
153155 Vector change = new Vector();
154 List newSelection = new ArrayList();
156 Set newSelection = new LinkedHashSet();
155157 for (int i = 0; i < cells.length; i++) {
156158 if (cells[i] != null) {
157159 selection.remove(cells[i]);
393395 * Selects a single cell and updates all datastructures. No listeners are
394396 * notified. Override this method to control individual cell selection.
395397 */
396 protected boolean select(List list, Object cell) {
398 protected boolean select(Set set, Object cell) {
397399 AttributeMap attrs = graph.getAttributes(cell);
398400 if (!isCellSelected(cell)
399401 && graph.getGraphLayoutCache().isVisible(cell)
433435 // Set Selected State for Current
434436 setSelectedChildCount(cell, SELECTED);
435437 // Add Current To HashSet and Return
436 return list.add(cell);
438 return set.add(cell);
437439 }
438440 return false;
439441 }
600602 .clone();
601603 clone.changeSupport = null;
602604 if (selection != null)
603 clone.selection = new ArrayList(selection);
605 clone.selection = new LinkedHashSet(selection);
604606 clone.listenerList = new EventListenerList();
605607 return clone;
606608 }
517517 */
518518 public static final String SIZE = "size";
519519
520 /**
521 * Key for the <code>link</code> attribute. Use instances of String as
522 * values for this key.
523 */
524 public final static String LINK = "link";
525
526520 /**
527521 * Overloaded method that passes arguments on as arrays
528522 */
16191613 return ROUTING_DEFAULT;
16201614 }
16211615
1622 /**
1623 * Sets the link attribute in the specified map to the specified value.
1624 *
1625 * @param map
1626 * The map to store the link attribute in.
1627 * @param link
1628 * The value to set the link attribute to.
1629 */
1630 public static void setLink(Map map, String link) {
1631 map.put(LINK, link);
1632 }
1633
1634 /**
1635 * Returns the link for the specified attribute map.
1636 */
1637 public static String getLink(Map map) {
1638 String link = (String) map.get(LINK);
1639 return link;
1640 }
16411616 }
829829 CellView[] views = new CellView[cells.length];
830830 // Store views to be removed from roots in an intermediate
831831 // set for performance reasons
832 Set removedRoots = null;
832 Set newRoots = new HashSet(roots);
833833 for (int i = 0; i < cells.length; i++) {
834834 views[i] = removeMapping(cells[i]);
835835 if (views[i] != null) {
836836 views[i].removeFromParent();
837 if (removedRoots == null) {
838 removedRoots = new HashSet();
839 }
840 removedRoots.add(views[i]);
837 newRoots.remove(views[i]);
841838 visibleSet.remove(views[i].getCell());
842839 }
843840 }
844 if (removedRoots !=null && removedRoots.size() > 0) {
845 // If any roots have been removed, reform the roots
846 // lists appropriately, keeping the order the same
847 int newRootsSize = roots.size() - removedRoots.size();
848 if (newRootsSize < 8) {
849 newRootsSize = 8;
850 }
851 List newRoots = new ArrayList(newRootsSize);
852 Iterator iter = roots.iterator();
853 while (iter.hasNext()) {
854 Object cell = iter.next();
855 if (!removedRoots.contains(cell)) {
856 newRoots.add(cell);
857 }
858 }
859 roots = newRoots;
860 }
841 roots = new ArrayList(newRoots);
861842 return views;
862843 }
863844 return null;
11381119 // Make Cell Views Visible (if not already in place)
11391120 if (visible) {
11401121 Set parentSet = new HashSet();
1141 Set removedRoots = null;
1122 Set newRoots = new HashSet(roots);
11421123 for (int i = 0; i < views.length; i++) {
11431124 if (views[i] != null) {
11441125 CellView view = views[i];
11461127 CellView[] children = AbstractCellView
11471128 .getDescendantViews(new CellView[] { view });
11481129 for (int j = 0; j < children.length; j++) {
1149 if (removedRoots == null) {
1150 removedRoots = new HashSet();
1151 }
1152 removedRoots.add(children[j]);
1130 newRoots.remove(children[j]);
11531131 }
11541132 view.refresh(getModel(), this, false);
11551133 // Link cellView into graphLayoutCache
11591137 updatePorts = true;
11601138 }
11611139 }
1162 if (removedRoots !=null && removedRoots.size() > 0) {
1163 // If any roots have been removed, reform the roots
1164 // lists appropriately, keeping the order the same
1165 List newRoots = new ArrayList();
1166 Iterator iter = roots.iterator();
1167 while (iter.hasNext()) {
1168 Object cell = iter.next();
1169 if (!removedRoots.contains(cell)) {
1170 newRoots.add(cell);
1171 }
1172 }
1173 roots = newRoots;
1174 }
1175
1140 roots = new ArrayList(newRoots);
11761141 CellView[] parentViews = new CellView[parentSet.size()];
11771142 parentSet.toArray(parentViews);
11781143 refresh(parentViews, true);
267267 }
268268 try {
269269 Graphics offgraphics = graph.getOffgraphics();
270 offgraphics.setColor(graph.getBackground());
271 offgraphics.setPaintMode();
272 Rectangle rect = graph.getBounds();
273 offgraphics.fillRect(0, 0, rect.width, rect.height);
274 graph.getUI().paint(offgraphics, graph);
270 if (!graph.isOffscreenValid()) {
271 offgraphics = graph.getOffgraphics();
272 graph.getUI().paint(offgraphics, graph);
273 }
275274 } catch (Exception e) {
276275 offgraphics = null;
277276 } catch (Error e) {
3636 import java.awt.geom.Dimension2D;
3737 import java.awt.geom.Point2D;
3838 import java.awt.geom.Rectangle2D;
39 import java.awt.image.BufferedImage;
40 import java.awt.image.VolatileImage;
3941 import java.beans.PropertyChangeEvent;
4042 import java.beans.PropertyChangeListener;
4143 import java.io.Serializable;
896898 throw new InternalError("BasicGraphUI cannot paint " + c.toString()
897899 + "; " + graph + " was expected.");
898900
901 Rectangle2D clipBounds = g.getClipBounds();
902 if (clipBounds != null) {
903 clipBounds = (Rectangle2D)clipBounds.clone();
904 }
905 if (graph.isDoubleBuffered()) {
906 Graphics offGraphics = graph.getOffgraphics();
907 Image offscreen = graph.getOffscreen();
908 if (offGraphics == null || offscreen == null) {
909 drawGraph(g, clipBounds);
910 paintOverlay(g);
911 graph.setOffscreenValid(false);
912 return;
913 }
914 if (offscreen instanceof VolatileImage) {
915 do {
916 offGraphics = graph.getOffgraphics();
917 int valCode = ((VolatileImage) offscreen).validate(graph
918 .getGraphicsConfiguration());
919 if (valCode == VolatileImage.IMAGE_RESTORED) {
920 renderOffscreen(offGraphics, graph.getBounds());
921 } else if (!graph.isOffscreenValid()) {
922 Rectangle2D offGraphicsClip = (Rectangle2D)offGraphics.getClipBounds();
923 if (offGraphicsClip != null) {
924 offGraphicsClip = (Rectangle2D)offGraphicsClip.clone();
925 }
926 if (offGraphicsClip != null && clipBounds != null) {
927 Rectangle2D.union(offGraphicsClip, clipBounds, offGraphicsClip);
928 }
929 renderOffscreen(offGraphics, (offGraphicsClip == null) ? clipBounds : offGraphicsClip);
930 }
931 } while (((VolatileImage) offscreen).contentsLost());
932 } else if (offscreen instanceof BufferedImage) {
933 if (!graph.isOffscreenValid()) {
934 Rectangle2D offGraphicsClip = offGraphics.getClipBounds();
935 if (offGraphicsClip != null) {
936 offGraphicsClip = (Rectangle2D)offGraphicsClip.clone();
937 }
938 if (offGraphicsClip != null && clipBounds != null) {
939 Rectangle2D.union(offGraphicsClip, clipBounds, offGraphicsClip);
940 }
941 renderOffscreen(offGraphics, (offGraphicsClip == null) ? clipBounds : offGraphicsClip);
942 }
943 }
944 graph.setOffscreenValid(true);
945 g.drawImage(graph.getOffscreen(), 0, 0, graph);
946 paintOverlay(g);
947 offGraphics.setClip(null);
948 } else {
949 drawGraph(g, clipBounds);
950 }
951
952 }
953
954 private void renderOffscreen(Graphics offGraphics, Rectangle2D clipBounds) {
955 offGraphics.setColor(graph.getBackground());
956 offGraphics.setPaintMode();
957 Rectangle2D graphBounds = graph.getBounds();
958 if (clipBounds != null) {
959 // If the vast majority of the area needs repainting, remove
960 // the clip to save calculating the cell intersections
961 double clipArea = clipBounds.getWidth() * clipBounds.getHeight();
962 double graphArea = graphBounds.getWidth() * graphBounds.getHeight();
963 if (clipArea > graphArea * 0.8) {
964 clipBounds = null;
965 } else {
966 offGraphics.fillRect((int) clipBounds.getX(), (int) clipBounds.getY(),
967 (int) clipBounds.getWidth(), (int) clipBounds.getHeight());
968 }
969 }
970 if (clipBounds == null) {
971 offGraphics.setClip(null);
972 offGraphics.fillRect((int) graphBounds.getX(), (int) graphBounds.getY(),
973 (int) graphBounds.getWidth(), (int) graphBounds.getHeight());
974 }
975 drawGraph(offGraphics, clipBounds);
976 }
977
978 /**
979 * Paints the overlay buffered image if one exists
980 * @param g the graphics object to paint the overlay to
981 */
982 protected void paintOverlay(Graphics g) {
983 Image overlayImage = graph.getOffscreenOverlay();
984 Point2D overlayPosition = graph.getOffscreenOverlayPosition();
985 if (overlayImage != null && overlayPosition != null) {
986 g.drawImage(overlayImage, (int) overlayPosition.getX(),
987 (int) overlayPosition.getY(), graph);
988 }
989 }
990
991 /**
992 * Draws the graph to the specified graphics object within the specified
993 * clip bounds, if any
994 *
995 * @param g
996 * the graphics object to draw the graph to
997 * @param clipBounds
998 * the bounds within graph cells must intersect to be redrawn
999 */
1000 protected void drawGraph(Graphics g, Rectangle2D clipBounds) {
1001 Rectangle2D realClipBounds = null;
1002 if (clipBounds != null) {
1003 Rectangle2D paintBounds = new Rectangle2D.Double(clipBounds.getX(),
1004 clipBounds.getY(), clipBounds.getWidth(), clipBounds
1005 .getHeight());
1006 realClipBounds = graph.fromScreen(new Rectangle2D.Double(
1007 paintBounds.getX(), paintBounds.getY(), paintBounds
1008 .getWidth(), paintBounds.getHeight()));
1009 }
1010 // Paint Background (Typically Grid)
1011 if (clipBounds != null) {
1012 g.clipRect((int)clipBounds.getX(), (int)clipBounds.getY(), (int)clipBounds.getWidth(), (int)clipBounds.getHeight());
1013 }
1014 paintBackground(g);
1015
8991016 Graphics2D g2 = (Graphics2D) g;
900 Rectangle2D tmp = g.getClipBounds();
901 Rectangle2D paintBounds = new Rectangle2D.Double(tmp.getX(),
902 tmp.getY(), tmp.getWidth(), tmp.getHeight());
903 Rectangle2D real = graph.fromScreen(new Rectangle2D.Double(paintBounds
904 .getX(), paintBounds.getY(), paintBounds.getWidth(),
905 paintBounds.getHeight()));
906
907 // Paint Background (Typically Grid)
908 paintBackground(g);
909
9101017 // Remember current affine transform
9111018 AffineTransform at = g2.getTransform();
9121019
9231030 CellView[] views = graphLayoutCache.getRoots();
9241031 for (int i = 0; i < views.length; i++) {
9251032 Rectangle2D bounds = views[i].getBounds();
926 if (bounds != null && real != null && bounds.intersects(real))
927 paintCell(g, views[i], bounds, false);
1033 if (bounds != null) {
1034 if (realClipBounds == null) {
1035 paintCell(g, views[i], bounds, false);
1036 } else if (bounds.intersects(realClipBounds)) {
1037 paintCell(g, views[i], bounds, false);
1038 }
1039 }
9281040 }
9291041
9301042 // Reset affine transform and antialias
9381050 g2.setTransform(at);
9391051
9401052 // Paint Handle
941 if (handle != null)
1053 if (handle != null) {
9421054 handle.paint(g);
1055 }
9431056
9441057 // Paint Marquee
945 if (marquee != null)
1058 if (marquee != null) {
9461059 marquee.paint(graph, g);
1060 }
9471061
9481062 // Empty out the renderer pane, allowing renderers to be gc'ed.
949 if (rendererPane != null)
1063 if (rendererPane != null) {
9501064 rendererPane.removeAll();
1065 }
9511066 }
9521067
9531068 /**
9961111 /**
9971112 * Hook for subclassers to paint the background image.
9981113 *
999 * @param g2
1114 * @param g
10001115 * The graphics object to paint the image on.
10011116 */
10021117 protected void paintBackgroundImage(Graphics g) {
10251140 }
10261141
10271142 /**
1028 * Requests that the component responsible for painting the background
1029 * paint itself
1143 * Requests that the component responsible for painting the background paint
1144 * itself
10301145 *
1031 * @param the component to be painted onto the background image
1146 * @param g The graphics object to paint the image on.
1147 * @param component the component to be painted onto the background image
10321148 */
10331149 protected void paintBackgroundComponent(Graphics g, Component component) {
10341150 try {
10351151 g.setPaintMode();
10361152 Dimension dim = component.getPreferredSize();
1037 rendererPane.paintComponent(g, component, graph, 0, 0, (int) dim.getWidth(),
1038 (int) dim.getHeight(), true);
1153 rendererPane.paintComponent(g, component, graph, 0, 0, (int) dim
1154 .getWidth(), (int) dim.getHeight(), true);
10391155 } catch (Exception e) {
10401156 } catch (Error e) {
10411157 }
10421158 }
1043
1159
10441160 /**
10451161 * Paint the grid.
10461162 */
1047 protected void paintGrid(double gs, Graphics g, Rectangle2D r) {
1048
1049 // Parameter "r" is never used: remove it.
1050
1051 Rectangle rr = g.getClipBounds();
1052 double xl = rr.x;
1053 double yt = rr.y;
1054 double xr = xl + rr.width;
1055 double yb = yt + rr.height;
1163 protected void paintGrid(double gs, Graphics g, Rectangle2D clipBounds) {
1164 if (clipBounds == null) {
1165 clipBounds = graph.getBounds();
1166 }
1167 double xl = clipBounds.getX();
1168 double yt = clipBounds.getY();
1169 double xr = xl + clipBounds.getWidth();
1170 double yb = yt + clipBounds.getHeight();
10561171 double sgs = Math.max(2, gs * graph.getScale());
10571172
10581173 int xs = (int) (Math.floor(xl / sgs) * sgs);
12311346 .getY(), scaled.getY()));
12321347 // Allow for background image
12331348 ImageIcon image = graph.getBackgroundImage();
1234 if (image != null ) {
1349 if (image != null) {
12351350 int height = image.getIconHeight();
12361351 int width = image.getIconWidth();
12371352 Point2D imageSize = graph.toScreen(new Point(width, height));
1238 preferredSize = new Dimension((int) Math.max(preferredSize.getWidth(),
1239 imageSize.getX()), (int) Math.max(preferredSize.getHeight(),
1240 imageSize.getY()));
1353 preferredSize = new Dimension((int) Math.max(preferredSize
1354 .getWidth(), imageSize.getX()), (int) Math.max(
1355 preferredSize.getHeight(), imageSize.getY()));
12411356 }
12421357 Insets in = graph.getInsets();
12431358 if (in != null) {
23392454 return;
23402455 }
23412456 try {
2342 offgraphics = graph.getOffgraphics();
2343 offgraphics.setColor(graph.getBackground());
2344 offgraphics.setPaintMode();
2345 Rectangle rect = graph.getBounds();
2346 offgraphics.fillRect(0, 0, rect.width, rect.height);
2347 graph.getUI().paint(offgraphics, graph);
2457 if (!graph.isOffscreenValid()) {
2458 offgraphics = graph.getOffgraphics();
2459 graph.getUI().paint(offgraphics, graph);
2460 }
23482461 } catch (Exception e) {
23492462 offgraphics = null;
23502463 } catch (Error e) {
24352548 // between
24362549 // existing background elements during drag
24372550 // http://sourceforge.net/tracker/index.php?func=detail&aid=677743&group_id=43118&atid=435210
2438 g
2439 .setXORMode(graph.getBackground()
2440 .darker());
2551 g.setXORMode(graph.getBackground().darker());
24412552 }
24422553 if (!snapLast.equals(snapStart)
24432554 && (offgraphics != null || !blockPaint)) {
25962707 // (FREEZE)
25972708 return;
25982709 if (offgraphics != null) {
2599 graph.drawImage((int) sx1, (int) sy1, (int) sx2,
2600 (int) sy2, (int) sx1, (int) sy1,
2601 (int) sx2, (int) sy2);
2710 graph.drawImage((int) sx1, (int) sy1,
2711 (int) sx2, (int) sy2, (int) sx1,
2712 (int) sy1, (int) sx2, (int) sy2);
26022713 } else {
26032714 graph.repaint((int) dirty.getX(),
26042715 (int) dirty.getY(), (int) dirty