Uses of Class
net.sf.jasperreports.engine.fill.JRAbstractLRUVirtualizer
-
Packages that use JRAbstractLRUVirtualizer Package Description 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). -
-
Uses of JRAbstractLRUVirtualizer in net.sf.jasperreports.engine.fill
Subclasses of JRAbstractLRUVirtualizer in net.sf.jasperreports.engine.fill Modifier and Type Class Description 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.class
StoreFactoryVirtualizer
class
StoreVirtualizer
-