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

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

public final class ComputeStaticPropertiesProcessStep
extends IterateVisualProcessStep

Computes the width for all elements. This uses the CSS alogorithm, percentages are resolved against the parent's already known width.

Author:
Thomas Morgner

Field Summary
static int callCount
           
static long MAX_AUTO
           
 
Constructor Summary
ComputeStaticPropertiesProcessStep(OutputProcessorMetaData metaData)
           
 
Method Summary
 void compute(LogicalPageBox root)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_AUTO

public static final long MAX_AUTO

callCount

public static int callCount
Constructor Detail

ComputeStaticPropertiesProcessStep

public ComputeStaticPropertiesProcessStep(OutputProcessorMetaData metaData)
Method Detail

compute

public void compute(LogicalPageBox root)