Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
517 Zeilen
36 KiB
HTML
517 Zeilen
36 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<!-- NewPage -->
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Generated by javadoc (version 1.7.0_79) on Sun Apr 03 00:28:31 PDT 2016 -->
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>JGraphXAdapter (JGraphT : a free Java graph library)</title>
|
|
<meta name="date" content="2016-04-03">
|
|
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript"><!--
|
|
if (location.href.indexOf('is-external=true') == -1) {
|
|
parent.document.title="JGraphXAdapter (JGraphT : a free Java graph library)";
|
|
}
|
|
//-->
|
|
</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<div class="topNav"><a name="navbar_top">
|
|
<!-- -->
|
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="../../../overview-summary.html">Overview</a></li>
|
|
<li><a href="package-summary.html">Package</a></li>
|
|
<li class="navBarCell1Rev">Class</li>
|
|
<li><a href="class-use/JGraphXAdapter.html">Use</a></li>
|
|
<li><a href="package-tree.html">Tree</a></li>
|
|
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
|
<li><a href="../../../index-all.html">Index</a></li>
|
|
<li><a href="../../../help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li><a href="../../../org/jgrapht/ext/JGraphModelAdapter.DefaultCellFactory.html" title="class in org.jgrapht.ext"><span class="strong">Prev Class</span></a></li>
|
|
<li><a href="../../../org/jgrapht/ext/MatrixExporter.html" title="class in org.jgrapht.ext"><span class="strong">Next Class</span></a></li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="../../../index.html?org/jgrapht/ext/JGraphXAdapter.html" target="_top">Frames</a></li>
|
|
<li><a href="JGraphXAdapter.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_top">
|
|
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<div>
|
|
<ul class="subNavList">
|
|
<li>Summary: </li>
|
|
<li><a href="#nested_classes_inherited_from_class_com.mxgraph.view.mxGraph">Nested</a> | </li>
|
|
<li><a href="#fields_inherited_from_class_com.mxgraph.view.mxGraph">Field</a> | </li>
|
|
<li><a href="#constructor_summary">Constr</a> | </li>
|
|
<li><a href="#method_summary">Method</a></li>
|
|
</ul>
|
|
<ul class="subNavList">
|
|
<li>Detail: </li>
|
|
<li>Field | </li>
|
|
<li><a href="#constructor_detail">Constr</a> | </li>
|
|
<li><a href="#method_detail">Method</a></li>
|
|
</ul>
|
|
</div>
|
|
<a name="skip-navbar_top">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
<!-- ======== START OF CLASS DATA ======== -->
|
|
<div class="header">
|
|
<div class="subTitle">org.jgrapht.ext</div>
|
|
<h2 title="Class JGraphXAdapter" class="title">Class JGraphXAdapter<V,E></h2>
|
|
</div>
|
|
<div class="contentContainer">
|
|
<ul class="inheritance">
|
|
<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
|
|
<li>
|
|
<ul class="inheritance">
|
|
<li>com.mxgraph.util.mxEventSource</li>
|
|
<li>
|
|
<ul class="inheritance">
|
|
<li>com.mxgraph.view.mxGraph</li>
|
|
<li>
|
|
<ul class="inheritance">
|
|
<li>org.jgrapht.ext.JGraphXAdapter<V,E></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<div class="description">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<dl><dt><span class="strong">Type Parameters:</span></dt><dd><code>V</code> - Vertex</dd><dd><code>E</code> - Edge</dd></dl>
|
|
<dl>
|
|
<dt>All Implemented Interfaces:</dt>
|
|
<dd><a href="http://docs.oracle.com/javase/7/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util">EventListener</a>, <a href="../../../org/jgrapht/event/GraphListener.html" title="interface in org.jgrapht.event">GraphListener</a><V,E>, <a href="../../../org/jgrapht/event/VertexSetListener.html" title="interface in org.jgrapht.event">VertexSetListener</a><V></dd>
|
|
</dl>
|
|
<hr>
|
|
<br>
|
|
<pre>public class <span class="strong">JGraphXAdapter<V,E></span>
|
|
extends com.mxgraph.view.mxGraph
|
|
implements <a href="../../../org/jgrapht/event/GraphListener.html" title="interface in org.jgrapht.event">GraphListener</a><V,E></pre>
|
|
<div class="block"><P>Adapter to draw a JGraphT graph with the JGraphX drawing library.</P>
|
|
|
|
<P>This adapter will not convert JGraphX to JGraphT - this should be handled
|
|
in another class entirely.</P>
|
|
|
|
<P>Known Bugs: If this class is used with String-Edges, please note that
|
|
there is a bug with the method JgraphT.addEdge(vertex1, vertex2); The edge
|
|
will be created with an empty String "" as value and saved (in JGraphT as
|
|
well as in this class), which results in the edge not saving correctly. So,
|
|
if you're using Strings as Edgeclass please use the method addEdge(vertex1,
|
|
vertex2, "Edgename"); with a unique edgename.</P></div>
|
|
<dl><dt><span class="strong">Since:</span></dt>
|
|
<dd>09 July, 2013</dd>
|
|
<dt><span class="strong">Author:</span></dt>
|
|
<dd>Original: JeanYves Tinevez</dd></dl>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="summary">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<!-- ======== NESTED CLASS SUMMARY ======== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="nested_class_summary">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Nested Class Summary</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="nested_classes_inherited_from_class_com.mxgraph.view.mxGraph">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Nested classes/interfaces inherited from class com.mxgraph.view.mxGraph</h3>
|
|
<code>com.mxgraph.view.mxGraph.mxICellVisitor</code></li>
|
|
</ul>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="nested_classes_inherited_from_class_com.mxgraph.util.mxEventSource">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Nested classes/interfaces inherited from class com.mxgraph.util.mxEventSource</h3>
|
|
<code>com.mxgraph.util.mxEventSource.mxIEventListener</code></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<!-- =========== FIELD SUMMARY =========== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="field_summary">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Field Summary</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="fields_inherited_from_class_com.mxgraph.view.mxGraph">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Fields inherited from class com.mxgraph.view.mxGraph</h3>
|
|
<code>allowDanglingEdges, allowLoops, allowNegativeCoordinates, alternateEdgeStyle, autoOrigin, autoSizeCells, border, cellsBendable, cellsCloneable, cellsDeletable, cellsDisconnectable, cellsEditable, cellsLocked, cellsMovable, cellsResizable, cellsSelectable, changesRepaintThreshold, changeSupport, cloneInvalidEdges, collapseToPreferredSize, connectableEdges, constrainChildren, defaultLoopStyle, defaultOverlap, defaultParent, disconnectOnMove, dropEnabled, edgeLabelsMovable, enabled, extendParents, extendParentsOnAdd, fullRepaintHandler, graphModelChangeHandler, gridEnabled, gridSize, htmlLabels, imageBundles, keepEdgesInBackground, keepEdgesInForeground, labelsClipped, labelsVisible, maximumGraphBounds, minimumGraphSize, model, multigraph, multiplicities, origin, resetEdgesOnConnect, resetEdgesOnMove, resetEdgesOnResize, resetViewOnRootChange, selectionModel, splitEnabled, stylesheet, swimlaneNesting, updateOriginHandler, VERSION, vertexLabelsMovable, view</code></li>
|
|
</ul>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="fields_inherited_from_class_com.mxgraph.util.mxEventSource">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Fields inherited from class com.mxgraph.util.mxEventSource</h3>
|
|
<code>eventListeners, eventsEnabled, eventSource</code></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="constructor_summary">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Constructor Summary</h3>
|
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
|
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
|
<tr>
|
|
<th class="colOne" scope="col">Constructor and Description</th>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../org/jgrapht/ext/JGraphXAdapter.html#JGraphXAdapter(org.jgrapht.Graph)">JGraphXAdapter</a></strong>(<a href="../../../org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</a><<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">V</a>,<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">E</a>> graph)</code>
|
|
<div class="block">Constructs and draws a new mxGraph from a jGraphT graph.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../org/jgrapht/ext/JGraphXAdapter.html#JGraphXAdapter(org.jgrapht.ListenableGraph)">JGraphXAdapter</a></strong>(<a href="../../../org/jgrapht/ListenableGraph.html" title="interface in org.jgrapht">ListenableGraph</a><<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">V</a>,<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">E</a>> graph)</code>
|
|
<div class="block">Constructs and draws a new ListenableGraph.</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</li>
|
|
</ul>
|
|
<!-- ========== METHOD SUMMARY =========== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="method_summary">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Method Summary</h3>
|
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
|
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
|
<tr>
|
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
<th class="colLast" scope="col">Method and Description</th>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>void</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/ext/JGraphXAdapter.html#edgeAdded(org.jgrapht.event.GraphEdgeChangeEvent)">edgeAdded</a></strong>(<a href="../../../org/jgrapht/event/GraphEdgeChangeEvent.html" title="class in org.jgrapht.event">GraphEdgeChangeEvent</a><<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">V</a>,<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">E</a>> e)</code>
|
|
<div class="block">Notifies that an edge has been added to the graph.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>void</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/ext/JGraphXAdapter.html#edgeRemoved(org.jgrapht.event.GraphEdgeChangeEvent)">edgeRemoved</a></strong>(<a href="../../../org/jgrapht/event/GraphEdgeChangeEvent.html" title="class in org.jgrapht.event">GraphEdgeChangeEvent</a><<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">V</a>,<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">E</a>> e)</code>
|
|
<div class="block">Notifies that an edge has been removed from the graph.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a><com.mxgraph.model.mxICell,<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">E</a>></code></td>
|
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/ext/JGraphXAdapter.html#getCellToEdgeMap()">getCellToEdgeMap</a></strong>()</code>
|
|
<div class="block">Returns Hashmap which maps the visualization mxICells onto their edges.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a><com.mxgraph.model.mxICell,<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">V</a>></code></td>
|
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/ext/JGraphXAdapter.html#getCellToVertexMap()">getCellToVertexMap</a></strong>()</code>
|
|
<div class="block">Returns Hashmap which maps the visualization mxICells onto their
|
|
vertices.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a><<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">E</a>,com.mxgraph.model.mxICell></code></td>
|
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/ext/JGraphXAdapter.html#getEdgeToCellMap()">getEdgeToCellMap</a></strong>()</code>
|
|
<div class="block">Returns Hashmap which maps the edges onto their visualization mxICells.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a><<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">V</a>,com.mxgraph.model.mxICell></code></td>
|
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/ext/JGraphXAdapter.html#getVertexToCellMap()">getVertexToCellMap</a></strong>()</code>
|
|
<div class="block">Returns Hashmap which maps the vertices onto their visualization
|
|
mxICells.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>void</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/ext/JGraphXAdapter.html#vertexAdded(org.jgrapht.event.GraphVertexChangeEvent)">vertexAdded</a></strong>(<a href="../../../org/jgrapht/event/GraphVertexChangeEvent.html" title="class in org.jgrapht.event">GraphVertexChangeEvent</a><<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">V</a>> e)</code>
|
|
<div class="block">Notifies that a vertex has been added to the graph.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>void</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/ext/JGraphXAdapter.html#vertexRemoved(org.jgrapht.event.GraphVertexChangeEvent)">vertexRemoved</a></strong>(<a href="../../../org/jgrapht/event/GraphVertexChangeEvent.html" title="class in org.jgrapht.event">GraphVertexChangeEvent</a><<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">V</a>> e)</code>
|
|
<div class="block">Notifies that a vertex has been removed from the graph.</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="methods_inherited_from_class_com.mxgraph.view.mxGraph">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Methods inherited from class com.mxgraph.view.mxGraph</h3>
|
|
<code>addAllEdges, addCell, addCell, addCell, addCells, addCells, addCells, addCells, addEdge, addImageBundle, addPropertyChangeListener, addPropertyChangeListener, addSelectionCell, addSelectionCells, alignCells, alignCells, alignCells, cellConnected, cellDrawn, cellLabelChanged, cellsAdded, cellsAdded, cellsFolded, cellsFolded, cellSizeUpdated, cellsMoved, cellsOrdered, cellsRemoved, cellsResized, cellsToggled, clearSelection, cloneCells, cloneCells, connectCell, connectCell, constrainChild, convertValueToString, createEdge, createGraphView, createGroupCell, createSelectionModel, createStylesheet, createVertex, createVertex, disconnectGraph, drawCell, drawGraph, drawState, enterGroup, enterGroup, exitGroup, extendParent, findTreeRoots, findTreeRoots, findTreeRoots, flipEdge, foldCells, foldCells, foldCells, foldCells, getAllConnectionConstraints, getAllEdges, getAlternateEdgeStyle, getBorder, getBoundingBox, getBoundingBox, getBoundingBox, getBoundingBoxFromGeometry, getBoundsForCells, getBoundsForGroup, getCellBounds, getCellBounds, getCellBounds, getCellBounds, getCellContainmentArea, getCellGeometry, getCellsBeyond, getCellsForGroup, getCellStyle, getCellValidationError, getChangesRepaintThreshold, getChildCells, getChildCells, getChildEdges, getChildOffsetForCell, getChildVertices, getCloneableCells, getConnectionConstraint, getConnectionPoint, getConnections, getConnections, getConnections, getCurrentRoot, getDefaultLoopStyle, getDefaultOverlap, getDefaultParent, getDeletableCells, getDropTarget, getEdges, getEdges, getEdges, getEdges, getEdgesBetween, getEdgesBetween, getEdgeValidationError, getFoldableCells, getGraphBounds, getGridSize, getImage, getImageBundles, getImageBundles, getImageFromBundles, getIncomingEdges, getIncomingEdges, getLabel, getLinkForCell, getMaximumGraphBounds, getMinimumGraphSize, getModel, getMovableCells, getMultiplicities, getOpposites, getOpposites, getOrigin, getOutgoingEdges, getOutgoingEdges, getOverlap, getPaintBounds, getPreferredSizeForCell, getRemovedCellsForChanges, getSelectionCell, getSelectionCells, getSelectionCellsForChanges, getSelectionCount, getSelectionModel, getStartSize, getStylesheet, getTargetForCell, getTerminalForPort, getToolTipForCell, getTranslateForRoot, getView, graphModelChanged, groupCells, groupCells, groupCells, groupCells, home, insertEdge, insertEdge, insertVertex, insertVertex, insertVertex, isAllowDanglingEdges, isAllowLoops, isAllowNegativeCoordinates, isAllowOverlapParent, isAutoOrigin, isAutoSizeCell, isAutoSizeCells, isCellBendable, isCellCloneable, isCellCollapsed, isCellConnectable, isCellDeletable, isCellDisconnectable, isCellEditable, isCellFoldable, isCellLocked, isCellMovable, isCellResizable, isCellsBendable, isCellsCloneable, isCellsDeletable, isCellsDisconnectable, isCellsEditable, isCellSelectable, isCellSelected, isCellsLocked, isCellsMovable, isCellsResizable, isCellsSelectable, isCellVisible, isCloneInvalidEdges, isCollapseToPreferredSize, isConnectableEdges, isConstrainChild, isConstrainChildren, isDisconnectOnMove, isDropEnabled, isEdgeLabelsMovable, isEdgeValid, isEnabled, isExtendParent, isExtendParents, isExtendParentsOnAdd, isGridEnabled, isHtmlLabel, isHtmlLabels, isKeepEdgesInBackground, isKeepEdgesInForeground, isLabelClipped, isLabelMovable, isLabelsClipped, isLabelsVisible, isLoop, isMultigraph, isOrthogonal, isPort, isResetEdgesOnConnect, isResetEdgesOnMove, isResetEdgesOnResize, isResetViewOnRootChange, isSelectionEmpty, isSplitEnabled, isSplitTarget, isSwimlane, isSwimlaneNesting, isTerminalPointMovable, isValidAncestor, isValidConnection, isValidDropTarget, isValidRoot, isValidSource, isValidTarget, isVertexLabelsMovable, main, moveCells, moveCells, moveCells, orderCells, orderCells, postProcessCellStyle, processChange, processChanges, refresh, removeCells, removeCells, removeCells, removeCellsFromParent, removeCellsFromParent, removeImageBundle, removePropertyChangeListener, removePropertyChangeListener, removeSelectionCell, removeSelectionCells, removeStateForCell, repaint, repaint, resetEdge, resetEdges, resizeCell, resizeCells, selectAll, selectAll, selectCell, selectCells, selectCells, selectChildCell, selectEdges, selectEdges, selectNextCell, selectParentCell, selectPreviousCell, selectVertices, selectVertices, setAllowDanglingEdges, setAllowLoops, setAllowNegativeCoordinates, setAlternateEdgeStyle, setAutoOrigin, setAutoSizeCells, setBorder, setCellsBendable, setCellsCloneable, setCellsDeletable, setCellsDisconnectable, setCellsEditable, setCellsLocked, setCellsMovable, setCellsResizable, setCellsSelectable, setCellStyle, setCellStyle, setCellStyleFlags, setCellStyleFlags, setCellStyles, setCellStyles, setChangesRepaintThreshold, setCloneInvalidEdges, setCollapseToPreferredSize, setConnectableEdges, setConnectionConstraint, setConstrainChildren, setDefaultLoopStyle, setDefaultOverlap, setDefaultParent, setDisconnectOnMove, setDropEnabled, setEdgeLabelsMovable, setEnabled, setExtendParents, setExtendParentsOnAdd, setGridEnabled, setGridSize, setHtmlLabels, setKeepEdgesInBackground, setKeepEdgesInForeground, setLabelsClipped, setLabelsVisible, setMaximumGraphBounds, setMinimumGraphSize, setModel, setMultigraph, setMultiplicities, setOrigin, setResetEdgesOnConnect, setResetEdgesOnMove, setResetEdgesOnResize, setResetViewOnRootChange, setSelectionCell, setSelectionCells, setSelectionCells, setSplitEnabled, setStylesheet, setSwimlaneNesting, setVertexLabelsMovable, setView, snap, splitEdge, splitEdge, splitEdge, swapBounds, toggleCells, toggleCells, toggleCells, toggleCellStyle, toggleCellStyleFlags, toggleCellStyleFlags, toggleCellStyles, toggleCellStyles, translateCell, traverse, traverse, ungroupCells, ungroupCells, updateAlternateBounds, updateCellSize, updateCellSize, updateGroupBounds, updateGroupBounds, updateGroupBounds, updateGroupBounds, updateOrigin, validateCell, validateEdge</code></li>
|
|
</ul>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="methods_inherited_from_class_com.mxgraph.util.mxEventSource">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Methods inherited from class com.mxgraph.util.mxEventSource</h3>
|
|
<code>addListener, fireEvent, fireEvent, getEventSource, isEventsEnabled, removeListener, removeListener, setEventsEnabled, setEventSource</code></li>
|
|
</ul>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
|
|
<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="details">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="constructor_detail">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Constructor Detail</h3>
|
|
<a name="JGraphXAdapter(org.jgrapht.ListenableGraph)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>JGraphXAdapter</h4>
|
|
<pre>public JGraphXAdapter(<a href="../../../org/jgrapht/ListenableGraph.html" title="interface in org.jgrapht">ListenableGraph</a><<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">V</a>,<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">E</a>> graph)</pre>
|
|
<div class="block">Constructs and draws a new ListenableGraph. If the graph changes through
|
|
as ListenableGraph, the JGraphXAdapter will automatically add/remove the
|
|
new edge/vertex as it implements the GraphListener interface. Throws a
|
|
IllegalArgumentException if the graph is null.</div>
|
|
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>graph</code> - casted to graph</dd></dl>
|
|
</li>
|
|
</ul>
|
|
<a name="JGraphXAdapter(org.jgrapht.Graph)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockListLast">
|
|
<li class="blockList">
|
|
<h4>JGraphXAdapter</h4>
|
|
<pre>public JGraphXAdapter(<a href="../../../org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</a><<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">V</a>,<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">E</a>> graph)</pre>
|
|
<div class="block">Constructs and draws a new mxGraph from a jGraphT graph. Changes on the
|
|
jgraphT graph will not edit this mxGraph any further; use the constructor
|
|
with the ListenableGraph parameter instead or use this graph as a normal
|
|
mxGraph. Throws an IllegalArgumentException if the parameter is null.</div>
|
|
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>graph</code> - is a graph</dd></dl>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<!-- ============ METHOD DETAIL ========== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="method_detail">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Method Detail</h3>
|
|
<a name="getVertexToCellMap()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getVertexToCellMap</h4>
|
|
<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a><<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">V</a>,com.mxgraph.model.mxICell> getVertexToCellMap()</pre>
|
|
<div class="block">Returns Hashmap which maps the vertices onto their visualization
|
|
mxICells.</div>
|
|
<dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../org/jgrapht/ext/JGraphXAdapter.html#vertexToCellMap"><code>vertexToCellMap</code></a></dd></dl>
|
|
</li>
|
|
</ul>
|
|
<a name="getEdgeToCellMap()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getEdgeToCellMap</h4>
|
|
<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a><<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">E</a>,com.mxgraph.model.mxICell> getEdgeToCellMap()</pre>
|
|
<div class="block">Returns Hashmap which maps the edges onto their visualization mxICells.</div>
|
|
<dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../org/jgrapht/ext/JGraphXAdapter.html#edgeToCellMap"><code>edgeToCellMap</code></a></dd></dl>
|
|
</li>
|
|
</ul>
|
|
<a name="getCellToEdgeMap()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getCellToEdgeMap</h4>
|
|
<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a><com.mxgraph.model.mxICell,<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">E</a>> getCellToEdgeMap()</pre>
|
|
<div class="block">Returns Hashmap which maps the visualization mxICells onto their edges.</div>
|
|
<dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../org/jgrapht/ext/JGraphXAdapter.html#cellToEdgeMap"><code>cellToEdgeMap</code></a></dd></dl>
|
|
</li>
|
|
</ul>
|
|
<a name="getCellToVertexMap()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getCellToVertexMap</h4>
|
|
<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a><com.mxgraph.model.mxICell,<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">V</a>> getCellToVertexMap()</pre>
|
|
<div class="block">Returns Hashmap which maps the visualization mxICells onto their
|
|
vertices.</div>
|
|
<dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../org/jgrapht/ext/JGraphXAdapter.html#cellToVertexMap"><code>cellToVertexMap</code></a></dd></dl>
|
|
</li>
|
|
</ul>
|
|
<a name="vertexAdded(org.jgrapht.event.GraphVertexChangeEvent)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>vertexAdded</h4>
|
|
<pre>public void vertexAdded(<a href="../../../org/jgrapht/event/GraphVertexChangeEvent.html" title="class in org.jgrapht.event">GraphVertexChangeEvent</a><<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">V</a>> e)</pre>
|
|
<div class="block"><strong>Description copied from interface: <code><a href="../../../org/jgrapht/event/VertexSetListener.html#vertexAdded(org.jgrapht.event.GraphVertexChangeEvent)">VertexSetListener</a></code></strong></div>
|
|
<div class="block">Notifies that a vertex has been added to the graph.</div>
|
|
<dl>
|
|
<dt><strong>Specified by:</strong></dt>
|
|
<dd><code><a href="../../../org/jgrapht/event/VertexSetListener.html#vertexAdded(org.jgrapht.event.GraphVertexChangeEvent)">vertexAdded</a></code> in interface <code><a href="../../../org/jgrapht/event/VertexSetListener.html" title="interface in org.jgrapht.event">VertexSetListener</a><<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">V</a>></code></dd>
|
|
<dt><span class="strong">Parameters:</span></dt><dd><code>e</code> - the vertex event.</dd></dl>
|
|
</li>
|
|
</ul>
|
|
<a name="vertexRemoved(org.jgrapht.event.GraphVertexChangeEvent)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>vertexRemoved</h4>
|
|
<pre>public void vertexRemoved(<a href="../../../org/jgrapht/event/GraphVertexChangeEvent.html" title="class in org.jgrapht.event">GraphVertexChangeEvent</a><<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">V</a>> e)</pre>
|
|
<div class="block"><strong>Description copied from interface: <code><a href="../../../org/jgrapht/event/VertexSetListener.html#vertexRemoved(org.jgrapht.event.GraphVertexChangeEvent)">VertexSetListener</a></code></strong></div>
|
|
<div class="block">Notifies that a vertex has been removed from the graph.</div>
|
|
<dl>
|
|
<dt><strong>Specified by:</strong></dt>
|
|
<dd><code><a href="../../../org/jgrapht/event/VertexSetListener.html#vertexRemoved(org.jgrapht.event.GraphVertexChangeEvent)">vertexRemoved</a></code> in interface <code><a href="../../../org/jgrapht/event/VertexSetListener.html" title="interface in org.jgrapht.event">VertexSetListener</a><<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">V</a>></code></dd>
|
|
<dt><span class="strong">Parameters:</span></dt><dd><code>e</code> - the vertex event.</dd></dl>
|
|
</li>
|
|
</ul>
|
|
<a name="edgeAdded(org.jgrapht.event.GraphEdgeChangeEvent)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>edgeAdded</h4>
|
|
<pre>public void edgeAdded(<a href="../../../org/jgrapht/event/GraphEdgeChangeEvent.html" title="class in org.jgrapht.event">GraphEdgeChangeEvent</a><<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">V</a>,<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">E</a>> e)</pre>
|
|
<div class="block"><strong>Description copied from interface: <code><a href="../../../org/jgrapht/event/GraphListener.html#edgeAdded(org.jgrapht.event.GraphEdgeChangeEvent)">GraphListener</a></code></strong></div>
|
|
<div class="block">Notifies that an edge has been added to the graph.</div>
|
|
<dl>
|
|
<dt><strong>Specified by:</strong></dt>
|
|
<dd><code><a href="../../../org/jgrapht/event/GraphListener.html#edgeAdded(org.jgrapht.event.GraphEdgeChangeEvent)">edgeAdded</a></code> in interface <code><a href="../../../org/jgrapht/event/GraphListener.html" title="interface in org.jgrapht.event">GraphListener</a><<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">V</a>,<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">E</a>></code></dd>
|
|
<dt><span class="strong">Parameters:</span></dt><dd><code>e</code> - the edge event.</dd></dl>
|
|
</li>
|
|
</ul>
|
|
<a name="edgeRemoved(org.jgrapht.event.GraphEdgeChangeEvent)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockListLast">
|
|
<li class="blockList">
|
|
<h4>edgeRemoved</h4>
|
|
<pre>public void edgeRemoved(<a href="../../../org/jgrapht/event/GraphEdgeChangeEvent.html" title="class in org.jgrapht.event">GraphEdgeChangeEvent</a><<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">V</a>,<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">E</a>> e)</pre>
|
|
<div class="block"><strong>Description copied from interface: <code><a href="../../../org/jgrapht/event/GraphListener.html#edgeRemoved(org.jgrapht.event.GraphEdgeChangeEvent)">GraphListener</a></code></strong></div>
|
|
<div class="block">Notifies that an edge has been removed from the graph.</div>
|
|
<dl>
|
|
<dt><strong>Specified by:</strong></dt>
|
|
<dd><code><a href="../../../org/jgrapht/event/GraphListener.html#edgeRemoved(org.jgrapht.event.GraphEdgeChangeEvent)">edgeRemoved</a></code> in interface <code><a href="../../../org/jgrapht/event/GraphListener.html" title="interface in org.jgrapht.event">GraphListener</a><<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">V</a>,<a href="../../../org/jgrapht/ext/JGraphXAdapter.html" title="type parameter in JGraphXAdapter">E</a>></code></dd>
|
|
<dt><span class="strong">Parameters:</span></dt><dd><code>e</code> - the edge event.</dd></dl>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<!-- ========= END OF CLASS DATA ========= -->
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
<div class="bottomNav"><a name="navbar_bottom">
|
|
<!-- -->
|
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="../../../overview-summary.html">Overview</a></li>
|
|
<li><a href="package-summary.html">Package</a></li>
|
|
<li class="navBarCell1Rev">Class</li>
|
|
<li><a href="class-use/JGraphXAdapter.html">Use</a></li>
|
|
<li><a href="package-tree.html">Tree</a></li>
|
|
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
|
<li><a href="../../../index-all.html">Index</a></li>
|
|
<li><a href="../../../help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li><a href="../../../org/jgrapht/ext/JGraphModelAdapter.DefaultCellFactory.html" title="class in org.jgrapht.ext"><span class="strong">Prev Class</span></a></li>
|
|
<li><a href="../../../org/jgrapht/ext/MatrixExporter.html" title="class in org.jgrapht.ext"><span class="strong">Next Class</span></a></li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="../../../index.html?org/jgrapht/ext/JGraphXAdapter.html" target="_top">Frames</a></li>
|
|
<li><a href="JGraphXAdapter.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_bottom">
|
|
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<div>
|
|
<ul class="subNavList">
|
|
<li>Summary: </li>
|
|
<li><a href="#nested_classes_inherited_from_class_com.mxgraph.view.mxGraph">Nested</a> | </li>
|
|
<li><a href="#fields_inherited_from_class_com.mxgraph.view.mxGraph">Field</a> | </li>
|
|
<li><a href="#constructor_summary">Constr</a> | </li>
|
|
<li><a href="#method_summary">Method</a></li>
|
|
</ul>
|
|
<ul class="subNavList">
|
|
<li>Detail: </li>
|
|
<li>Field | </li>
|
|
<li><a href="#constructor_detail">Constr</a> | </li>
|
|
<li><a href="#method_detail">Method</a></li>
|
|
</ul>
|
|
</div>
|
|
<a name="skip-navbar_bottom">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
<p class="legalCopy"><small>Copyright © 2016. All rights reserved.</small></p>
|
|
</body>
|
|
</html>
|