mxGraph 2.5.0.1


Uses of Interface
com.mxgraph.shape.mxITextShape

Packages that use mxITextShape
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
protected static Map<String,mxITextShape> mxGraphics2DCanvas.textShapes
          Maps from names to mxITextShape instances.
 

Methods in com.mxgraph.canvas that return mxITextShape
 mxITextShape mxGraphics2DCanvas.getTextShape(Map<String,Object> style, boolean html)
           
 

Methods in com.mxgraph.canvas with parameters of type mxITextShape
static void mxGraphics2DCanvas.putTextShape(String name, mxITextShape shape)
           
 

Uses of mxITextShape in com.mxgraph.shape
 

Classes in com.mxgraph.shape that implement mxITextShape
 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:
 


mxGraph 2.5.0.1


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.