<li><ahref="../../../../com/mxgraph/swing/handler/mxConnectPreview.html"title="class in com.mxgraph.swing.handler"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../com/mxgraph/swing/handler/mxElbowEdgeHandler.html"title="class in com.mxgraph.swing.handler"><spanclass="strong">Next Class</span></a></li>
<li><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html"title="class in com.mxgraph.swing.handler">com.mxgraph.swing.handler.mxCellHandler</a></li>
<li>
<ulclass="inheritance">
<li>com.mxgraph.swing.handler.mxEdgeHandler</li>
</ul>
</li>
</ul>
</li>
</ul>
<divclass="description">
<ulclass="blockList">
<liclass="blockList">
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><ahref="../../../../com/mxgraph/swing/handler/mxElbowEdgeHandler.html"title="class in com.mxgraph.swing.handler">mxElbowEdgeHandler</a></dd>
</dl>
<hr>
<br>
<pre>public class <spanclass="strong">mxEdgeHandler</span>
extends <ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html"title="class in com.mxgraph.swing.handler">mxCellHandler</a></pre>
<divclass="block">Workaround for alt-key-state not correct in mouseReleased.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>protected <ahref="../../../../com/mxgraph/swing/handler/mxCellMarker.html"title="class in com.mxgraph.swing.handler">mxCellMarker</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/mxEdgeHandler.html#mxEdgeHandler(com.mxgraph.swing.mxGraphComponent, com.mxgraph.view.mxCellState)">mxEdgeHandler</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>
<divclass="block">Connects the given edge to the given source or target terminal.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>protected <ahref="../../../../com/mxgraph/util/mxPoint.html"title="class in com.mxgraph.util">mxPoint</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../../com/mxgraph/swing/handler/mxEdgeHandler.html#convertPoint(com.mxgraph.util.mxPoint, boolean)">convertPoint</a></strong>(<ahref="../../../../com/mxgraph/util/mxPoint.html"title="class in com.mxgraph.util">mxPoint</a> point,
<tdclass="colLast"><code><strong><ahref="../../../../com/mxgraph/swing/handler/mxEdgeHandler.html#createPoints(com.mxgraph.view.mxCellState)">createPoints</a></strong>(<ahref="../../../../com/mxgraph/view/mxCellState.html"title="class in com.mxgraph.view">mxCellState</a> s)</code> </td>
<tdclass="colLast"><code><strong><ahref="../../../../com/mxgraph/swing/handler/mxEdgeHandler.html#moveLabelTo(com.mxgraph.view.mxCellState, double, double)">moveLabelTo</a></strong>(<ahref="../../../../com/mxgraph/view/mxCellState.html"title="class in com.mxgraph.view">mxCellState</a> edgeState,
double x,
double y)</code>
<divclass="block">Moves the label to the given position.</div>
<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>
<divclass="block">Workaround for shift-key-state not correct in mouseReleased.</div>
</li>
</ul>
<aname="marker">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>marker</h4>
<pre>protected <ahref="../../../../com/mxgraph/swing/handler/mxCellMarker.html"title="class in com.mxgraph.swing.handler">mxCellMarker</a> marker</pre>
<pre>public mxEdgeHandler(<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>
<dd><code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#isIgnoredEvent(java.awt.event.MouseEvent)">isIgnoredEvent</a></code> in class <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html"title="class in com.mxgraph.swing.handler">mxCellHandler</a></code></dd>
<divclass="block">Hides the middle handle if the edge is not bendable.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#isHandleVisible(int)">isHandleVisible</a></code> in class <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html"title="class in com.mxgraph.swing.handler">mxCellHandler</a></code></dd>
<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>
<divclass="block"><strong>Description copied from class: <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#getHandleFillColor(int)">mxCellHandler</a></code></strong></div>
<divclass="block">Returns the color to be used to fill the handle at the specified index.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#getHandleFillColor(int)">getHandleFillColor</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="getIndexAt(int, int)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getIndexAt</h4>
<pre>public int getIndexAt(int x,
int y)</pre>
<divclass="block"><strong>Description copied from class: <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#getIndexAt(int, int)">mxCellHandler</a></code></strong></div>
<divclass="block">Returns the index of the handle at the given location.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#getIndexAt(int, int)">getIndexAt</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 java.awt.Point[] createPoints(<ahref="../../../../com/mxgraph/view/mxCellState.html"title="class in com.mxgraph.view">mxCellState</a> s)</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>
<pre>protected <ahref="../../../../com/mxgraph/util/mxPoint.html"title="class in com.mxgraph.util">mxPoint</a> convertPoint(<ahref="../../../../com/mxgraph/util/mxPoint.html"title="class in com.mxgraph.util">mxPoint</a> point,
<divclass="block"><strong>Description copied from class: <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#mousePressed(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#mousePressed(java.awt.event.MouseEvent)">mousePressed</a></code> in class <code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html"title="class in com.mxgraph.swing.handler">mxCellHandler</a></code></dd>
<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>
<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="reset()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>reset</h4>
<pre>public void reset()</pre>
<divclass="block">Extends the implementation to reset the current error and marker.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><ahref="../../../../com/mxgraph/swing/handler/mxCellHandler.html#reset()">reset</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 void moveLabelTo(<ahref="../../../../com/mxgraph/view/mxCellState.html"title="class in com.mxgraph.view">mxCellState</a> edgeState,
double x,
double y)</pre>
<divclass="block">Moves the label to the given position.</div>
<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>
<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>
<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>
<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/mxConnectPreview.html"title="class in com.mxgraph.swing.handler"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../com/mxgraph/swing/handler/mxElbowEdgeHandler.html"title="class in com.mxgraph.swing.handler"><spanclass="strong">Next Class</span></a></li>