org.jfree.layouting.modules.output.plaintext

Class PlaintextOutputMetaData

public class PlaintextOutputMetaData extends AbstractOutputProcessorMetaData

Creation-Date: 13.11.2006, 12:48:51

Author: Thomas Morgner

Constructor Summary
PlaintextOutputMetaData(FontRegistry registry)
Method Summary
FontFamilygetDefaultFontFamily()
StringgetExportDescriptor()
The export descriptor is a string that describes the output characteristics.
booleanisIterative()
An iterative output processor accepts and processes small content chunks.

Constructor Detail

PlaintextOutputMetaData

public PlaintextOutputMetaData(FontRegistry registry)

Method Detail

getDefaultFontFamily

public FontFamily getDefaultFontFamily()

getExportDescriptor

public String getExportDescriptor()
The export descriptor is a string that describes the output characteristics. For libLayout outputs, it should start with the output class (one of 'pageable', 'flow' or 'stream'), followed by '/liblayout/' and finally followed by the output type (ie. PDF, Print, etc).

Returns: the export descriptor.

isIterative

public boolean isIterative()
An iterative output processor accepts and processes small content chunks. If this method returns false, the output processor will not receive the content until the whole document is processed.

Returns: