Uses of Interface
net.sf.jasperreports.engine.virtualization.VirtualizationSerializable
-
Packages that use VirtualizationSerializable Package Description net.sf.jasperreports.engine Provides access to the library's main functionality through facade 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).net.sf.jasperreports.engine.virtualization Contains classes and interfaces for serialization during the report virtualization. -
-
Uses of VirtualizationSerializable in net.sf.jasperreports.engine
Classes in net.sf.jasperreports.engine that implement VirtualizationSerializable Modifier and Type Class Description class
JRPrintHyperlinkParameter
A parameter of the hyperlink associated to a print element.class
JRPrintHyperlinkParameters
A set of parameters associated with a print element. -
Uses of VirtualizationSerializable in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement VirtualizationSerializable Modifier and Type Class Description class
VirtualElementsData
Virtual data type used by report pages to virtualize elements. -
Uses of VirtualizationSerializable in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement VirtualizationSerializable Modifier and Type Class Description class
JRRecordedValuesGenericPrintElement
Generic print element implementation that supports recorded values.class
JRRecordedValuesPrintImage
Print image implementation that supports recorded values.class
JRRecordedValuesPrintText
Print text implementation that supports recorded values.class
JRTemplateGenericPrintElement
Implementation ofJRGenericPrintElement
that uses aJRTemplateGenericElement
instance to store common attributes.class
JRTemplatePrintElement
Base implementation ofJRPrintElement
that uses aJRTemplateElement
instance to store common attributes.class
JRTemplatePrintEllipse
Base implementation ofJRPrintEllipse
that uses aJRTemplateEllipse
instance to store common attributes.class
JRTemplatePrintFrame
Implementation ofJRPrintFrame
that usestemplate frames
to store common attributes.class
JRTemplatePrintGraphicElement
Base implementation ofJRPrintGraphicElement
that uses aJRTemplateGraphicElement
instance to store common attributes.class
JRTemplatePrintImage
Implementation ofJRPrintImage
that uses aJRTemplateImage
instance to store common attributes.class
JRTemplatePrintLine
Implementation ofJRPrintLine
that uses aJRTemplateLine
instance to store common attributes.class
JRTemplatePrintRectangle
Implementation ofJRPrintRectangle
that uses aJRTemplateRectangle
instance to store common attributes.class
JRTemplatePrintText
Implementation ofJRPrintText
that uses aJRTemplateText
instance to store common attributes. -
Uses of VirtualizationSerializable in net.sf.jasperreports.engine.virtualization
Classes in net.sf.jasperreports.engine.virtualization with type parameters of type VirtualizationSerializable Modifier and Type Class Description class
SerializableSerializer<T extends VirtualizationSerializable>
-