Package | Description |
---|---|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through façade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
net.sf.jasperreports.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).
|
Modifier and Type | Method and Description |
---|---|
static JRVirtualizer |
JRVirtualizationHelper.getThreadVirtualizer()
Returns the virtualizer associated to the current thread.
|
Modifier and Type | Method and Description |
---|---|
static void |
JRVirtualizationHelper.setThreadVirtualizer(JRVirtualizer virtualizer)
Sets a virtualizer to be used for the current thread.
|
Modifier and Type | Method and Description |
---|---|
JRVirtualizer |
JRVirtualPrintPage.getVirtualizer()
Gets the virtualizer.
|
Modifier and Type | Method and Description |
---|---|
void |
JRVirtualPrintPage.setVirtualizer(JRVirtualizer virtualizer)
Sets the virtualizer.
|
Constructor and Description |
---|
JRVirtualPrintPage(JasperPrint printObject,
JRVirtualizer virtualizer,
JRVirtualizationContext virtualizationContext)
Constructs a virtualizable page.
|
Modifier and Type | Class and Description |
---|---|
class |
JRAbstractLRUVirtualizer
Abstract base for LRU and serialization based virtualizer
|
class |
JRFileVirtualizer
Virtualizes data to the filesystem.
|
class |
JRGzipVirtualizer
GZips the pages that it doesn't need, but keeps them in memory.
|
class |
JRSwapFileVirtualizer
A virtualizer that uses a single swap file to serialize virtual data.
|
Modifier and Type | Field and Description |
---|---|
protected JRVirtualizer |
JRBaseFiller.virtualizer |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com