Package com.mxgraph.canvas
This package contains various implementations for painting a graph using
different technologies, such as Graphics2D, HTML, SVG or VML.
-
Interface Summary Interface Description mxICanvas Defines the requirements for a canvas that paints the vertices and edges of a graph.mxICanvas2D Requirements for implementing technologies: - Path rendering (move, line, quad, curve, arc) - Images, flip v/h, aspect, alpha (PNG, JPG, GIF) - Linear gradients (in all four directions) - Transparency, fill and stroke - Rotation, flip v/h - Font rendering - Dash patterns - Clipping by path (not just rectangle) - Alpha gradients (for glass effect) - Encode result as image (PNG, JPG) -
Class Summary Class Description mxBasicCanvas mxGraphics2DCanvas An implementation of a canvas that uses Graphics2D for painting.mxGraphicsCanvas2D Used for exporting images.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.