mxGraph 2.5.0.1


Uses of Class
com.mxgraph.canvas.mxBasicCanvas

Packages that use mxBasicCanvas
com.mxgraph.canvas This package contains various implementations for painting a graph using different technologies, such as Graphics2D, HTML, SVG or VML. 
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. 
 

Uses of mxBasicCanvas in com.mxgraph.canvas
 

Subclasses of mxBasicCanvas in com.mxgraph.canvas
 class mxGraphics2DCanvas
          An implementation of a canvas that uses Graphics2D for painting.
 class mxHtmlCanvas
          An implementation of a canvas that uses HTML for painting.
 class mxSvgCanvas
          An implementation of a canvas that uses SVG for painting.
 class mxVmlCanvas
          An implementation of a canvas that uses VML for painting.
 

Uses of mxBasicCanvas in com.mxgraph.swing.view
 

Subclasses of mxBasicCanvas in com.mxgraph.swing.view
 class mxInteractiveCanvas
           
 


mxGraph 2.5.0.1


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.