Uses of Class
com.mxgraph.canvas.mxBasicCanvas
Packages that use mxBasicCanvas
Package
Description
This package contains various implementations for painting a graph using
different technologies, such as Graphics2D, HTML, SVG or VML.
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.canvasModifier and TypeClassDescriptionclass
An implementation of a canvas that uses Graphics2D for painting.class
An implementation of a canvas that uses HTML for painting.class
An implementation of a canvas that uses SVG for painting.class
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