JGraph X 1.2.0.8


Uses of Package
com.mxgraph.canvas

Packages that use com.mxgraph.canvas
com.mxgraph.canvas This package contains various implementations for painting a graph using different technologies, such as Graphics2D, HTML, SVG or VML. 
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.swing This package contains the main component for JFC/Swing, namely the graph component and the outline component. 
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.canvas used by com.mxgraph.canvas
mxBasicCanvas
           
mxGraphics2DCanvas
          An implementation of a canvas that uses Graphics2D for painting.
mxICanvas
          Defines the requirements for a canvas that paints the vertices and edges of a graph.
 

Classes in com.mxgraph.canvas used by com.mxgraph.reader
mxGraphics2DCanvas
          An implementation of a canvas that uses Graphics2D for painting.
mxICanvas
          Defines the requirements for a canvas that paints the vertices and edges of a graph.
 

Classes in com.mxgraph.canvas used by com.mxgraph.swing
mxICanvas
          Defines the requirements for a canvas that paints the vertices and edges of a graph.
 

Classes in com.mxgraph.canvas used by com.mxgraph.swing.view
mxBasicCanvas
           
mxGraphics2DCanvas
          An implementation of a canvas that uses Graphics2D for painting.
mxICanvas
          Defines the requirements for a canvas that paints the vertices and edges of a graph.
 

Classes in com.mxgraph.canvas used by com.mxgraph.util
mxGraphics2DCanvas
          An implementation of a canvas that uses Graphics2D for painting.
mxICanvas
          Defines the requirements for a canvas that paints the vertices and edges of a graph.
 

Classes in com.mxgraph.canvas used by com.mxgraph.view
mxICanvas
          Defines the requirements for a canvas that paints the vertices and edges of a graph.
 


JGraph X 1.2.0.8


Copyright (c) 2008 Gaudenz Alder. All rights reserved.