Uses of Interface
org.pentaho.reporting.engine.classic.core.layout.LayoutSupport

Packages that use LayoutSupport
org.pentaho.reporting.engine.classic.core.function The function package contains statefull functions and stateless expression for JFreeReport. 
org.pentaho.reporting.engine.classic.core.layout Banded layout management. 
org.pentaho.reporting.engine.classic.core.layout.output   
org.pentaho.reporting.engine.classic.core.modules.misc.survey   
org.pentaho.reporting.engine.classic.core.util Common utility classes. 
 

Uses of LayoutSupport in org.pentaho.reporting.engine.classic.core.function
 

Methods in org.pentaho.reporting.engine.classic.core.function that return LayoutSupport
 LayoutSupport ProcessingContext.getLayoutSupport()
          Deprecated. the layouter works differently now. The layout-support returned here is a dummy implementation and does no longer reflect the real layout computations.
 

Uses of LayoutSupport in org.pentaho.reporting.engine.classic.core.layout
 

Classes in org.pentaho.reporting.engine.classic.core.layout that implement LayoutSupport
 class DefaultLayoutSupport
          Deprecated. Like the layout support itself, this class is deprecated. There is no safe way how functions could compute valid text-sizes before the layouting starts.
 class LegacyLayoutSupport
          Deprecated. Like the base class, this class cannot be used to create a valid precomputation of the report layout.
 

Methods in org.pentaho.reporting.engine.classic.core.layout with parameters of type LayoutSupport
 void StaticLayoutManager.doLayout(Band b, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Layout a single band with all elements contained within the band.
 void BandLayoutManager.doLayout(Band b, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Performs the layout of a band.
 void StackedLayoutManager.doLayout(Band b, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Performs the layout of a band.
 StrictDimension StaticLayoutManager.minimumLayoutSize(Band b, StrictDimension containerBounds, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Calculates the minimum layout size for a band.
 StrictDimension BandLayoutManager.minimumLayoutSize(Band b, StrictDimension containerDims, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Calculates the minimum layout size for a band.
 StrictDimension StackedLayoutManager.minimumLayoutSize(Band b, StrictDimension containerDims, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Calculates the minimum layout size for a band.
 StrictDimension StaticLayoutManager.preferredLayoutSize(Band b, StrictDimension containerDims, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Calculates the preferred layout size for a band.
 StrictDimension BandLayoutManager.preferredLayoutSize(Band b, StrictDimension containerDims, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Calculates the preferred layout size for a band.
 StrictDimension StackedLayoutManager.preferredLayoutSize(Band b, StrictDimension containerDims, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Calculates the preferred layout size for a band.
 

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

Methods in org.pentaho.reporting.engine.classic.core.layout.output that return LayoutSupport
 LayoutSupport DefaultProcessingContext.getLayoutSupport()
           
 

Constructors in org.pentaho.reporting.engine.classic.core.layout.output with parameters of type LayoutSupport
DefaultProcessingContext(OutputProcessorMetaData outputProcessorMetaData, LayoutSupport layoutSupport, ResourceBundleFactory resourceBundleFactory, org.pentaho.reporting.libraries.base.config.Configuration configuration, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager, org.pentaho.reporting.libraries.resourceloader.ResourceKey contentBase, org.pentaho.reporting.libraries.docbundle.DocumentMetaData metaData, ReportEnvironment environment, int compatibilityLevel)
           
 

Uses of LayoutSupport in org.pentaho.reporting.engine.classic.core.modules.misc.survey
 

Methods in org.pentaho.reporting.engine.classic.core.modules.misc.survey with parameters of type LayoutSupport
 void SurveyScale.setLayoutSupport(LayoutSupport layoutSupport)
          Provides the Layout-Support of the current report processor to the drawable.
 

Uses of LayoutSupport in org.pentaho.reporting.engine.classic.core.util
 

Methods in org.pentaho.reporting.engine.classic.core.util that return LayoutSupport
 LayoutSupport ScalingDrawable.getLayoutSupport()
          Returns the layout-support used if the drawable is a ReportDrawable.
 

Methods in org.pentaho.reporting.engine.classic.core.util with parameters of type LayoutSupport
 void ScalingDrawable.setLayoutSupport(LayoutSupport layoutSupport)
          Defines the layout-support used if the drawable is a ReportDrawable.