Package net.sf.jasperreports.engine.util
Class HtmlEditorKitMarkupProcessor
java.lang.Object
net.sf.jasperreports.engine.util.EditorKitMarkupProcessor
net.sf.jasperreports.engine.util.HtmlEditorKitMarkupProcessor
- All Implemented Interfaces:
MarkupProcessor
- Direct Known Subclasses:
JEditorPaneHtmlMarkupProcessor
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EditorKit
protected static String
getOLBulletChars
(int index, boolean isUpperCase) Methods inherited from class net.sf.jasperreports.engine.util.EditorKitMarkupProcessor
getAttributes, getDocument
-
Constructor Details
-
HtmlEditorKitMarkupProcessor
public HtmlEditorKitMarkupProcessor()
-
-
Method Details
-
convert
-
getEditorKit
- Specified by:
getEditorKit
in classEditorKitMarkupProcessor
-
getOLBulletChars
- 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
-