net.sf.jasperreports.engine.util
Class JEditorPaneMarkupProcessor

java.lang.Object
  extended by net.sf.jasperreports.engine.util.JEditorPaneMarkupProcessor
All Implemented Interfaces:
MarkupProcessor

public abstract class JEditorPaneMarkupProcessor
extends java.lang.Object
implements MarkupProcessor

Version:
$Id: JFreeChartRenderer.java 1364 2006-08-31 15:13:20Z lucianc $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Nested Class Summary
static class JEditorPaneMarkupProcessor.HtmlFactory
           
static class JEditorPaneMarkupProcessor.RtfFactory
           
 
Field Summary
static JEditorPaneMarkupProcessor HTML
           
static JEditorPaneMarkupProcessor RTF
           
 
Constructor Summary
JEditorPaneMarkupProcessor()
           
 
Method Summary
protected  void addElements(java.util.List elements, javax.swing.text.Element element)
           
 java.lang.String convert(java.lang.String srcText)
           
protected  java.util.Map getAttributes(javax.swing.text.AttributeSet attrSet)
           
abstract  java.lang.String getContentType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RTF

public static final JEditorPaneMarkupProcessor RTF

HTML

public static final JEditorPaneMarkupProcessor HTML
Constructor Detail

JEditorPaneMarkupProcessor

public JEditorPaneMarkupProcessor()
Method Detail

convert

public java.lang.String convert(java.lang.String srcText)
Specified by:
convert in interface MarkupProcessor

addElements

protected void addElements(java.util.List elements,
                           javax.swing.text.Element element)

getAttributes

protected java.util.Map getAttributes(javax.swing.text.AttributeSet attrSet)

getContentType

public abstract java.lang.String getContentType()


© 2001-2006 JasperSoft Corporation www.jaspersoft.com