Uses of Package
com.mxgraph.view
-
Packages that use com.mxgraph.view Package Description com.mxgraph.analysis This package provides various algorithms for graph analysis, such as shortest path and minimum spanning tree.com.mxgraph.canvas This package contains various implementations for painting a graph using different technologies, such as Graphics2D, HTML, SVG or VML.com.mxgraph.costfunction com.mxgraph.generatorfunction com.mxgraph.io This package contains all classes for input/output.com.mxgraph.layout This package contains various graph layouts.com.mxgraph.layout.hierarchical com.mxgraph.layout.hierarchical.stage com.mxgraph.layout.orthogonal com.mxgraph.layout.orthogonal.model com.mxgraph.reader This package contains the classes required to turn an encoded mxGraphView into an image using SAX and without having to create a graph model.com.mxgraph.shape 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.swing.view This package contains all classes required for interaction, namely the mxCellEditor used for in-place editing and the mxInteractiveCanvas, which defines the requirements for a canvas that supports hit-detection on shapes.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. -
Classes in com.mxgraph.view used by com.mxgraph.analysis Class Description mxCellState Represents the current state of a cell in a given graph view.mxGraph Implements a graph object that allows to create diagrams from a graph model and stylesheet.mxGraph.mxICellVisitor -
Classes in com.mxgraph.view used by com.mxgraph.canvas Class Description mxCellState Represents the current state of a cell in a given graph view. -
Classes in com.mxgraph.view used by com.mxgraph.costfunction Class Description mxCellState Represents the current state of a cell in a given graph view. -
Classes in com.mxgraph.view used by com.mxgraph.generatorfunction Class Description mxCellState Represents the current state of a cell in a given graph view. -
Classes in com.mxgraph.view used by com.mxgraph.io Class Description mxGraph Implements a graph object that allows to create diagrams from a graph model and stylesheet. -
Classes in com.mxgraph.view used by com.mxgraph.layout Class Description mxCellState Represents the current state of a cell in a given graph view.mxGraph Implements a graph object that allows to create diagrams from a graph model and stylesheet. -
Classes in com.mxgraph.view used by com.mxgraph.layout.hierarchical Class Description mxGraph Implements a graph object that allows to create diagrams from a graph model and stylesheet. -
Classes in com.mxgraph.view used by com.mxgraph.layout.hierarchical.stage Class Description mxGraph Implements a graph object that allows to create diagrams from a graph model and stylesheet. -
Classes in com.mxgraph.view used by com.mxgraph.layout.orthogonal Class Description mxGraph Implements a graph object that allows to create diagrams from a graph model and stylesheet. -
Classes in com.mxgraph.view used by com.mxgraph.layout.orthogonal.model Class Description mxGraph Implements a graph object that allows to create diagrams from a graph model and stylesheet. -
Classes in com.mxgraph.view used by com.mxgraph.reader Class Description mxCellState Represents the current state of a cell in a given graph view. -
Classes in com.mxgraph.view used by com.mxgraph.shape Class Description mxCellState Represents the current state of a cell in a given graph view. -
Classes in com.mxgraph.view used by com.mxgraph.swing Class Description mxCellState Represents the current state of a cell in a given graph view.mxGraph Implements a graph object that allows to create diagrams from a graph model and stylesheet. -
Classes in com.mxgraph.view used by com.mxgraph.swing.handler Class Description mxCellState Represents the current state of a cell in a given graph view.mxGraph Implements a graph object that allows to create diagrams from a graph model and stylesheet. -
Classes in com.mxgraph.view used by com.mxgraph.swing.util Class Description mxCellState Represents the current state of a cell in a given graph view.mxGraph Implements a graph object that allows to create diagrams from a graph model and stylesheet. -
Classes in com.mxgraph.view used by com.mxgraph.swing.view Class Description mxCellState Represents the current state of a cell in a given graph view. -
Classes in com.mxgraph.view used by com.mxgraph.util Class Description mxCellState Represents the current state of a cell in a given graph view.mxGraph Implements a graph object that allows to create diagrams from a graph model and stylesheet. -
Classes in com.mxgraph.view used by com.mxgraph.view Class Description mxCellState Represents the current state of a cell in a given graph view.mxConnectionConstraint Defines an object that contains the constraints about how to connect one side of an edge to its terminal.mxEdgeStyle.mxEdgeStyleFunction Defines the requirements for an edge style function.mxGraph Implements a graph object that allows to create diagrams from a graph model and stylesheet.mxGraph.mxICellVisitor mxGraphSelectionModel Implements the selection model for a graph.mxGraphView Implements a view for the graph.mxMultiplicity mxPerimeter.mxPerimeterFunction Defines the requirements for a perimeter function.mxStylesheet Defines the appearance of the cells in a graph.