org.pentaho.reporting.engine.classic.core.layout.output
Class CollectSelectedNodesStep

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.process.IterateStructuralProcessStep
      extended by org.pentaho.reporting.engine.classic.core.layout.output.CollectSelectedNodesStep

public class CollectSelectedNodesStep
extends IterateStructuralProcessStep

Todo: Document Me

Author:
Thomas Morgner

Constructor Summary
CollectSelectedNodesStep()
           
 
Method Summary
 RenderNode[] getNodesAt(LogicalPageBox logicalPageBox, StrictBounds bounds, String namespace, String name)
           
 boolean isStrictSelection()
           
 void setStrictSelection(boolean strictSelection)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectSelectedNodesStep

public CollectSelectedNodesStep()
Method Detail

isStrictSelection

public boolean isStrictSelection()

setStrictSelection

public void setStrictSelection(boolean strictSelection)

getNodesAt

public RenderNode[] getNodesAt(LogicalPageBox logicalPageBox,
                               StrictBounds bounds,
                               String namespace,
                               String name)