|
JGraph X 1.0.2.8 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
mxEdgeStyle.mxEdgeStyleFunction | Defines the requirements for an edge style function. |
mxGraph.mxICellVisitor | |
mxPerimeter.mxPerimeterFunction | Defines the requirements for a perimeter function. |
Class Summary | |
---|---|
mxCellState | Represents the current state of a cell in a given graph view. |
mxEdgeStyle | Provides various edge styles to be used as the values for mxConstants.STYLE_EDGE in a cell style. |
mxGraph | Implements a graph object that allows to create diagrams from a graph model and stylesheet. |
mxGraphSelectionModel | To add a change listener to the graph selection model:
addListener(
mxEvent.CHANGE, new mxEventListener()
{
public void invoke(Object source, Object[] args)
{
selectionChanged((mxSelectionModel) source, (Collection) args[0],
(Collection) args[1]);
}
});
|
mxGraphSelectionModel.mxSelectionChange | |
mxGraphView | Implements a view for the graph. |
mxGraphView.mxCurrentRootChange | Action to change the current root in a view. |
mxLayoutManager | |
mxMultiplicity | |
mxPerimeter | Provides various perimeter functions to be used in a style as the value of mxConstants.STYLE_PERIMETER. |
mxSpaceManager | |
mxStyleRegistry | Singleton class that acts as a global converter from string to object values in a style. |
mxStylesheet | Defines the appearance of the cells in a graph. |
mxSwimlaneManager | |
mxTemporaryCellStates |
|
JGraph X 1.0.2.8 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |