Package com.mxgraph.shape
Interface mxITextShape
-
- All Known Implementing Classes:
mxCurveLabelShape
,mxDefaultTextShape
,mxHtmlTextShape
public interface mxITextShape
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
paintShape(mxGraphics2DCanvas canvas, java.lang.String text, mxCellState state, java.util.Map<java.lang.String,java.lang.Object> style)
-
-
-
Method Detail
-
paintShape
void paintShape(mxGraphics2DCanvas canvas, java.lang.String text, mxCellState state, java.util.Map<java.lang.String,java.lang.Object> style)
-
-