<li><ahref="../../../../com/mxgraph/swing/handler/mxSelectionCellsHandler.html"title="class in com.mxgraph.swing.handler"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ulclass="inheritance">
<li><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html"title="class in com.mxgraph.swing.handler">com.mxgraph.swing.handler.mxCellHandler</a></li>
<divclass="block">Workaround for shift-key-state not correct in mouseReleased.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Cursor.html?is-external=true"title="class or interface in java.awt">Cursor</a>[]</code></td>
<h3>Fields inherited from class com.mxgraph.swing.handler.<ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html"title="class in com.mxgraph.swing.handler">mxCellHandler</a></h3>
<thclass="colOne"scope="col">Constructor and Description</th>
</tr>
<trclass="altColor">
<tdclass="colOne"><code><strong><ahref="../../../../com/mxgraph/swing/handler/mxVertexHandler.html#mxVertexHandler(com.mxgraph.swing.mxGraphComponent, com.mxgraph.view.mxCellState)">mxVertexHandler</a></strong>(<ahref="../../../../com/mxgraph/swing/mxGraphComponent.html"title="class in com.mxgraph.swing">mxGraphComponent</a> graphComponent,
<ahref="../../../../com/mxgraph/view/mxCellState.html"title="class in com.mxgraph.view">mxCellState</a> state)</code> </td>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>protected <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Rectangle.html?is-external=true"title="class or interface in java.awt">Rectangle</a>[]</code></td>
<divclass="block">Creates the rectangles that define the handles.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>protected <ahref="http://download.oracle.com/javase/1.5.0/docs/api/javax/swing/JComponent.html?is-external=true"title="class or interface in javax.swing">JComponent</a></code></td>
<divclass="block">Creates the preview for this handler.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>protected <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Cursor.html?is-external=true"title="class or interface in java.awt">Cursor</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../../com/mxgraph/swing/handler/mxVertexHandler.html#getCursor(java.awt.event.MouseEvent, int)">getCursor</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/event/MouseEvent.html?is-external=true"title="class or interface in java.awt.event">MouseEvent</a> e,
int index)</code>
<divclass="block">Returns the cursor for the given event and handle.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Color.html?is-external=true"title="class or interface in java.awt">Color</a></code></td>
<divclass="block">Returns the color used to draw the selection border.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Stroke.html?is-external=true"title="class or interface in java.awt">Stroke</a></code></td>
<divclass="block">Returns the stroke used to draw the selection border.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../com/mxgraph/swing/handler/mxVertexHandler.html#mouseDragged(java.awt.event.MouseEvent)">mouseDragged</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/event/MouseEvent.html?is-external=true"title="class or interface in java.awt.event">MouseEvent</a> e)</code>
<divclass="block">Processes the given event.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../com/mxgraph/swing/handler/mxVertexHandler.html#mouseReleased(java.awt.event.MouseEvent)">mouseReleased</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/event/MouseEvent.html?is-external=true"title="class or interface in java.awt.event">MouseEvent</a> e)</code>
<divclass="block">Processes the given event.</div>
<tdclass="colLast"><code><strong><ahref="../../../../com/mxgraph/swing/handler/mxVertexHandler.html#moveLabel(java.awt.event.MouseEvent)">moveLabel</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/event/MouseEvent.html?is-external=true"title="class or interface in java.awt.event">MouseEvent</a> e)</code> </td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../com/mxgraph/swing/handler/mxVertexHandler.html#paint(java.awt.Graphics)">paint</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Graphics.html?is-external=true"title="class or interface in java.awt">Graphics</a> g)</code>
<divclass="block">Paints the visible handles of this handler.</div>
<tdclass="colLast"><code><strong><ahref="../../../../com/mxgraph/swing/handler/mxVertexHandler.html#resizeCell(java.awt.event.MouseEvent)">resizeCell</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/event/MouseEvent.html?is-external=true"title="class or interface in java.awt.event">MouseEvent</a> e)</code> </td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>protected <ahref="../../../../com/mxgraph/util/mxRectangle.html"title="class in com.mxgraph.util">mxRectangle</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../../com/mxgraph/swing/handler/mxVertexHandler.html#union(com.mxgraph.util.mxRectangle, double, double, int)">union</a></strong>(<ahref="../../../../com/mxgraph/util/mxRectangle.html"title="class in com.mxgraph.util">mxRectangle</a> bounds,
<h3>Methods inherited from class com.mxgraph.swing.handler.<ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html"title="class in com.mxgraph.swing.handler">mxCellHandler</a></h3>
<h3>Methods inherited from class java.lang.<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a></h3>
<code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()"title="class or interface in java.lang">clone</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"title="class or interface in java.lang">equals</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()"title="class or interface in java.lang">finalize</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()"title="class or interface in java.lang">getClass</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"title="class or interface in java.lang">hashCode</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()"title="class or interface in java.lang">notify</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()"title="class or interface in java.lang">notifyAll</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()"title="class or interface in java.lang">toString</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()"title="class or interface in java.lang">wait</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"title="class or interface in java.lang">wait</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)"title="class or interface in java.lang">wait</a></code></li>
<pre>public static <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Cursor.html?is-external=true"title="class or interface in java.awt">Cursor</a>[] CURSORS</pre>
<pre>public mxVertexHandler(<ahref="../../../../com/mxgraph/swing/mxGraphComponent.html"title="class in com.mxgraph.swing">mxGraphComponent</a> graphComponent,
<ahref="../../../../com/mxgraph/view/mxCellState.html"title="class in com.mxgraph.view">mxCellState</a> state)</pre>
<pre>protected <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Rectangle.html?is-external=true"title="class or interface in java.awt">Rectangle</a>[] createHandles()</pre>
<divclass="block"><strong>Description copied from class: <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#createHandles()">mxCellHandler</a></code></strong></div>
<divclass="block">Creates the rectangles that define the handles.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#createHandles()">createHandles</a></code> in class <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html"title="class in com.mxgraph.swing.handler">mxCellHandler</a></code></dd>
</dl>
</li>
</ul>
<aname="createPreview()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>createPreview</h4>
<pre>protected <ahref="http://download.oracle.com/javase/1.5.0/docs/api/javax/swing/JComponent.html?is-external=true"title="class or interface in javax.swing">JComponent</a> createPreview()</pre>
<divclass="block"><strong>Description copied from class: <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#createPreview()">mxCellHandler</a></code></strong></div>
<divclass="block">Creates the preview for this handler.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#createPreview()">createPreview</a></code> in class <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html"title="class in com.mxgraph.swing.handler">mxCellHandler</a></code></dd>
</dl>
</li>
</ul>
<aname="mouseDragged(java.awt.event.MouseEvent)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>mouseDragged</h4>
<pre>public void mouseDragged(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/event/MouseEvent.html?is-external=true"title="class or interface in java.awt.event">MouseEvent</a> e)</pre>
<divclass="block"><strong>Description copied from class: <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#mouseDragged(java.awt.event.MouseEvent)">mxCellHandler</a></code></strong></div>
<divclass="block">Processes the given event.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#mouseDragged(java.awt.event.MouseEvent)">mouseDragged</a></code> in class <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html"title="class in com.mxgraph.swing.handler">mxCellHandler</a></code></dd>
<pre>public void mouseReleased(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/event/MouseEvent.html?is-external=true"title="class or interface in java.awt.event">MouseEvent</a> e)</pre>
<divclass="block"><strong>Description copied from class: <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#mouseReleased(java.awt.event.MouseEvent)">mxCellHandler</a></code></strong></div>
<divclass="block">Processes the given event.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#mouseReleased(java.awt.event.MouseEvent)">mouseReleased</a></code> in class <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html"title="class in com.mxgraph.swing.handler">mxCellHandler</a></code></dd>
</dl>
</li>
</ul>
<aname="moveLabel(java.awt.event.MouseEvent)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>moveLabel</h4>
<pre>protected void moveLabel(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/event/MouseEvent.html?is-external=true"title="class or interface in java.awt.event">MouseEvent</a> e)</pre>
</li>
</ul>
<aname="resizeCell(java.awt.event.MouseEvent)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>resizeCell</h4>
<pre>protected void resizeCell(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/event/MouseEvent.html?is-external=true"title="class or interface in java.awt.event">MouseEvent</a> e)</pre>
<pre>protected <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Cursor.html?is-external=true"title="class or interface in java.awt">Cursor</a> getCursor(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/event/MouseEvent.html?is-external=true"title="class or interface in java.awt.event">MouseEvent</a> e,
int index)</pre>
<divclass="block"><strong>Description copied from class: <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#getCursor(java.awt.event.MouseEvent, int)">mxCellHandler</a></code></strong></div>
<divclass="block">Returns the cursor for the given event and handle.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#getCursor(java.awt.event.MouseEvent, int)">getCursor</a></code> in class <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html"title="class in com.mxgraph.swing.handler">mxCellHandler</a></code></dd>
<pre>protected <ahref="../../../../com/mxgraph/util/mxRectangle.html"title="class in com.mxgraph.util">mxRectangle</a> union(<ahref="../../../../com/mxgraph/util/mxRectangle.html"title="class in com.mxgraph.util">mxRectangle</a> bounds,
<pre>public <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Color.html?is-external=true"title="class or interface in java.awt">Color</a> getSelectionColor()</pre>
<divclass="block"><strong>Description copied from class: <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#getSelectionColor()">mxCellHandler</a></code></strong></div>
<divclass="block">Returns the color used to draw the selection border. This implementation
returns null.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#getSelectionColor()">getSelectionColor</a></code> in class <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html"title="class in com.mxgraph.swing.handler">mxCellHandler</a></code></dd>
</dl>
</li>
</ul>
<aname="getSelectionStroke()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getSelectionStroke</h4>
<pre>public <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Stroke.html?is-external=true"title="class or interface in java.awt">Stroke</a> getSelectionStroke()</pre>
<divclass="block"><strong>Description copied from class: <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#getSelectionStroke()">mxCellHandler</a></code></strong></div>
<divclass="block">Returns the stroke used to draw the selection border. This implementation
returns null.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#getSelectionStroke()">getSelectionStroke</a></code> in class <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html"title="class in com.mxgraph.swing.handler">mxCellHandler</a></code></dd>
</dl>
</li>
</ul>
<aname="paint(java.awt.Graphics)">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>paint</h4>
<pre>public void paint(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Graphics.html?is-external=true"title="class or interface in java.awt">Graphics</a> g)</pre>
<divclass="block"><strong>Description copied from class: <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#paint(java.awt.Graphics)">mxCellHandler</a></code></strong></div>
<divclass="block">Paints the visible handles of this handler.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#paint(java.awt.Graphics)">paint</a></code> in class <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html"title="class in com.mxgraph.swing.handler">mxCellHandler</a></code></dd>
<li><ahref="../../../../com/mxgraph/swing/handler/mxSelectionCellsHandler.html"title="class in com.mxgraph.swing.handler"><spanclass="strong">Prev Class</span></a></li>