Class GraphicsOutputProcessorMetaData

    • Constructor Detail

      • GraphicsOutputProcessorMetaData

        public GraphicsOutputProcessorMetaData​(org.pentaho.reporting.libraries.fonts.registry.FontStorage storage,
                                               boolean iterative)
    • Method Detail

      • getDefaultFontFamily

        public org.pentaho.reporting.libraries.fonts.registry.FontFamily getDefaultFontFamily()
      • getExportDescriptor

        public java.lang.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.
      • isIterative

        public boolean isIterative()
        Description copied from interface: OutputProcessorMetaData
        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: