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 | Description |
---|---|---|
protected static java.util.Map<java.lang.String,mxITextShape> |
mxGraphics2DCanvas.textShapes |
Maps from names to mxITextShape instances.
|
Modifier and Type | Method | Description |
---|---|---|
mxITextShape |
mxGraphics2DCanvas.getTextShape(java.util.Map<java.lang.String,java.lang.Object> style,
boolean html) |
Modifier and Type | Method | Description |
---|---|---|
static void |
mxGraphics2DCanvas.putTextShape(java.lang.String name,
mxITextShape shape) |
Modifier and Type | Class | 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-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.