org.pentaho.reporting.engine.classic.core.layout.process
Class ReplacedContentUtil

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.process.ReplacedContentUtil

public class ReplacedContentUtil
extends Object

Todo: Document Me

Author:
Thomas Morgner

Method Summary
static long computeHeight(RenderableReplacedContentBox content, long bcw, long computedWidth)
           
static long computeWidth(RenderableReplacedContentBox content)
           
static long computeWidthInternal(RenderableReplacedContentBox contentBox, long blockContextWidth)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

computeWidth

public static long computeWidth(RenderableReplacedContentBox content)

computeHeight

public static long computeHeight(RenderableReplacedContentBox content,
                                 long bcw,
                                 long computedWidth)

computeWidthInternal

public static long computeWidthInternal(RenderableReplacedContentBox contentBox,
                                        long blockContextWidth)