org.pentaho.reporting.engine.classic.core.layout.richtext
Interface RichTextConverter

All Known Implementing Classes:
HtmlRichTextConverter, RtfRichTextConverter

public interface RichTextConverter

A worker that converts raw-objects into rich-text objects. The worker expects either a byte-array, a char-array, a string or a native Document and returns the converted value (or the value unchanged if its not a rich-text object).

Author:
Thomas Morgner.

Method Summary
 Object convert(Element source, Object value)
           
 boolean isRecognizedType(String mimeType)
           
 

Method Detail

isRecognizedType

boolean isRecognizedType(String mimeType)

convert

Object convert(Element source,
               Object value)