Uses of Class
net.sf.jasperreports.engine.fill.JRRecordedValues
-
Packages that use JRRecordedValues 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).net.sf.jasperreports.engine.virtualization Contains classes and interfaces for serialization during the report virtualization. -
-
Uses of JRRecordedValues in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return JRRecordedValues Modifier and Type Method Description JRRecordedValues
JRRecordedValuesGenericPrintElement. getRecordedValues()
JRRecordedValues
JRRecordedValuesPrintElement. getRecordedValues()
Returns the recorded values set.JRRecordedValues
JRRecordedValuesPrintImage. getRecordedValues()
JRRecordedValues
JRRecordedValuesPrintText. getRecordedValues()
-
Uses of JRRecordedValues in net.sf.jasperreports.engine.virtualization
Methods in net.sf.jasperreports.engine.virtualization that return JRRecordedValues Modifier and Type Method Description JRRecordedValues
RecordedValuesSerializer. read(VirtualizationInput in)
Methods in net.sf.jasperreports.engine.virtualization with parameters of type JRRecordedValues Modifier and Type Method Description void
RecordedValuesSerializer. write(JRRecordedValues values, VirtualizationOutput out)
-