JGraph X 1.2.0.8


Uses of Class
com.mxgraph.canvas.mxGraphics2DCanvas

Packages that use mxGraphics2DCanvas
com.mxgraph.canvas This package contains various implementations for painting a graph using different technologies, such as Graphics2D, HTML, SVG or VML. 
com.mxgraph.reader This package contains the classes required to turn an encoded mxGraphView into an image using SAX and without having to create a graph model. 
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. 
com.mxgraph.util This package provides utility classes such as mxConstants, mxUtils, mxPoint and mxRectangle as well as all classes for custom events and the undo history. 
 

Uses of mxGraphics2DCanvas in com.mxgraph.canvas
 

Fields in com.mxgraph.canvas declared as mxGraphics2DCanvas
protected  mxGraphics2DCanvas mxImageCanvas.canvas
           
 

Methods in com.mxgraph.canvas that return mxGraphics2DCanvas
 mxGraphics2DCanvas mxImageCanvas.getGraphicsCanvas()
           
 

Constructors in com.mxgraph.canvas with parameters of type mxGraphics2DCanvas
mxImageCanvas(mxGraphics2DCanvas canvas, int width, int height, Color background, boolean antiAlias)
           
 

Uses of mxGraphics2DCanvas in com.mxgraph.reader
 

Methods in com.mxgraph.reader that return mxGraphics2DCanvas
protected  mxGraphics2DCanvas mxGraphViewImageReader.createGraphicsCanvas()
          Hook that creates the graphics canvas.
 

Uses of mxGraphics2DCanvas in com.mxgraph.swing.view
 

Subclasses of mxGraphics2DCanvas in com.mxgraph.swing.view
 class mxInteractiveCanvas
           
 

Uses of mxGraphics2DCanvas in com.mxgraph.util
 

Methods in com.mxgraph.util with parameters of type mxGraphics2DCanvas
static BufferedImage mxCellRenderer.createBufferedImage(mxGraph graph, Object[] cells, double scale, Color background, boolean antiAlias, mxRectangle clip, mxGraphics2DCanvas graphicsCanvas)
           
 


JGraph X 1.2.0.8


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