Uses of Class
org.pentaho.reporting.engine.classic.core.layout.output.OutputProcessorFeature.BooleanOutputProcessorFeature

Packages that use OutputProcessorFeature.BooleanOutputProcessorFeature
org.pentaho.reporting.engine.classic.core.layout.output   
org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext PlainText export target module. 
org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml.internal   
org.pentaho.reporting.engine.classic.core.modules.output.table.base Common base classes for the table style output targets. 
org.pentaho.reporting.engine.classic.core.modules.output.table.rtf.helper   
org.pentaho.reporting.engine.classic.core.modules.output.table.xml.internal   
 

Uses of OutputProcessorFeature.BooleanOutputProcessorFeature in org.pentaho.reporting.engine.classic.core.layout.output
 

Fields in org.pentaho.reporting.engine.classic.core.layout.output declared as OutputProcessorFeature.BooleanOutputProcessorFeature
static OutputProcessorFeature.BooleanOutputProcessorFeature OutputProcessorFeature.ASSUME_OVERFLOW_X
           
static OutputProcessorFeature.BooleanOutputProcessorFeature OutputProcessorFeature.ASSUME_OVERFLOW_Y
           
static OutputProcessorFeature.BooleanOutputProcessorFeature OutputProcessorFeature.BACKGROUND_IMAGE
          Defines, whether the output target allows background images.
static OutputProcessorFeature.BooleanOutputProcessorFeature OutputProcessorFeature.DESIGNTIME
           
static OutputProcessorFeature.BooleanOutputProcessorFeature OutputProcessorFeature.DETECT_EXTRA_CONTENT
           
static OutputProcessorFeature.BooleanOutputProcessorFeature OutputProcessorFeature.DISABLE_PADDING
          Defines, whether the output system will support paddings.
static OutputProcessorFeature.BooleanOutputProcessorFeature OutputProcessorFeature.EMBED_ALL_FONTS
           
static OutputProcessorFeature.BooleanOutputProcessorFeature OutputProcessorFeature.EMULATE_PADDING
          Defines, that the output system will try to emulate paddings.
static OutputProcessorFeature.BooleanOutputProcessorFeature OutputProcessorFeature.FAST_FONTRENDERING
           
static OutputProcessorFeature.BooleanOutputProcessorFeature OutputProcessorFeature.FONT_FRACTIONAL_METRICS
          Defines, whether the output uses fractional metrics.
static OutputProcessorFeature.BooleanOutputProcessorFeature OutputProcessorFeature.FONT_SUPPORTS_ANTI_ALIASING
          Defines, whether the output target allows the configuration of anti-aliasing of fonts.
static OutputProcessorFeature.BooleanOutputProcessorFeature OutputProcessorFeature.IMAGE_RESOLUTION_MAPPING
           
static OutputProcessorFeature.BooleanOutputProcessorFeature OutputProcessorFeature.ITERATIVE_RENDERING
           
static OutputProcessorFeature.BooleanOutputProcessorFeature OutputProcessorFeature.LEGACY_LINEHEIGHT_CALC
          If this feature is active, the line-height of any text will be based on the common lineheight, and not on the maximum lineheight.
static OutputProcessorFeature.BooleanOutputProcessorFeature OutputProcessorFeature.PAGE_SECTIONS
          Defines, whether the output target allows the generation of page-sections.
static OutputProcessorFeature.BooleanOutputProcessorFeature OutputProcessorFeature.PAGEBREAKS
           
static OutputProcessorFeature.BooleanOutputProcessorFeature OutputProcessorFeature.PREFER_NATIVE_SCALING
           
static OutputProcessorFeature.BooleanOutputProcessorFeature OutputProcessorFeature.SPACING_SUPPORTED
           
static OutputProcessorFeature.BooleanOutputProcessorFeature OutputProcessorFeature.UNALIGNED_PAGEBANDS
           
static OutputProcessorFeature.BooleanOutputProcessorFeature OutputProcessorFeature.WATERMARK_SECTION
          Defines, whether the output target allows the use of water-mark sections.
 

Methods in org.pentaho.reporting.engine.classic.core.layout.output with parameters of type OutputProcessorFeature.BooleanOutputProcessorFeature
 boolean OutputProcessorMetaData.isFeatureSupported(OutputProcessorFeature.BooleanOutputProcessorFeature feature)
           
 boolean AbstractOutputProcessorMetaData.isFeatureSupported(OutputProcessorFeature.BooleanOutputProcessorFeature feature)
           
 

Uses of OutputProcessorFeature.BooleanOutputProcessorFeature in org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext with parameters of type OutputProcessorFeature.BooleanOutputProcessorFeature
 boolean TextOutputProcessorMetaData.isFeatureSupported(OutputProcessorFeature.BooleanOutputProcessorFeature feature)
           
 

Uses of OutputProcessorFeature.BooleanOutputProcessorFeature in org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml.internal
 

Fields in org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml.internal declared as OutputProcessorFeature.BooleanOutputProcessorFeature
static OutputProcessorFeature.BooleanOutputProcessorFeature XmlPageOutputProcessorMetaData.WRITE_RESOURCEKEYS
           
 

Uses of OutputProcessorFeature.BooleanOutputProcessorFeature in org.pentaho.reporting.engine.classic.core.modules.output.table.base
 

Fields in org.pentaho.reporting.engine.classic.core.modules.output.table.base declared as OutputProcessorFeature.BooleanOutputProcessorFeature
static OutputProcessorFeature.BooleanOutputProcessorFeature AbstractTableOutputProcessor.SHAPES_CONTENT
           
static OutputProcessorFeature.BooleanOutputProcessorFeature AbstractTableOutputProcessor.STRICT_LAYOUT
           
static OutputProcessorFeature.BooleanOutputProcessorFeature AbstractTableOutputProcessor.TREAT_ELLIPSE_AS_RECTANGLE
           
 

Uses of OutputProcessorFeature.BooleanOutputProcessorFeature in org.pentaho.reporting.engine.classic.core.modules.output.table.rtf.helper
 

Fields in org.pentaho.reporting.engine.classic.core.modules.output.table.rtf.helper declared as OutputProcessorFeature.BooleanOutputProcessorFeature
static OutputProcessorFeature.BooleanOutputProcessorFeature RTFOutputProcessorMetaData.IMAGES_ENABLED
           
 

Uses of OutputProcessorFeature.BooleanOutputProcessorFeature in org.pentaho.reporting.engine.classic.core.modules.output.table.xml.internal
 

Fields in org.pentaho.reporting.engine.classic.core.modules.output.table.xml.internal declared as OutputProcessorFeature.BooleanOutputProcessorFeature
static OutputProcessorFeature.BooleanOutputProcessorFeature XmlTableOutputProcessorMetaData.WRITE_RESOURCEKEYS