org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper
Class HtmlOutputProcessorMetaData

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessorMetaData
      extended by org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper.HtmlOutputProcessorMetaData
All Implemented Interfaces:
OutputProcessorMetaData

public class HtmlOutputProcessorMetaData
extends AbstractOutputProcessorMetaData

Creation-Date: 04.05.2007, 18:04:58

Author:
Thomas Morgner

Field Summary
static int PAGINATION_FULL
           
static int PAGINATION_MANUAL
           
static int PAGINATION_NONE
           
 
Constructor Summary
HtmlOutputProcessorMetaData(org.pentaho.reporting.libraries.base.config.Configuration configuration, org.pentaho.reporting.libraries.fonts.registry.FontStorage fontStorage, int paginationMode)
           
HtmlOutputProcessorMetaData(org.pentaho.reporting.libraries.base.config.Configuration configuration, int paginationMode)
           
 
Method Summary
 String getExportDescriptor()
          The export descriptor is a string that describes the output characteristics.
 int getPaginationMode()
           
 boolean isExtraContentElement(StyleSheet style, ReportAttributeMap attributes)
          Checks whether this element provides some extra content that is not part of the visible layout structure.
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessorMetaData
commit, getBaselineInfo, getConfiguration, getFontMetrics, getFontMetrics, getNormalizedFontFamilyName, getNumericFeatureValue, isContentSupported, isFeatureSupported
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAGINATION_NONE

public static final int PAGINATION_NONE
See Also:
Constant Field Values

PAGINATION_MANUAL

public static final int PAGINATION_MANUAL
See Also:
Constant Field Values

PAGINATION_FULL

public static final int PAGINATION_FULL
See Also:
Constant Field Values
Constructor Detail

HtmlOutputProcessorMetaData

public HtmlOutputProcessorMetaData(org.pentaho.reporting.libraries.base.config.Configuration configuration,
                                   int paginationMode)

HtmlOutputProcessorMetaData

public HtmlOutputProcessorMetaData(org.pentaho.reporting.libraries.base.config.Configuration configuration,
                                   org.pentaho.reporting.libraries.fonts.registry.FontStorage fontStorage,
                                   int paginationMode)
Method Detail

getPaginationMode

public int getPaginationMode()

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.

isExtraContentElement

public boolean isExtraContentElement(StyleSheet style,
                                     ReportAttributeMap attributes)
Checks whether this element provides some extra content that is not part of the visible layout structure. This can be embedded scripts, anchors etc.

Specified by:
isExtraContentElement in interface OutputProcessorMetaData
Overrides:
isExtraContentElement in class AbstractOutputProcessorMetaData
Parameters:
style -
attributes -
Returns: