public class mxHtmlTextShape extends java.lang.Object implements mxITextShape
Modifier and Type | Field and Description |
---|---|
protected boolean |
replaceHtmlLinefeeds
Specifies if linefeeds should be replaced with breaks in HTML markup.
|
Constructor and Description |
---|
mxHtmlTextShape() |
Modifier and Type | Method and Description |
---|---|
boolean |
isReplaceHtmlLinefeeds()
Returns replaceHtmlLinefeeds
|
void |
paintShape(mxGraphics2DCanvas canvas,
java.lang.String text,
mxCellState state,
java.util.Map<java.lang.String,java.lang.Object> style) |
void |
setReplaceHtmlLinefeeds(boolean value)
Returns replaceHtmlLinefeeds
|
protected boolean replaceHtmlLinefeeds
public boolean isReplaceHtmlLinefeeds()
public void setReplaceHtmlLinefeeds(boolean value)
public void paintShape(mxGraphics2DCanvas canvas, java.lang.String text, mxCellState state, java.util.Map<java.lang.String,java.lang.Object> style)
paintShape
in interface mxITextShape
Copyright (c) 2010 Gaudenz Alder. All rights reserved.