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 class
ElementsBlock
class
ElementsBlockList
Fields in net.sf.jasperreports.engine.base declared as ElementStore Modifier and Type Field Description protected ElementStore
VirtualizableElementList. store
Methods in net.sf.jasperreports.engine.base that return ElementStore Modifier and Type Method Description ElementStore
VirtualizableElementList. getElementStore()
ElementStore
VirtualizableElementList. transferStore(JRVirtualizationContext context, JRVirtualPrintPage page)
Constructors in net.sf.jasperreports.engine.base with parameters of type ElementStore Constructor Description VirtualizableElementList(JRVirtualizationContext virtualizationContext, ElementStore store)
-