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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
mxInteractiveCanvas |
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.