Package | Description |
---|---|
com.mxgraph.model |
This package contains the classes that define a graph model.
|
com.mxgraph.swing |
This package contains the main component for JFC/Swing, namely the graph
component and the outline component.
|
com.mxgraph.swing.handler |
This package contains all classes required for mouse event handling in
JFC/Swing.
|
com.mxgraph.swing.util |
This package contains all utility classes that require JFC/Swing, namely for
mouse event handling, drag and drop, actions and overlays.
|
com.mxgraph.util |
This package provides utility classes such as mxConstants, mxUtils, mxPoint
and mxRectangle as well as all classes for custom events and the undo
history.
|
com.mxgraph.view |
This package implements the graph component, represented by the mxGraph
class.
|
Modifier and Type | Class | Description |
---|---|---|
class |
mxGraphModel |
Extends mxEventSource to implement a graph model.
|
Modifier and Type | Field | Description |
---|---|---|
protected mxEventSource |
mxGraphComponent.eventSource |
Modifier and Type | Class | Description |
---|---|---|
class |
mxConnectPreview |
Connection handler creates new connections between cells.
|
class |
mxMovePreview |
Connection handler creates new connections between cells.
|
Modifier and Type | Field | Description |
---|---|---|
protected mxEventSource |
mxCellMarker.eventSource |
Holds the event source.
|
protected mxEventSource |
mxConnectionHandler.eventSource |
Holds the event source.
|
protected mxEventSource |
mxInsertHandler.eventSource |
Modifier and Type | Class | Description |
---|---|---|
class |
mxAnimation |
Baseclass for all timer-based animations.
|
class |
mxMorphing |
Provides animation effects.
|
Modifier and Type | Class | Description |
---|---|---|
class |
mxUndoManager |
Implements an undo history.
|
Modifier and Type | Class | Description |
---|---|---|
class |
mxGraph |
Implements a graph object that allows to create diagrams from a graph model
and stylesheet.
|
class |
mxGraphSelectionModel |
Implements the selection model for a graph.
|
class |
mxGraphView |
Implements a view for the graph.
|
class |
mxLayoutManager |
Implements a layout manager that updates the layout for a given transaction.
|
class |
mxSwimlaneManager |
Manager for swimlanes and nested swimlanes that sets the size of newly added
swimlanes to that of their siblings, and propagates changes to the size of a
swimlane to its siblings, if siblings is true, and its ancestors, if
bubbling is true.
|
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.