Uses of Class org.jgraph.graph.ConnectionSet

Uses in package org.jgraph.plaf.basic

Fields of type org.jgraph.graph.ConnectionSet

ConnectionSet

Uses in package org.jgraph.event

Methods with return type org.jgraph.graph.ConnectionSet

ConnectionSet
Returns a connection set representing the graph structure after the change was applied
ConnectionSet
Returns a connection set representing the graph structure before the change was applied ( an "undo" of the change).

Uses in package org.jgraph.graph

Constructors with parameter type org.jgraph.graph.ConnectionSet

Constructs a model using the specified information to construct the cells, attributes and connection data.
DefaultGraphModel.GraphModelEdit.GraphModelEdit(Object[] inserted, Object[] removed, Map attributes, ConnectionSet connectionSet, ParentMap parentMap)
Constructs an edit record.
GraphTransferable.GraphTransferable(Object[] cells, Map attrMap, Rectangle2D bounds, ConnectionSet cs, ParentMap pm)
Constructs a new transferable selection for cells, csand attrMap.

Fields of type org.jgraph.graph.ConnectionSet

ConnectionSet
ConnectionSet
Object that describes the connection between cells.
ConnectionSet

Methods with parameter type org.jgraph.graph.ConnectionSet

void
ConnectionSet.connect(ConnectionSet cs, Object edge, Object port, boolean source, boolean disconnect)
Connect or disconnect edge from source and target in cs based on disconnect.
GraphTransferable
GraphTransferHandler.create(JGraph graph, Object[] cells, Map viewAttributes, Rectangle2D bounds, ConnectionSet cs, ParentMap pm)
DefaultGraphModel.GraphModelEdit
DefaultGraphModel.createEdit(Object[] inserted, Object[] removed, Map attributes, ConnectionSet cs, ParentMap pm, UndoableEdit[] edits)
void
DefaultGraphModel.edit(Map attributes, ConnectionSet cs, ParentMap pm, UndoableEdit[] edits)
Shortcut to the new edit method which allows inserts and removes to go along with an edit.
void
GraphLayoutCache.edit(Map attributes, ConnectionSet cs, ParentMap pm, UndoableEdit[] e)
Applies the propertyMap and the connection changes to the model.
void
GraphModel.edit(Map attributes, ConnectionSet cs, ParentMap pm, UndoableEdit[] e)
Applies the propertyMap and the connection changes to the model.
void
DefaultGraphModel.edit(Object[] inserted, Object[] removed, Map attributes, ConnectionSet cs, ParentMap pm, UndoableEdit[] edits)
Applies attributes and the connection changes to the model.
ConnectionSet
Applies connectionSet to the model.
void
GraphTransferHandler.handleExternalDrop(JGraph graph, Object[] cells, Map nested, ConnectionSet cs, ParentMap pm, double dx, double dy)
void
GraphLayoutCache.insert(Object[] cells, Map nested, ConnectionSet cs, ParentMap pm)
Variant of the insert method that allows to pass a default connection set and parent map and nested map.
void
DefaultGraphModel.insert(Object[] roots, Map attributes, ConnectionSet cs, ParentMap pm, UndoableEdit[] edits)
Inserts the roots and connections into the model.
void
GraphLayoutCache.insert(Object[] roots, Map attributes, ConnectionSet cs, ParentMap pm, UndoableEdit[] e)
Inserts the cells and connections into the model, and absorbs the local attributes.
void
GraphModel.insert(Object[] roots, Map attributes, ConnectionSet cs, ParentMap pm, UndoableEdit[] e)
Inserts the cells and connections into the model, and passes attributes to the views.
Object[]
GraphLayoutCache.insertClones(Object[] cells, Map clones, Map nested, ConnectionSet cs, ParentMap pm, double dx, double dy)
Inserts the cloned cells from the clone map and clones the passed-in arguments according to the clone map before insertion and returns the clones in order of the cells.
void
GraphLayoutCache.setVisible(Object[] visible, Object[] invisible, ConnectionSet cs)
Changes the visibility state of the cells passed in.

Methods with return type org.jgraph.graph.ConnectionSet

ConnectionSet
Creates a new connection set based on this connection set, where the edges, and ports are mapped using map.
ConnectionSet
ConnectionSet.create(GraphModel m, Object[] cells, boolean disconnect)
Returns a connection set that represents the connection or disconnection of cells in model based on disconnect.
ConnectionSet
ConnectionSet
Disconnects the edges in cells from the sources and targets that are not in this context and returns a ConnectionSet that defines the disconnection.
ConnectionSet
A shortcut method to create a connection set that represents the connections in this model.
ConnectionSet
Returns the connectionSet.
ConnectionSet
Returns a connection set representing the graph structure after the change was applied
ConnectionSet
Returns the connections between cells (and possibly other, unselected cells).
ConnectionSet
ConnectionSet
Returns a connection set representing the graph structure before the change was applied ( an "undo" of the change).
ConnectionSet
Applies connectionSet to the model.

Copyright (C) 2001-2006 Gaudenz Alder. All rights reserved.