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,mxIShape> |
mxGraphics2DCanvas.shapes |
Maps from names to mxIVertexShape instances.
|
Modifier and Type | Method | Description |
---|---|---|
mxIShape |
mxGraphics2DCanvas.getShape(java.util.Map<java.lang.String,java.lang.Object> style) |
Modifier and Type | Method | Description |
---|---|---|
static void |
mxGraphics2DCanvas.putShape(java.lang.String name,
mxIShape shape) |
Modifier and Type | Class | Description |
---|---|---|
class |
mxActorShape |
|
class |
mxArrowShape |
|
class |
mxBasicShape |
|
class |
mxCloudShape |
|
class |
mxConnectorShape |
|
class |
mxCurveShape |
|
class |
mxCylinderShape |
|
class |
mxDoubleEllipseShape |
|
class |
mxDoubleRectangleShape |
|
class |
mxEllipseShape |
|
class |
mxHexagonShape |
|
class |
mxImageShape |
A rectangular shape that contains a single image.
|
class |
mxLabelShape |
|
class |
mxLineShape |
|
class |
mxRectangleShape |
|
class |
mxRhombusShape |
|
class |
mxStencil |
Implements a stencil for the given XML definition.
|
class |
mxStencilShape |
Stencil shape drawing that takes an XML definition of the shape and renders
it.
|
class |
mxSwimlaneShape |
|
class |
mxTriangleShape |
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.