Uses of Interface
net.sf.jasperreports.engine.base.ElementStore
-
Packages that use ElementStore Package Description net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. -
-
Uses of ElementStore in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement ElementStore Modifier and Type Class Description classElementsBlockclassElementsBlockListFields in net.sf.jasperreports.engine.base declared as ElementStore Modifier and Type Field Description protected ElementStoreVirtualizableElementList. storeMethods in net.sf.jasperreports.engine.base that return ElementStore Modifier and Type Method Description ElementStoreVirtualizableElementList. getElementStore()ElementStoreVirtualizableElementList. transferStore(JRVirtualizationContext context, JRVirtualPrintPage page)Constructors in net.sf.jasperreports.engine.base with parameters of type ElementStore Constructor Description VirtualizableElementList(JRVirtualizationContext virtualizationContext, ElementStore store)
-