org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext
Class TextOutputProcessorMetaData

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessorMetaData
      extended by org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext.TextOutputProcessorMetaData
All Implemented Interfaces:
OutputProcessorMetaData

public class TextOutputProcessorMetaData
extends AbstractOutputProcessorMetaData

Creation-Date: 13.05.2007, 13:10:59

Author:
Thomas Morgner

Field Summary
static OutputProcessorFeature.NumericOutputProcessorFeature CHAR_HEIGHT
           
static OutputProcessorFeature.NumericOutputProcessorFeature CHAR_WIDTH
           
 
Constructor Summary
TextOutputProcessorMetaData(org.pentaho.reporting.libraries.base.config.Configuration configuration, float lpi, float cpi)
           
 
Method Summary
 String getExportDescriptor()
          The export descriptor is a string that describes the output characteristics.
 boolean isFeatureSupported(OutputProcessorFeature.BooleanOutputProcessorFeature feature)
           
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessorMetaData
commit, getBaselineInfo, getConfiguration, getFontMetrics, getFontMetrics, getNormalizedFontFamilyName, getNumericFeatureValue, isContentSupported, isExtraContentElement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHAR_WIDTH

public static final OutputProcessorFeature.NumericOutputProcessorFeature CHAR_WIDTH

CHAR_HEIGHT

public static final OutputProcessorFeature.NumericOutputProcessorFeature CHAR_HEIGHT
Constructor Detail

TextOutputProcessorMetaData

public TextOutputProcessorMetaData(org.pentaho.reporting.libraries.base.config.Configuration configuration,
                                   float lpi,
                                   float cpi)
Method Detail

isFeatureSupported

public boolean isFeatureSupported(OutputProcessorFeature.BooleanOutputProcessorFeature feature)
Specified by:
isFeatureSupported in interface OutputProcessorMetaData
Overrides:
isFeatureSupported in class AbstractOutputProcessorMetaData

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.