Package net.sf.jasperreports.engine.fill
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
AsynchronousFilllListener Listener interface for the asynchronous filling method.
JRCalculable Interface for objects that can be used by extended incrementers for calculations.
JRCloneable Interface of elements that can be cloned at fill time.
JRExtendedIncrementer Extended incrementer interface.
JRExtendedIncrementerFactory Extended incrementer factory interface.
JRFillExpressionEvaluator Fill time expression evaluators interface.
JRFillTextElement.TextChopper No description provided.
JRIncrementer No description provided.
JRIncrementerFactory No description provided.
JRRecordedValuesPrintElement Interface implemented by print elements that can record field/variable values.
JRSubreportRunner Subreport runner interface.
JRSubreportRunnerFactory Factory of JRSubreportRunner instances.
Classes
AbstractValueProvider No description provided.
AsynchronousFillHandle Class used to perform report filling asychronously.
JRAbstractExtendedIncrementer Base class for extended incrementers.
JRAbstractExtendedIncrementerFactory Base abstract implementation of JRExtendedIncrementerFactory .
JRAbstractLRUVirtualizer Abstract base for LRU and serialization based virtualizer
JRAbstractLRUVirtualizer.Cache This class keeps track of how many objects are currently in memory, and when there are too many, it pushes the last touched one to disk.
JRAbstractLRUVirtualizer.Cache.LRUScanMap No description provided.
JRAbstractLRUVirtualizer.CacheReference No description provided.
JRBaseFiller No description provided.
JRBaseFiller.BoundElementMap Map class to be used for bound elements.
JRBaseFiller.PageIdentityDataProvider No description provided.
JRBigDecimalIncrementerFactory No description provided.
JRByteIncrementerFactory No description provided.
JRCalculator No description provided.
JRClonePool Working clones pooling utility used at fill time.
JRComparableIncrementerFactory No description provided.
JRContinuationSubreportRunner Implemetation of JRSubreportRunner using Javaflow continuations.
JRContinuationSubreportRunnerFactory JRContinuationSubreportRunner subreport runners factory.
JRDefaultIncrementerFactory No description provided.
JRDoubleIncrementerFactory No description provided.
JREvaluationTime An evaluation time during the report fill process.
JREvaluator Base class for the dynamically generated expression evaluator classes.
JRFileVirtualizer Virtualizes data to the filesystem.
JRFillBand No description provided.
JRFillCellContents Crosstab cell contents filler.
JRFillCellContents.BoxContents No description provided.
JRFillCellContents.StretchedContents No description provided.
JRFillChart No description provided.
JRFillChartDataset No description provided.
JRFillChartPlot No description provided.
JRFillCloneFactory Factory class used for fill-time working clones creation.
JRFillContext Context class shared by all the fillers involved in a report (master and subfillers).
JRFillCrosstab Fill-time implementation of a crosstab .
JRFillCrosstab.CrosstabFiller Crosstab filler class.
JRFillCrosstab.JRFillCrosstabDataset Fill-time crosstab input dataset implementation.
JRFillDataset No description provided.
JRFillDataset.VariableCalculationReq Class used to hold expression calculation requirements.
JRFillDatasetRun Class used to instantiate sub datasets.
JRFillElement No description provided.
JRFillElementContainer Abstract implementation of an element container filler.
JRFillElementDataset No description provided.
JRFillElementGroup No description provided.
JRFillEllipse No description provided.
JRFiller No description provided.
JRFillField No description provided.
JRFillFrame Fill time implementation of a frame element.
JRFillFrame.JRFillFrameElements Frame element container filler.
JRFillGraphicElement No description provided.
JRFillGroup No description provided.
JRFillImage No description provided.
JRFillLine No description provided.
JRFillObjectFactory No description provided.
JRFillParameter No description provided.
JRFillRectangle No description provided.
JRFillStaticText No description provided.
JRFillSubreport No description provided.
JRFillSubreportReturnValue Implementation of JRSubreportReturnValue used by the filler.
JRFillTextElement No description provided.
JRFillTextField No description provided.
JRFillVariable No description provided.
JRFloatIncrementerFactory No description provided.
JRGzipVirtualizer GZips the pages that it doesn't need, but keeps them in memory.
JRHorizontalFiller No description provided.
JRIncrementerFactoryCache No description provided.
JRIntegerIncrementerFactory No description provided.
JRLongIncrementerFactory No description provided.
JRPrintBand No description provided.
JRRecordedValues Recorded values container used by elements with Auto evaluation time .
JRRecordedValuesPrintImage Print image implementation that supports recorded values.
JRRecordedValuesPrintText Print text implementation that supports recorded values.
JRShortIncrementerFactory No description provided.
JRSubreportRunnable Abstract base for Runnable -based JRSubreportRunner implementations.
JRSubreportRunResult A result returned by JRSubreportRunner.start() or JRSubreportRunner.resume() .
JRSwapFileVirtualizer A virtualizer that uses a single swap file to serialize virtual data.
JRTemplateElement No description provided.
JRTemplateEllipse No description provided.
JRTemplateFrame Frame information shared by multiple print frame objects.
JRTemplateGraphicElement No description provided.
JRTemplateImage No description provided.
JRTemplateLine No description provided.
JRTemplatePrintElement No description provided.
JRTemplatePrintEllipse No description provided.
JRTemplatePrintFrame Implementation of JRPrintFrame that uses template frames for keeping common data.
JRTemplatePrintGraphicElement No description provided.
JRTemplatePrintImage No description provided.
JRTemplatePrintLine No description provided.
JRTemplatePrintRectangle No description provided.
JRTemplatePrintText No description provided.
JRTemplateRectangle No description provided.
JRTemplateText No description provided.
JRThreadSubreportRunner Thread-based JRSubreportRunner implementation.
JRThreadSubreportRunnerFactory JRThreadSubreportRunner subreport runners factory.
JRVerticalFiller No description provided.
JRVirtualizationContext Context used to store data shared by virtualized objects resulted from a report fill process.
JRYComparator No description provided.
TextMeasurer No description provided.
Exceptions
JRExpressionEvalException No description provided.
JRFillInterruptedException No description provided.
Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).

Related Documentation