public class YawlpipGraphModel
extends org.jgraph.graph.DefaultGraphModel
Constructor and Description |
---|
YawlpipGraphModel(org.yawlfoundation.yawl.editor.net.NetGraph graph) |
Modifier and Type | Method and Description |
---|---|
void |
cellsChanged(java.lang.Object[] cells,
java.awt.geom.Rectangle2D dirtyRegion)
Invoke this method after you've changed how the cells are to be
represented in the graph.
|
org.yawlfoundation.yawl.editor.net.NetGraph |
getGraph() |
YawlpipGraphModel |
getModel() |
java.lang.String |
toString() |
acceptsSource, acceptsTarget, addGraphModelListener, beginUpdate, cellsChanged, cloneCell, cloneCell, cloneCell, cloneCells, cloneUserObject, connect, contains, containsEdgeBetween, createEdit, createLayerEdit, createRemoveEdit, edges, edit, edit, endUpdate, execute, fireGraphChanged, getAll, getAttributes, getAttributes, getChild, getChildCount, getConnectionSet, getDescendants, getEdges, getEdges, getEdgesBetween, getGraphModelListeners, getIncomingEdges, getIndexOfChild, getIndexOfRoot, getOpposite, getOutgoingEdges, getParent, getRootAt, getRootCount, getRoots, getRoots, getRoots, getRootsAsCollection, getSource, getSourceVertex, getTarget, getTargetVertex, getTopmostCells, getUpdateLevel, getUserObject, getValue, handleAttributes, handleConnection, handleConnectionSet, handleInsert, handleParentMap, handleRemove, hasAncestorIn, insert, isEdge, isGroup, isLeaf, isPort, isRemoveEmptyGroups, isVertex, order, remove, removeGraphModelListener, setParent, setRemoveEmptyGroups, setSourcePort, setTargetPort, toBack, toFront, updateTransaction, valueForCellChanged
_postEdit, addUndoableEditListener, createCompoundEdit, getUndoableEditListeners, postEdit, removeUndoableEditListener
public YawlpipGraphModel(org.yawlfoundation.yawl.editor.net.NetGraph graph)
public org.yawlfoundation.yawl.editor.net.NetGraph getGraph()
public java.lang.String toString()
toString
in class javax.swing.undo.UndoableEditSupport
public YawlpipGraphModel getModel()
public void cellsChanged(java.lang.Object[] cells, java.awt.geom.Rectangle2D dirtyRegion)