Package net.sf.jasperreports.engine.util
Class JEditorPaneHtmlMarkupProcessor
- java.lang.Object
-
- net.sf.jasperreports.engine.util.JEditorPaneMarkupProcessor
-
- net.sf.jasperreports.engine.util.JEditorPaneHtmlMarkupProcessor
-
- All Implemented Interfaces:
MarkupProcessor
public class JEditorPaneHtmlMarkupProcessor extends JEditorPaneMarkupProcessor
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.jasperreports.engine.util.JEditorPaneMarkupProcessor
JEditorPaneMarkupProcessor.HtmlFactory, JEditorPaneMarkupProcessor.RtfFactory
-
-
Constructor Summary
Constructors Constructor Description JEditorPaneHtmlMarkupProcessor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringconvert(java.lang.String srcText)static JEditorPaneHtmlMarkupProcessorgetInstance()protected static java.lang.StringgetOLBulletChars(int index, boolean isUpperCase)-
Methods inherited from class net.sf.jasperreports.engine.util.JEditorPaneMarkupProcessor
getAttributes
-
-
-
-
Method Detail
-
getInstance
public static JEditorPaneHtmlMarkupProcessor getInstance()
-
convert
public java.lang.String convert(java.lang.String srcText)
- Specified by:
convertin interfaceMarkupProcessor- Specified by:
convertin classJEditorPaneMarkupProcessor
-
getOLBulletChars
protected static java.lang.String getOLBulletChars(int index, boolean isUpperCase)- Parameters:
index- the current index between 0 and 18277isUpperCase- specifies whether the result should be made of upper case characters- Returns:
- a character representation of the numeric index in an ordered bullet list, that contains up to 3 chars
-
-