Interface OutputProcessorMetaData

    • Method Detail

      • initialize

        void initialize​(org.pentaho.reporting.libraries.base.config.Configuration configuration)
      • isContentSupported

        boolean isContentSupported​(Object content)
      • getFontMetrics

        org.pentaho.reporting.libraries.fonts.registry.FontMetrics getFontMetrics​(StyleSheet styleSheet)
      • getNormalizedFontFamilyName

        String getNormalizedFontFamilyName​(String name)
      • getExportDescriptor

        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.
      • getConfiguration

        org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()
      • commit

        void commit()
      • isExtraContentElement

        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.
        Parameters:
        style -
        attributes -
        Returns: