Modifier and Type | Field and Description |
---|---|
protected mxGraph |
mxAnalysisGraph.graph |
Modifier and Type | Method and Description |
---|---|
mxGraph |
mxAnalysisGraph.getGraph() |
Modifier and Type | Method and Description |
---|---|
mxUnionFind |
mxGraphAnalysis.getConnectionComponents(mxGraph graph,
java.lang.Object[] v,
java.lang.Object[] e)
Returns a union find structure representing the connection components of
G=(E,V).
|
static mxGeneratorFunction |
mxGraphGenerator.getGeneratorFunction(mxGraph graph,
boolean weighted,
double minWeight,
double maxWeight) |
java.lang.Object[] |
mxGraphAnalysis.getMinimumSpanningTree(mxGraph graph,
java.lang.Object[] v,
mxICostFunction cf,
boolean directed)
Returns the minimum spanning tree (MST) for the graph defined by G=(E,V).
|
java.lang.Object[] |
mxGraphAnalysis.getMinimumSpanningTree(mxGraph graph,
java.lang.Object[] v,
java.lang.Object[] e,
mxICostFunction cf)
Returns the minimum spanning tree (MST) for the graph defined by G=(E,V).
|
java.lang.Object[] |
mxGraphAnalysis.getShortestPath(mxGraph graph,
java.lang.Object from,
java.lang.Object to,
mxICostFunction cf,
int steps,
boolean directed)
Returns the shortest path between two cells or their descendants
represented as an array of edges in order of traversal.
|
void |
mxAnalysisGraph.setGraph(mxGraph graph) |
Modifier and Type | Class and Description |
---|---|
static class |
GraphEditor.CustomGraph
A graph that creates new edges from a given template edge.
|
Constructor and Description |
---|
CustomGraphComponent(mxGraph graph) |
Modifier and Type | Field and Description |
---|---|
protected mxGraph |
GraphConfigDialog.graph |
protected mxGraph |
JTableRenderer.graph |
Modifier and Type | Method and Description |
---|---|
void |
GraphConfigDialog.configAnalysisGraph(mxGraph graph,
mxGraphGenerator generator,
java.util.Map<java.lang.String,java.lang.Object> props) |
void |
GraphConfigDialog.configureLayout(mxGraph graph,
mxGraphProperties.GraphType graphType,
mxAnalysisGraph aGraph) |
Constructor and Description |
---|
generateInformationSystem(mxGraph graph,
BasicGraphEditor editor) |
SchemaGraphComponent(mxGraph graph) |
Modifier and Type | Method and Description |
---|---|
mxGraph |
TransformBetweenJGraphXAndModel.transformModelToJGraphX(OCBCModel model,
java.util.Map<java.lang.String,org.processmining.framework.util.Pair<java.lang.Double,java.lang.Double>> nodeNameVSCoordinateMap) |
Modifier and Type | Method and Description |
---|---|
void |
TransformBetweenJGraphXAndModel.transform(mxGraph graph) |
void |
TransformToOCBCSemanticModel.transform(mxGraph graph) |
Modifier and Type | Method and Description |
---|---|
void |
AddElementListener.addAOCEdgeIntoGraph(mxCell newCell,
mxGraph graph,
mxCell sourceCell,
mxCell targetCell,
java.lang.String sourceAlwaysCardinality,
java.lang.String sourceEventuallyCardinality,
java.lang.String targetAlwaysCardinality) |
void |
AddElementListener.addClassEdgeIntoGraph(mxCell classEdgeCell,
mxGraph graph,
java.lang.String classRelationType,
java.lang.String sourceClassName,
java.lang.String targetClassName,
java.lang.String sourceAlwaysCardinality,
java.lang.String sourceEventuallyCardinality,
java.lang.String targetAlwaysCardinality,
java.lang.String targetEventuallyCardinality,
boolean isConnectVisible)
add cardinalities and attributes on a created class edge and add the edge into the graph;
|
Constructor and Description |
---|
GenerateInformationSystemFrame(java.awt.Frame owner,
mxGraph graph)
modified by Guangming Li on June 14,2017
|
Modifier and Type | Method and Description |
---|---|
static void |
Style.createStyle(mxGraph graph) |
static java.lang.String |
Style.getStyleElementValueFromCell(mxGraph graph,
mxCell cell,
java.lang.String styleElementKey) |
Modifier and Type | Method and Description |
---|---|
static void |
mxGdCodec.decode(java.lang.String input,
mxGraph graph)
Parses simple GD format and populate the specified graph
|
static java.lang.String |
mxGdCodec.encode(mxGraph graph)
Generates a GD text output with the cells in the graph.
|
Modifier and Type | Field and Description |
---|---|
protected mxGraph |
mxGraphLayout.graph
Holds the enclosing graph.
|
Modifier and Type | Method and Description |
---|---|
mxGraph |
mxGraphLayout.getGraph()
Returns the associated graph.
|
Constructor and Description |
---|
mxCircleLayout(mxGraph graph)
Constructs a new stack layout layout for the specified graph,
spacing, orientation and offset.
|
mxCircleLayout(mxGraph graph,
double radius)
Constructs a new stack layout layout for the specified graph,
spacing, orientation and offset.
|
mxCompactTreeLayout(mxGraph graph) |
mxCompactTreeLayout(mxGraph graph,
boolean horizontal) |
mxCompactTreeLayout(mxGraph graph,
boolean horizontal,
boolean invert) |
mxEdgeLabelLayout(mxGraph graph)
Constructs a new stack layout layout for the specified graph,
spacing, orientation and offset.
|
mxFastOrganicLayout(mxGraph graph)
Constructs a new fast organic layout for the specified graph.
|
mxGraphLayout(mxGraph graph)
Constructs a new fast organic layout for the specified graph.
|
mxOrganicLayout(mxGraph graph)
Constructor for mxOrganicLayout.
|
mxOrganicLayout(mxGraph graph,
java.awt.geom.Rectangle2D bounds)
Constructor for mxOrganicLayout.
|
mxParallelEdgeLayout(mxGraph graph)
Constructs a new stack layout layout for the specified graph,
spacing, orientation and offset.
|
mxParallelEdgeLayout(mxGraph graph,
int spacing)
Constructs a new stack layout layout for the specified graph,
spacing, orientation and offset.
|
mxPartitionLayout(mxGraph graph)
Constructs a new stack layout layout for the specified graph,
spacing, orientation and offset.
|
mxPartitionLayout(mxGraph graph,
boolean horizontal)
Constructs a new stack layout layout for the specified graph,
spacing, orientation and offset.
|
mxPartitionLayout(mxGraph graph,
boolean horizontal,
int spacing)
Constructs a new stack layout layout for the specified graph,
spacing, orientation and offset.
|
mxPartitionLayout(mxGraph graph,
boolean horizontal,
int spacing,
int border)
Constructs a new stack layout layout for the specified graph,
spacing, orientation and offset.
|
mxStackLayout(mxGraph graph)
Constructs a new stack layout layout for the specified graph,
spacing, orientation and offset.
|
mxStackLayout(mxGraph graph,
boolean horizontal)
Constructs a new stack layout layout for the specified graph,
spacing, orientation and offset.
|
mxStackLayout(mxGraph graph,
boolean horizontal,
int spacing)
Constructs a new stack layout layout for the specified graph,
spacing, orientation and offset.
|
mxStackLayout(mxGraph graph,
boolean horizontal,
int spacing,
int x0,
int y0,
int border)
Constructs a new stack layout layout for the specified graph,
spacing, orientation and offset.
|
Constructor and Description |
---|
mxHierarchicalLayout(mxGraph graph)
Constructs a hierarchical layout
|
mxHierarchicalLayout(mxGraph graph,
int orientation)
Constructs a hierarchical layout
|
Modifier and Type | Method and Description |
---|---|
protected void |
mxCoordinateAssignment.calculateWidestRank(mxGraph graph,
mxGraphHierarchyModel model)
Calculates the width rank in the hierarchy.
|
protected void |
mxCoordinateAssignment.rankCoordinates(int rankValue,
mxGraph graph,
mxGraphHierarchyModel model)
Sets up the layout in an initial positioning.
|
protected void |
mxCoordinateAssignment.setCellLocations(mxGraph graph,
mxGraphHierarchyModel model)
Sets the cell locations in the facade to those stored after this layout
processing step has completed.
|
Constructor and Description |
---|
mxOrthogonalLayout(mxGraph graph) |
Constructor and Description |
---|
mxOrthogonalModel(mxGraph graph) |
Modifier and Type | Field and Description |
---|---|
protected mxGraph |
mxGraphComponent.graph |
Modifier and Type | Method and Description |
---|---|
mxGraph |
mxGraphComponent.getGraph() |
Modifier and Type | Method and Description |
---|---|
void |
mxGraphComponent.setGraph(mxGraph value) |
Constructor and Description |
---|
mxGraphComponent(mxGraph graph) |
Modifier and Type | Method and Description |
---|---|
protected void |
mxConnectionHandler.addGraphListeners(mxGraph graph)
Installs the listeners to update the handles after any changes.
|
protected void |
mxSelectionCellsHandler.addGraphListeners(mxGraph graph)
Installs the listeners to update the handles after any changes.
|
protected void |
mxConnectionHandler.removeGraphListeners(mxGraph graph)
Removes all installed listeners.
|
protected void |
mxSelectionCellsHandler.removeGraphListeners(mxGraph graph)
Removes all installed listeners.
|
Modifier and Type | Method and Description |
---|---|
static mxGraph |
mxGraphActions.getGraph(java.awt.event.ActionEvent e) |
Modifier and Type | Method and Description |
---|---|
protected int |
mxGraphActions.GroupAction.getGroupBorder(mxGraph graph) |
protected int |
mxGraphActions.UpdateGroupBoundsAction.getGroupBorder(mxGraph graph) |
Modifier and Type | Method and Description |
---|---|
static java.awt.image.BufferedImage |
mxCellRenderer.createBufferedImage(mxGraph graph,
java.lang.Object[] cells,
double scale,
java.awt.Color background,
boolean antiAlias,
mxRectangle clip) |
static java.awt.image.BufferedImage |
mxCellRenderer.createBufferedImage(mxGraph graph,
java.lang.Object[] cells,
double scale,
java.awt.Color background,
boolean antiAlias,
mxRectangle clip,
mxGraphics2DCanvas graphicsCanvas) |
static org.w3c.dom.Document |
mxCellRenderer.createHtmlDocument(mxGraph graph,
java.lang.Object[] cells,
double scale,
java.awt.Color background,
mxRectangle clip) |
static org.w3c.dom.Document |
mxCellRenderer.createSvgDocument(mxGraph graph,
java.lang.Object[] cells,
double scale,
java.awt.Color background,
mxRectangle clip) |
static org.w3c.dom.Document |
mxCellRenderer.createVmlDocument(mxGraph graph,
java.lang.Object[] cells,
double scale,
java.awt.Color background,
mxRectangle clip) |
static mxICanvas |
mxCellRenderer.drawCells(mxGraph graph,
java.lang.Object[] cells,
double scale,
mxRectangle clip,
mxCellRenderer.CanvasFactory factory)
Draws the given cells using a Graphics2D canvas and returns the buffered image
that represents the cells.
|
Modifier and Type | Field and Description |
---|---|
protected mxGraph |
mxGraphSelectionModel.graph
Reference to the enclosing graph.
|
protected mxGraph |
mxGraphView.graph
Reference to the enclosing graph.
|
protected mxGraph |
mxLayoutManager.graph
Defines the type of the source or target terminal.
|
protected mxGraph |
mxSwimlaneManager.graph
Defines the type of the source or target terminal.
|
Modifier and Type | Method and Description |
---|---|
mxGraph |
mxGraphView.getGraph()
Returns the enclosing graph.
|
mxGraph |
mxLayoutManager.getGraph() |
mxGraph |
mxSwimlaneManager.getGraph() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
mxMultiplicity.check(mxGraph graph,
java.lang.Object edge,
java.lang.Object source,
java.lang.Object target,
int sourceOut,
int targetIn)
Function: check
Checks the multiplicity for the given arguments and returns the error
for the given connection or null if the multiplicity does not apply.
|
boolean |
mxMultiplicity.checkNeighbors(mxGraph graph,
java.lang.Object edge,
java.lang.Object source,
java.lang.Object target)
Checks the type of the given value.
|
boolean |
mxMultiplicity.checkTerminal(mxGraph graph,
java.lang.Object terminal,
java.lang.Object edge)
Checks the type of the given value.
|
boolean |
mxMultiplicity.checkType(mxGraph graph,
java.lang.Object value,
java.lang.String type)
Checks the type of the given value.
|
boolean |
mxMultiplicity.checkType(mxGraph graph,
java.lang.Object value,
java.lang.String type,
java.lang.String attr,
java.lang.String attrValue)
Checks the type of the given value.
|
void |
mxLayoutManager.setGraph(mxGraph value) |
void |
mxSwimlaneManager.setGraph(mxGraph graph) |
Constructor and Description |
---|
mxGraphSelectionModel(mxGraph graph)
Constructs a new selection model for the specified graph.
|
mxGraphView(mxGraph graph)
Constructs a new view for the given graph.
|
mxLayoutManager(mxGraph graph) |
mxSwimlaneManager(mxGraph graph) |
Modifier and Type | Class and Description |
---|---|
static class |
ModelDiscoveryUI.CustomGraph
A graph that creates new edges from a given template edge.
|
Constructor and Description |
---|
CustomGraphComponent(mxGraph graph) |
Modifier and Type | Field and Description |
---|---|
protected mxGraph |
ObjectModelJGraphXPanel.graphx |
Modifier and Type | Method and Description |
---|---|
mxGraph |
ObjectModelJGraphXPanel.getGraph() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectModelJGraphXPanel.addEvent(XOCEvent event,
XOCLog log,
mxGraph graphx,
java.util.Map<mxCell,MyOriginalCell> mxcellVSCellMap,
double zoomRate) |
void |
ObjectModelJGraphXPanel.addObject(XOCObject object,
XOCLog log,
mxGraph graphx,
java.util.Map<mxCell,MyOriginalCell> mxcellVSCellMap,
boolean idShaded,
double zoomRate) |
void |
ObjectModelJGraphXPanel.addObjectRelationMxCell(mxGraph graphx,
java.lang.Object sourceMxCell,
java.lang.Object targetMxCell,
java.util.Map<mxCell,MyOriginalCell> mxcellVSCellMap) |
void |
ObjectModelJGraphXPanel.addObjectRelations(XOCObjectModel objectModel,
XOCLog log,
mxGraph graphx,
java.util.Map<mxCell,MyOriginalCell> mxcellVSCellMap) |
void |
ObjectModelJGraphXPanel.addReferenceRelations(XOCEvent event,
XOCLog log,
mxGraph graphx,
java.util.Map<mxCell,MyOriginalCell> mxcellVSCellMap) |
Modifier and Type | Method and Description |
---|---|
mxGraph |
OCBCModel.getGraphX()
returns the graphX of a model
|
Modifier and Type | Method and Description |
---|---|
void |
OCBCModel.setGraphX(mxGraph graphX)
sets the graphX of a model
|
Modifier and Type | Method and Description |
---|---|
mxGraph |
OCBCModelImpl.getGraphX()
returns the graphX of a model
|
static mxGraph |
OCBCModelImpl.initializeGraphX() |
Modifier and Type | Method and Description |
---|---|
void |
OCBCModelImpl.setGraphX(mxGraph graphX)
sets the graphX of a model
|