org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal
Class GraphicsOutputProcessorMetaData

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.graphics.internal.GraphicsOutputProcessorMetaData
All Implemented Interfaces:
OutputProcessorMetaData

public class GraphicsOutputProcessorMetaData
extends AbstractOutputProcessorMetaData

Creation-Date: 02.01.2006, 19:57:08

Author:
Thomas Morgner

Constructor Summary
GraphicsOutputProcessorMetaData(org.pentaho.reporting.libraries.base.config.Configuration configuration)
           
GraphicsOutputProcessorMetaData(org.pentaho.reporting.libraries.base.config.Configuration configuration, org.pentaho.reporting.libraries.fonts.registry.FontStorage storage)
           
 
Method Summary
 String getExportDescriptor()
          The export descriptor is a string that describes the output characteristics.
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessorMetaData
commit, getBaselineInfo, getConfiguration, getFontMetrics, getFontMetrics, getNormalizedFontFamilyName, getNumericFeatureValue, isContentSupported, isExtraContentElement, isFeatureSupported
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicsOutputProcessorMetaData

public GraphicsOutputProcessorMetaData(org.pentaho.reporting.libraries.base.config.Configuration configuration)

GraphicsOutputProcessorMetaData

public GraphicsOutputProcessorMetaData(org.pentaho.reporting.libraries.base.config.Configuration configuration,
                                       org.pentaho.reporting.libraries.fonts.registry.FontStorage storage)
Method Detail

getExportDescriptor

public String getExportDescriptor()
Description copied from interface: OutputProcessorMetaData
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.