JGraph X 1.4.1.0


Package com.mxgraph.canvas

This package contains various implementations for painting a graph using different technologies, such as Graphics2D, HTML, SVG or VML.

See:
          Description

Interface Summary
mxICanvas Defines the requirements for a canvas that paints the vertices and edges of a graph.
 

Class Summary
mxBasicCanvas  
mxGraphics2DCanvas An implementation of a canvas that uses Graphics2D for painting.
mxHtmlCanvas An implementation of a canvas that uses HTML for painting.
mxImageCanvas An implementation of a canvas that uses Graphics2D for painting.
mxSvgCanvas An implementation of a canvas that uses SVG for painting.
mxVmlCanvas An implementation of a canvas that uses VML for painting.
 

Package com.mxgraph.canvas Description

This package contains various implementations for painting a graph using different technologies, such as Graphics2D, HTML, SVG or VML.


JGraph X 1.4.1.0


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