<TDWIDTH="15%"><B><AHREF="../../../com/mxgraph/view/mxEdgeStyle.mxEdgeStyleFunction.html"title="interface in com.mxgraph.view">mxEdgeStyle.mxEdgeStyleFunction</A></B></TD>
<TD>Defines the requirements for an edge style function.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../com/mxgraph/view/mxGraph.mxICellVisitor.html"title="interface in com.mxgraph.view">mxGraph.mxICellVisitor</A></B></TD>
<TD> </TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../com/mxgraph/view/mxPerimeter.mxPerimeterFunction.html"title="interface in com.mxgraph.view">mxPerimeter.mxPerimeterFunction</A></B></TD>
<TD>Defines the requirements for a perimeter function.</TD>
<TDWIDTH="15%"><B><AHREF="../../../com/mxgraph/view/mxCellState.html"title="class in com.mxgraph.view">mxCellState</A></B></TD>
<TD>Represents the current state of a cell in a given graph view.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../com/mxgraph/view/mxConnectionConstraint.html"title="class in com.mxgraph.view">mxConnectionConstraint</A></B></TD>
<TD>Defines an object that contains the constraints about how to connect one
side of an edge to its terminal.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../com/mxgraph/view/mxEdgeStyle.html"title="class in com.mxgraph.view">mxEdgeStyle</A></B></TD>
<TD>Provides various edge styles to be used as the values for
mxConstants.STYLE_EDGE in a cell style.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../com/mxgraph/view/mxGraph.html"title="class in com.mxgraph.view">mxGraph</A></B></TD>
<TD>Implements a graph object that allows to create diagrams from a graph model
and stylesheet.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../com/mxgraph/view/mxGraphSelectionModel.html"title="class in com.mxgraph.view">mxGraphSelectionModel</A></B></TD>
<TD>Implements the selection model for a graph.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../com/mxgraph/view/mxGraphSelectionModel.mxSelectionChange.html"title="class in com.mxgraph.view">mxGraphSelectionModel.mxSelectionChange</A></B></TD>
<TD> </TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../com/mxgraph/view/mxGraphView.html"title="class in com.mxgraph.view">mxGraphView</A></B></TD>
<TD>Implements a view for the graph.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../com/mxgraph/view/mxGraphView.mxCurrentRootChange.html"title="class in com.mxgraph.view">mxGraphView.mxCurrentRootChange</A></B></TD>
<TD>Action to change the current root in a view.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../com/mxgraph/view/mxLayoutManager.html"title="class in com.mxgraph.view">mxLayoutManager</A></B></TD>
<TD>Implements a layout manager that updates the layout for a given transaction.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../com/mxgraph/view/mxMultiplicity.html"title="class in com.mxgraph.view">mxMultiplicity</A></B></TD>
<TD> </TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../com/mxgraph/view/mxPerimeter.html"title="class in com.mxgraph.view">mxPerimeter</A></B></TD>
<TD>Provides various perimeter functions to be used in a style
as the value of mxConstants.STYLE_PERIMETER.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../com/mxgraph/view/mxSpaceManager.html"title="class in com.mxgraph.view">mxSpaceManager</A></B></TD>
<TD> </TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../com/mxgraph/view/mxStyleRegistry.html"title="class in com.mxgraph.view">mxStyleRegistry</A></B></TD>
<TD>Singleton class that acts as a global converter from string to object values
in a style.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../com/mxgraph/view/mxStylesheet.html"title="class in com.mxgraph.view">mxStylesheet</A></B></TD>
<TD>Defines the appearance of the cells in a graph.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../com/mxgraph/view/mxSwimlaneManager.html"title="class in com.mxgraph.view">mxSwimlaneManager</A></B></TD>
<TD>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.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../com/mxgraph/view/mxTemporaryCellStates.html"title="class in com.mxgraph.view">mxTemporaryCellStates</A></B></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<ANAME="package_description"><!----></A><H2>
Package com.mxgraph.view Description
</H2>
<P>
This package implements the graph component, represented by the mxGraph
class. The graph holds an mxGraphModel which contains mxCells and caches the
state of the cells in mxGraphView. The cells are painted using a canvas from
the canvas package. The style of the graph is represented by the mxStylesheet