Uses of Package
com.mxgraph.canvas
Packages that use com.mxgraph.canvas
Package
Description
This package contains various implementations for painting a graph using
different technologies, such as Graphics2D, HTML, SVG or VML.
This package contains the classes required to turn an encoded mxGraphView
into an image using SAX and without having to create a graph model.
This package contains the main component for JFC/Swing, namely the graph
component and the outline component.
This package contains all classes required for mouse event handling in
JFC/Swing.
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.
This package provides utility classes such as mxConstants, mxUtils, mxPoint
and mxRectangle as well as all classes for custom events and the undo
history.
This package implements the graph component, represented by the mxGraph
class.
-
Classes in com.mxgraph.canvas used by com.mxgraph.canvasClassDescriptionAn implementation of a canvas that uses Graphics2D for painting.Defines the requirements for a canvas that paints the vertices and edges of a graph.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)
-
Classes in com.mxgraph.canvas used by com.mxgraph.readerClassDescriptionAn implementation of a canvas that uses Graphics2D for painting.Defines the requirements for a canvas that paints the vertices and edges of a graph.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)
-
Classes in com.mxgraph.canvas used by com.mxgraph.shapeClassDescriptionAn implementation of a canvas that uses Graphics2D for painting.Used for exporting images.
-
Classes in com.mxgraph.canvas used by com.mxgraph.swingClassDescriptionAn implementation of a canvas that uses Graphics2D for painting.Defines the requirements for a canvas that paints the vertices and edges of a graph.
-
Classes in com.mxgraph.canvas used by com.mxgraph.swing.handlerClassDescriptionAn implementation of a canvas that uses Graphics2D for painting.
-
Classes in com.mxgraph.canvas used by com.mxgraph.swing.viewClassDescriptionAn implementation of a canvas that uses Graphics2D for painting.Defines the requirements for a canvas that paints the vertices and edges of a graph.
-
Classes in com.mxgraph.canvas used by com.mxgraph.utilClassDescriptionAn implementation of a canvas that uses Graphics2D for painting.Defines the requirements for a canvas that paints the vertices and edges of a graph.
-
Classes in com.mxgraph.canvas used by com.mxgraph.viewClassDescriptionDefines the requirements for a canvas that paints the vertices and edges of a graph.