net.sf.jasperreports.engine.base
Class VirtualElementsData

java.lang.Object
  extended by net.sf.jasperreports.engine.base.VirtualElementsData
All Implemented Interfaces:
Serializable

public class VirtualElementsData
extends Object
implements Serializable

Virtual data type used by report pages to virtualize elements.

Version:
$Id: VirtualElementsData.java 4732 2011-10-21 09:14:15Z lucianc $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
Serialized Form

Constructor Summary
VirtualElementsData(List<JRPrintElement> elements)
           
 
Method Summary
 Map<JRPrintElement,Integer> getElementEvaluations(int fillerId, JREvaluationTime evaluationTime)
           
 List<JRPrintElement> getElements()
           
 void setElementEvaluations(int fillerId, JREvaluationTime evaluationTime, Map<JRPrintElement,Integer> evaluations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualElementsData

public VirtualElementsData(List<JRPrintElement> elements)
Method Detail

setElementEvaluations

public void setElementEvaluations(int fillerId,
                                  JREvaluationTime evaluationTime,
                                  Map<JRPrintElement,Integer> evaluations)

getElementEvaluations

public Map<JRPrintElement,Integer> getElementEvaluations(int fillerId,
                                                         JREvaluationTime evaluationTime)

getElements

public List<JRPrintElement> getElements()


Copyright © 2012. All Rights Reserved.