Uses of Interface
com.mxgraph.shape.mxITextShape
-
Packages that use mxITextShape 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 -
-
Uses of mxITextShape in com.mxgraph.canvas
Fields in com.mxgraph.canvas with type parameters of type mxITextShape Modifier and Type Field Description protected static java.util.Map<java.lang.String,mxITextShape>
mxGraphics2DCanvas. textShapes
Maps from names to mxITextShape instances.Methods in com.mxgraph.canvas that return mxITextShape Modifier and Type Method Description mxITextShape
mxGraphics2DCanvas. getTextShape(java.util.Map<java.lang.String,java.lang.Object> style, boolean html)
Methods in com.mxgraph.canvas with parameters of type mxITextShape Modifier and Type Method Description static void
mxGraphics2DCanvas. putTextShape(java.lang.String name, mxITextShape shape)
-
Uses of mxITextShape in com.mxgraph.shape
Classes in com.mxgraph.shape that implement mxITextShape Modifier and Type Class Description class
mxCurveLabelShape
Draws the edge label along a curve derived from the curve describing the edge's pathclass
mxDefaultTextShape
class
mxHtmlTextShape
To set global CSS for all HTML labels, use the following code:
-