| 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.shape |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,mxITextShape> |
mxGraphics2DCanvas.textShapes
Maps from names to mxITextShape instances.
|
| Modifier and Type | Method and Description |
|---|---|
mxITextShape |
mxGraphics2DCanvas.getTextShape(Map<String,Object> style,
boolean html) |
| Modifier and Type | Method and Description |
|---|---|
static void |
mxGraphics2DCanvas.putTextShape(String name,
mxITextShape shape) |
| Modifier and Type | Class and Description |
|---|---|
class |
mxCurveLabelShape
Draws the edge label along a curve derived from the curve describing
the edge's path
|
class |
mxDefaultTextShape |
class |
mxHtmlTextShape
To set global CSS for all HTML labels, use the following code:
|
Copyright (c) 2010 Gaudenz Alder. All rights reserved.