Uses of Interface
net.sf.jasperreports.engine.JRPrintFrame
Packages that use JRPrintFrame
Package
Description
Contains classes for the built-in Icon Label component.
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.
Contains base implementations for the library's main interfaces.
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
Contains classes for drawing elements at export time.
Provides utility classes for exporting reports to Open Document Format, such as
ODT and ODS.
Provides utility classes for exporting reports to Office Open XML Format, such as
DOCX, XLSX and PPTX.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Contains utility classes for the core library.
-
Uses of JRPrintFrame in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel with parameters of type JRPrintFrameModifier and TypeMethodDescriptionprotected voidIconLabelComponentFill.copy(JRPrintFrame printFrame) -
Uses of JRPrintFrame in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine with parameters of type JRPrintFrameModifier and TypeMethodDescriptionprotected voidJRAbstractExporter.setFrameElementsOffset(JRPrintFrame frame, boolean relative) Sets the offsets for exporting elements from aframe.voidPrintElementVisitor.visit(JRPrintFrame frame, T arg) Visits a print frame. -
Uses of JRPrintFrame in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRPrintFrame -
Uses of JRPrintFrame in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type JRPrintFrameModifier and TypeMethodDescriptionvoidJRRtfExporter.exportFrame(JRPrintFrame frame) protected abstract voidJRXlsAbstractExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell cell, int colIndex, int rowIndex) protected abstract voidJRXlsAbstractMetadataExporter.exportFrame(JRPrintFrame frame) protected voidJRXlsAbstractMetadataExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell cell, int colIndex, int rowIndex) protected voidJRXmlExporter.exportFrame(JRPrintFrame frame) booleanExporterNature.isDeep(JRPrintFrame frame) Specified whether to include in the grid sub elements of a givenframeelement.booleanJRCsvExporterNature.isDeep(JRPrintFrame frame) booleanJRXlsAbstractExporterNature.isDeep(JRPrintFrame frame) protected voidJRGridLayout.setFrameCellsStyle(JRPrintFrame frame, int row1, int col1, int row2, int col2) voidHtmlExporter.CellElementVisitor.visit(JRPrintFrame frame, TableCell cell) -
Uses of JRPrintFrame in net.sf.jasperreports.engine.export.draw
Methods in net.sf.jasperreports.engine.export.draw with parameters of type JRPrintFrameModifier and TypeMethodDescriptionvoidFrameDrawer.draw(Graphics2D grx, JRPrintFrame frame, int offsetX, int offsetY) voidPrintDrawVisitor.visit(JRPrintFrame frame, Offset offset) -
Uses of JRPrintFrame in net.sf.jasperreports.engine.export.oasis
Methods in net.sf.jasperreports.engine.export.oasis with parameters of type JRPrintFrameModifier and TypeMethodDescriptionprotected voidJROdsExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell cell, int colIndex, int rowIndex) protected voidJROdtExporter.exportFrame(TableBuilder tableBuilder, JRPrintFrame frame, JRExporterGridCell gridCell) booleanJROpenDocumentExporterNature.isDeep(JRPrintFrame frame) -
Uses of JRPrintFrame in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type JRPrintFrameModifier and TypeMethodDescriptionprotected voidJRDocxExporter.exportFrame(DocxTableHelper tableHelper, JRPrintFrame frame, JRExporterGridCell gridCell) In deep grids, this is called only for empty frames.protected voidJRPptxExporter.exportFrame(PptxTableHelper tableHelper, JRPrintFrame frame, JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell) Since in PPTX we only have deep grids, this is called only for empty frames.voidJRPptxExporter.exportFrame(JRPrintFrame frame) protected voidJRXlsxExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell gridCell, int colIndex, int rowIndex) protected voidXlsxMetadataExporter.exportFrame(JRPrintFrame frame, int colIndex, JRStyle parentStyle) booleanJRDocxExporterNature.isDeep(JRPrintFrame frame) booleanJRPptxExporterNature.isDeep(JRPrintFrame frame) protected booleanJRPptxExporter.isFrameAsTable(JRPrintFrame frame) -
Uses of JRPrintFrame in net.sf.jasperreports.engine.export.tabulator
Methods in net.sf.jasperreports.engine.export.tabulator with parameters of type JRPrintFrameModifier and TypeMethodDescriptionprotected JRLineBoxTabulator.TableCellCreator.copyFrameBox(FrameCell frameCell, JRPrintFrame frame, JRLineBox baseBox, boolean keepLeft, boolean keepRight, boolean keepTop, boolean keepBottom) protected voidTabulator.layoutFrame(Table table, FrameCell parentCell, int xOffset, int yOffset, PrintElementIndex parentIndex, int elementIndex, DimensionRange<Column> elementColRange, DimensionRange<Row> elementRowRange, JRPrintFrame frame) -
Uses of JRPrintFrame in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRPrintFrameModifier and TypeClassDescriptionclassImplementation ofJRPrintFramethat usestemplate framesto store common attributes.Methods in net.sf.jasperreports.engine.fill that return JRPrintFrame -
Uses of JRPrintFrame in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRPrintFrameModifier and TypeMethodDescriptionvoidCompositePrintElementVisitor.visit(JRPrintFrame frame, T arg) voidDeepPrintElementVisitor.visit(JRPrintFrame frame, T arg) voidDefaultPrintElementVisitor.visit(JRPrintFrame frame, T arg) voidUniformPrintElementVisitor.visit(JRPrintFrame frame, T arg) -
Uses of JRPrintFrame in net.sf.jasperreports.engine.xml.print
Method parameters in net.sf.jasperreports.engine.xml.print with type arguments of type JRPrintFrameModifier and TypeMethodDescriptionvoidFrameLoader.loadFrame(XmlLoader xmlLoader, JasperPrint jasperPrint, Consumer<? super JRPrintFrame> consumer) -
Uses of JRPrintFrame in net.sf.jasperreports.json.export
Methods in net.sf.jasperreports.json.export with parameters of type JRPrintFrame -
Uses of JRPrintFrame in net.sf.jasperreports.pdf
Methods in net.sf.jasperreports.pdf with parameters of type JRPrintFrame -
Uses of JRPrintFrame in net.sf.jasperreports.poi.export
Methods in net.sf.jasperreports.poi.export with parameters of type JRPrintFrameModifier and TypeMethodDescriptionprotected voidJRXlsExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell gridCell, int x, int y) protected voidJRXlsMetadataExporter.exportFrame(JRPrintFrame frame)