Uses of Class
com.mxgraph.canvas.mxBasicCanvas
-
Packages that use mxBasicCanvas Package Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
mxInteractiveCanvas
-