Uses of Class
org.pentaho.reporting.engine.classic.core.layout.model.RenderableReplacedContentBox

Packages that use RenderableReplacedContentBox
org.pentaho.reporting.engine.classic.core.layout.output   
org.pentaho.reporting.engine.classic.core.layout.process   
org.pentaho.reporting.engine.classic.core.layout.process.valign   
org.pentaho.reporting.engine.classic.core.modules.output.table.base Common base classes for the table style output targets. 
 

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

Methods in org.pentaho.reporting.engine.classic.core.layout.output with parameters of type RenderableReplacedContentBox
static ImageMap RenderUtility.extractImageMap(RenderableReplacedContentBox content)
           
static ImageMap RenderUtility.extractImageMap(RenderableReplacedContentBox node, org.pentaho.reporting.libraries.resourceloader.factory.drawable.DrawableWrapper drawable)
           
 

Uses of RenderableReplacedContentBox in org.pentaho.reporting.engine.classic.core.layout.process
 

Methods in org.pentaho.reporting.engine.classic.core.layout.process with parameters of type RenderableReplacedContentBox
static long ReplacedContentUtil.computeHeight(RenderableReplacedContentBox content, long bcw, long computedWidth)
           
static long ReplacedContentUtil.computeWidth(RenderableReplacedContentBox content)
           
static long ReplacedContentUtil.computeWidthInternal(RenderableReplacedContentBox contentBox, long blockContextWidth)
           
 

Uses of RenderableReplacedContentBox in org.pentaho.reporting.engine.classic.core.layout.process.valign
 

Constructors in org.pentaho.reporting.engine.classic.core.layout.process.valign with parameters of type RenderableReplacedContentBox
ReplacedContentAlignContext(RenderableReplacedContentBox node, long parentHeight)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.base with parameters of type RenderableReplacedContentBox
 void SheetLayout.addRenderableContent(RenderableReplacedContentBox element, long shift)