Uses of Interface
net.sf.jasperreports.engine.JRPrintElement
-
Packages that use JRPrintElement Package Description net.sf.jasperreports.barbecue Contains classes for the built-in Barbecue component.net.sf.jasperreports.barcode4j Contains classes for the built-in Barcode4J component.net.sf.jasperreports.charts.convert net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces.net.sf.jasperreports.components.iconlabel Contains classes for the built-in Icon Label component.net.sf.jasperreports.components.list Contains classes for the built-in List component.net.sf.jasperreports.components.map Contains classes for the built-in Google Map component.net.sf.jasperreports.components.map.fill Contains fill time implementations for Google Map component related interfaces.net.sf.jasperreports.components.sort net.sf.jasperreports.components.spiderchart Contains classes for the built-in Spider Chart component.net.sf.jasperreports.components.subreport.fill Contains fill time implementations for subreport component related interfaces.net.sf.jasperreports.components.table Contains classes for the built-in Table component.net.sf.jasperreports.components.table.fill Contains fill time implementations for Table component related interfaces.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.component Provides interfaces and base classes for the built-in JasperReports component functionality.net.sf.jasperreports.engine.convert net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.net.sf.jasperreports.engine.export.draw Contains classes for drawing elements at export time.net.sf.jasperreports.engine.export.oasis Provides utility classes for exporting reports to Open Document Format, such as ODT and ODS.net.sf.jasperreports.engine.export.ooxml Provides utility classes for exporting reports to Office Open XML Format, such as DOCX, XLSX and PPTX.net.sf.jasperreports.engine.export.tabulator 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.util Contains utility classes for the core library.net.sf.jasperreports.interactivity.search net.sf.jasperreports.json.export net.sf.jasperreports.parts.subreport net.sf.jasperreports.pdf net.sf.jasperreports.poi.export net.sf.jasperreports.swing Provides support for JasperReports viewer feature. -
-
Uses of JRPrintElement in net.sf.jasperreports.barbecue
Methods in net.sf.jasperreports.barbecue that return JRPrintElement Modifier and Type Method Description JRPrintElement
BarbecueDesignConverter. convert(ReportConverter reportConverter, JRComponentElement element)
JRPrintElement
BarbecueFillComponent. fill()
Methods in net.sf.jasperreports.barbecue with parameters of type JRPrintElement Modifier and Type Method Description void
BarbecueFillComponent. evaluateDelayedElement(JRPrintElement element, byte evaluation)
-
Uses of JRPrintElement in net.sf.jasperreports.barcode4j
Methods in net.sf.jasperreports.barcode4j that return JRPrintElement Modifier and Type Method Description JRPrintElement
BarcodeDesignConverter. convert(ReportConverter reportConverter, JRComponentElement element)
JRPrintElement
BarcodeFillComponent. fill()
Methods in net.sf.jasperreports.barcode4j with parameters of type JRPrintElement Modifier and Type Method Description void
BarcodeFillComponent. evaluateDelayedElement(JRPrintElement element, byte evaluation)
-
Uses of JRPrintElement in net.sf.jasperreports.charts.convert
Methods in net.sf.jasperreports.charts.convert that return JRPrintElement Modifier and Type Method Description JRPrintElement
ChartConverter. convert(ReportConverter reportConverter, JRElement element)
Methods in net.sf.jasperreports.charts.convert with parameters of type JRPrintElement Modifier and Type Method Description void
ChartsConvertVisitor. addElement(JRBasePrintFrame frame, JRPrintElement element)
-
Uses of JRPrintElement in net.sf.jasperreports.charts.fill
Methods in net.sf.jasperreports.charts.fill that return JRPrintElement Modifier and Type Method Description protected JRPrintElement
JRFillChart. fill()
Methods in net.sf.jasperreports.charts.fill with parameters of type JRPrintElement Modifier and Type Method Description protected void
JRFillChart. resolveElement(JRPrintElement element, byte evaluation)
-
Uses of JRPrintElement in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel that return JRPrintElement Modifier and Type Method Description JRPrintElement
IconLabelComponentDesignConverter. convert(ReportConverter reportConverter, JRComponentElement element)
JRPrintElement
IconLabelComponentFill. fill()
Methods in net.sf.jasperreports.components.iconlabel with parameters of type JRPrintElement Modifier and Type Method Description void
IconLabelComponentFill. evaluateDelayedElement(JRPrintElement element, byte evaluation)
-
Uses of JRPrintElement in net.sf.jasperreports.components.list
Methods in net.sf.jasperreports.components.list that return JRPrintElement Modifier and Type Method Description JRPrintElement
ListDesignConverter. convert(ReportConverter reportConverter, JRComponentElement element)
JRPrintElement
BaseFillList. fill()
Methods in net.sf.jasperreports.components.list that return types with arguments of type JRPrintElement Modifier and Type Method Description List<JRPrintElement>
BaseFillList.AppendingPrintElementContainer. getElements()
Methods in net.sf.jasperreports.components.list with parameters of type JRPrintElement Modifier and Type Method Description void
BaseFillList.AppendingPrintElementContainer. addElement(JRPrintElement element)
-
Uses of JRPrintElement in net.sf.jasperreports.components.map
Methods in net.sf.jasperreports.components.map that return JRPrintElement Modifier and Type Method Description JRPrintElement
MapDesignConverter. convert(ReportConverter reportConverter, JRComponentElement element)
-
Uses of JRPrintElement in net.sf.jasperreports.components.map.fill
Methods in net.sf.jasperreports.components.map.fill that return JRPrintElement Modifier and Type Method Description JRPrintElement
MapFillComponent. fill()
Methods in net.sf.jasperreports.components.map.fill with parameters of type JRPrintElement Modifier and Type Method Description void
MapFillComponent. evaluateDelayedElement(JRPrintElement element, byte evaluation)
-
Uses of JRPrintElement in net.sf.jasperreports.components.sort
Methods in net.sf.jasperreports.components.sort that return JRPrintElement Modifier and Type Method Description JRPrintElement
SortComponentDesignConverter. convert(ReportConverter reportConverter, JRComponentElement element)
JRPrintElement
SortComponentFill. fill()
Methods in net.sf.jasperreports.components.sort with parameters of type JRPrintElement Modifier and Type Method Description void
SortComponentFill. evaluateDelayedElement(JRPrintElement element, byte evaluation)
-
Uses of JRPrintElement in net.sf.jasperreports.components.spiderchart
Methods in net.sf.jasperreports.components.spiderchart that return JRPrintElement Modifier and Type Method Description JRPrintElement
SpiderChartDesignConverter. convert(ReportConverter reportConverter, JRComponentElement element)
JRPrintElement
FillSpiderChart. fill()
Methods in net.sf.jasperreports.components.spiderchart with parameters of type JRPrintElement Modifier and Type Method Description void
FillSpiderChart. evaluateDelayedElement(JRPrintElement element, byte evaluation)
-
Uses of JRPrintElement in net.sf.jasperreports.components.subreport.fill
Methods in net.sf.jasperreports.components.subreport.fill that return JRPrintElement Modifier and Type Method Description JRPrintElement
SubreportFillComponent. fill()
Methods in net.sf.jasperreports.components.subreport.fill that return types with arguments of type JRPrintElement Modifier and Type Method Description protected Collection<JRPrintElement>
ComponentFillSubreport. getPrintElements()
-
Uses of JRPrintElement in net.sf.jasperreports.components.table
Methods in net.sf.jasperreports.components.table that return JRPrintElement Modifier and Type Method Description JRPrintElement
TableDesignConverter. convert(ReportConverter reportConverter, JRComponentElement element)
-
Uses of JRPrintElement in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill that return JRPrintElement Modifier and Type Method Description JRPrintElement
FillTable. fill()
-
Uses of JRPrintElement in net.sf.jasperreports.engine
Subinterfaces of JRPrintElement in net.sf.jasperreports.engine Modifier and Type Interface Description interface
JRGenericPrintElement
A generic print element.interface
JRPrintEllipse
interface
JRPrintFrame
A print elements container.interface
JRPrintGraphicElement
interface
JRPrintImage
interface
JRPrintLine
interface
JRPrintRectangle
interface
JRPrintText
Methods in net.sf.jasperreports.engine that return JRPrintElement Modifier and Type Method Description JRPrintElement
JRPrintAnchorIndex. getElement()
Methods in net.sf.jasperreports.engine that return types with arguments of type JRPrintElement Modifier and Type Method Description List<JRPrintElement>
JRPrintElementListContainer. getElements()
Returns the list ofelements
of the container.List<JRPrintElement>
JRPrintFrame. getElements()
Returns the list of print elements contained in the frame.Methods in net.sf.jasperreports.engine with parameters of type JRPrintElement Modifier and Type Method Description void
JRPrintElementListContainer. addElement(JRPrintElement element)
Adds an element to the container.static PrintElementId
PrintElementId. forElement(JRPrintElement element)
boolean
PrintElementId. matches(JRPrintElement element)
static boolean
PrintElementId. matches(JRPrintElement element1, JRPrintElement element2)
void
BookmarkHelper. updateBookmark(JRPrintElement element)
Method parameters in net.sf.jasperreports.engine with type arguments of type JRPrintElement Modifier and Type Method Description protected void
JasperPrint. collectAnchors(Collection<JRPrintElement> elements, int pageIndex, int offsetX, int offsetY)
void
JRPrintPage. setElements(List<JRPrintElement> elements)
Constructors in net.sf.jasperreports.engine with parameters of type JRPrintElement Constructor Description JRPrintAnchorIndex(int page, JRPrintElement elem)
Creates an element anchor.JRPrintAnchorIndex(int page, JRPrintElement elem, int offsetX, int offsetY)
Creates an element anchor. -
Uses of JRPrintElement in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRPrintElement Modifier and Type Class Description class
JRBaseGenericPrintElement
A basic implementation ofJRGenericPrintElement
.class
JRBasePrintElement
class
JRBasePrintEllipse
class
JRBasePrintFrame
Base implementation ofJRPrintFrame
.class
JRBasePrintGraphicElement
class
JRBasePrintImage
class
JRBasePrintLine
class
JRBasePrintRectangle
class
JRBasePrintText
Fields in net.sf.jasperreports.engine.base with type parameters of type JRPrintElement Modifier and Type Field Description protected List<JRPrintElement>
JRBasePrintPage. elements
Methods in net.sf.jasperreports.engine.base that return JRPrintElement Modifier and Type Method Description JRPrintElement
ElementsBlock. get(int index)
JRPrintElement
ElementsBlockList. get(int index)
JRPrintElement
ElementStore. get(int index)
JRPrintElement
VirtualizableElementList. get(int index)
JRPrintElement
ElementsBlock. remove(int index)
JRPrintElement
ElementsBlockList. remove(int index)
JRPrintElement
ElementStore. remove(int index)
JRPrintElement
VirtualizableElementList. remove(int index)
JRPrintElement
ElementsBlock. set(int index, JRPrintElement element)
JRPrintElement
ElementsBlockList. set(int index, JRPrintElement element)
JRPrintElement
ElementStore. set(int index, JRPrintElement element)
JRPrintElement
VirtualizableElementList. set(int index, JRPrintElement element)
Methods in net.sf.jasperreports.engine.base that return types with arguments of type JRPrintElement Modifier and Type Method Description Map<JRPrintElement,Integer>
VirtualElementsData. getElementEvaluations(int fillerId, JREvaluationTime evaluationTime)
List<JRPrintElement>
JRBasePrintFrame. getElements()
List<JRPrintElement>
JRBasePrintPage. getElements()
List<JRPrintElement>
JRVirtualPrintPage. getElements()
List<JRPrintElement>
VirtualElementsData. getElements()
Methods in net.sf.jasperreports.engine.base with parameters of type JRPrintElement Modifier and Type Method Description boolean
ElementsBlock. add(int index, JRPrintElement element)
boolean
ElementsBlock. add(int index, JRPrintElement element, boolean force)
boolean
ElementsBlock. add(JRPrintElement element)
boolean
ElementsBlock. add(JRPrintElement element, boolean force)
boolean
ElementsBlockList. add(int index, JRPrintElement element)
boolean
ElementsBlockList. add(JRPrintElement element)
boolean
ElementStore. add(int index, JRPrintElement element)
boolean
ElementStore. add(JRPrintElement element)
void
VirtualizableElementList. add(int index, JRPrintElement element)
boolean
VirtualizableElementList. add(JRPrintElement element)
void
JRBasePrintFrame. addElement(JRPrintElement element)
void
JRBasePrintPage. addElement(JRPrintElement element)
void
JRVirtualPrintPage. addElement(JRPrintElement element)
protected boolean
ElementsBlock. preAdd(JRPrintElement element, boolean force)
JRPrintElement
ElementsBlock. set(int index, JRPrintElement element)
JRPrintElement
ElementsBlockList. set(int index, JRPrintElement element)
JRPrintElement
ElementStore. set(int index, JRPrintElement element)
JRPrintElement
VirtualizableElementList. set(int index, JRPrintElement element)
Method parameters in net.sf.jasperreports.engine.base with type arguments of type JRPrintElement Modifier and Type Method Description void
VirtualizableElementList. set(List<JRPrintElement> elements)
void
VirtualElementsData. setElementEvaluations(int fillerId, JREvaluationTime evaluationTime, Map<JRPrintElement,Integer> evaluations)
void
JRBasePrintPage. setElements(List<JRPrintElement> elements)
void
JRVirtualPrintPage. setElements(List<JRPrintElement> elements)
void
ElementsBlock. transferElements(Consumer<JRPrintElement> consumer)
void
ElementsBlockList. transferElements(Consumer<JRPrintElement> consumer)
void
ElementStore. transferElements(Consumer<JRPrintElement> consumer)
void
VirtualizableElementList. transferElements(Consumer<JRPrintElement> consumer)
Constructor parameters in net.sf.jasperreports.engine.base with type arguments of type JRPrintElement Constructor Description VirtualElementsData(List<JRPrintElement> elements)
-
Uses of JRPrintElement in net.sf.jasperreports.engine.component
Methods in net.sf.jasperreports.engine.component that return JRPrintElement Modifier and Type Method Description JRPrintElement
ComponentDesignConverter. convert(ReportConverter reportConverter, JRComponentElement element)
Converts a component element into a print element that represents a preview of the component.JRPrintElement
FillComponent. fill()
Fills the component by creating a print element which will be included in the generated report.Methods in net.sf.jasperreports.engine.component with parameters of type JRPrintElement Modifier and Type Method Description void
BaseFillComponent. evaluateDelayedElement(JRPrintElement element, byte evaluation)
The default implementation throwsUnsupportedOperationException
.void
FillComponent. evaluateDelayedElement(JRPrintElement element, byte evaluation)
Perform delayed evaluations and fill the print element with the resulting data.void
FillContext. registerDelayedEvaluation(JRPrintElement printElement, EvaluationTimeEnum evaluationTime, String evaluationGroup)
Registers a delayed evaluation for a print element. -
Uses of JRPrintElement in net.sf.jasperreports.engine.convert
Fields in net.sf.jasperreports.engine.convert declared as JRPrintElement Modifier and Type Field Description protected JRPrintElement
ConvertVisitor. printElement
Methods in net.sf.jasperreports.engine.convert that return JRPrintElement Modifier and Type Method Description JRPrintElement
ComponentElementConverter. convert(ReportConverter reportConverter, JRElement element)
JRPrintElement
CrosstabConverter. convert(ReportConverter reportConverter, JRElement element)
abstract JRPrintElement
ElementConverter. convert(ReportConverter reportConverter, JRElement element)
JRPrintElement
ElementIconConverter. convert(ReportConverter reportConverter, JRElement element)
JRPrintElement
EllipseConverter. convert(ReportConverter reportConverter, JRElement element)
JRPrintElement
FrameConverter. convert(ReportConverter reportConverter, JRElement element)
JRPrintElement
ImageConverter. convert(ReportConverter reportConverter, JRElement element)
JRPrintElement
LineConverter. convert(ReportConverter reportConverter, JRElement element)
JRPrintElement
RectangleConverter. convert(ReportConverter reportConverter, JRElement element)
JRPrintElement
StaticTextConverter. convert(ReportConverter reportConverter, JRElement element)
JRPrintElement
TextFieldConverter. convert(ReportConverter reportConverter, JRElement element)
JRPrintElement
ConvertVisitor. getVisitPrintElement(JRVisitable visitable)
Methods in net.sf.jasperreports.engine.convert with parameters of type JRPrintElement Modifier and Type Method Description protected void
ConvertVisitor. addContour(ReportConverter reportConverter, JRBasePrintFrame frame, JRPrintElement element)
void
ConvertVisitor. addElement(JRBasePrintFrame frame, JRPrintElement element)
void
ReportConverter. copyBaseAttributes(JRElement source, JRPrintElement converted)
protected void
ElementConverter. copyElement(ReportConverter reportConverter, JRElement element, JRPrintElement printElement)
-
Uses of JRPrintElement in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export that return JRPrintElement Modifier and Type Method Description JRPrintElement
ElementGridCell. getElement()
JRPrintElement
ElementReplacementGridCell. getElement()
JRPrintElement
EmptyGridCell. getElement()
abstract JRPrintElement
JRExporterGridCell. getElement()
JRPrintElement
JRGridLayout. getElement(PrintElementIndex parentIndex, int index)
JRPrintElement
OccupiedGridCell. getElement()
JRPrintElement
GenericElementTransformer. transformElement(GenericElementTransformerContext context, JRGenericPrintElement element)
Transforms a generic print element into another element.Methods in net.sf.jasperreports.engine.export with parameters of type JRPrintElement Modifier and Type Method Description protected void
ExcelAbstractExporter. configureDefinedNames(ExporterNature exporterNature, JRPrintElement element)
void
JRXmlExporter. exportElement(JRPrintElement element)
protected void
JRXmlExporter. exportReportElement(JRPrintElement element)
protected String
HtmlExporter. getCellProperty(JRPrintElement element, TableCell cell, String key)
Boolean
JRXlsAbstractExporterNature. getColumnAutoFit(JRPrintElement element)
Integer
JRXlsAbstractExporterNature. getColumnWidth(JRPrintElement element, boolean columnAutoFit)
Float
JRXlsAbstractExporterNature. getColumnWidthRatio(JRPrintElement element)
String
HtmlExporter. getDataAttributes(JRPrintElement element, TableCell cell)
JRPropertiesUtil.PropertySuffix[]
JRXlsAbstractExporterNature. getDefinedNames(JRPrintElement element)
Integer
JRXlsAbstractExporterNature. getFirstPageNumber(JRPrintElement element)
CellEdgeEnum
JRXlsAbstractExporterNature. getFreezeColumnEdge(JRPrintElement element)
CellEdgeEnum
JRXlsAbstractExporterNature. getFreezeRowEdge(JRPrintElement element)
Boolean
JRXlsAbstractExporterNature. getIgnoreCellBackground(JRPrintElement element)
Boolean
JRXlsAbstractExporterNature. getIgnoreCellBorder(JRPrintElement element)
Boolean
JRXlsAbstractExporterNature. getIgnoreRowHeight(JRPrintElement element)
Integer
JRXlsAbstractExporterNature. getPageScale(JRPrintElement element)
Integer
JRXlsAbstractExporterNature. getPrintFooterMargin(JRPrintElement element)
Integer
JRXlsAbstractExporterNature. getPrintHeaderMargin(JRPrintElement element)
Integer
JRXlsAbstractExporterNature. getPrintPageBottomMargin(JRPrintElement element)
Integer
JRXlsAbstractExporterNature. getPrintPageHeight(JRPrintElement element)
Integer
JRXlsAbstractExporterNature. getPrintPageLeftMargin(JRPrintElement element)
Integer
JRXlsAbstractExporterNature. getPrintPageRightMargin(JRPrintElement element)
Integer
JRXlsAbstractExporterNature. getPrintPageTopMargin(JRPrintElement element)
Integer
JRXlsAbstractExporterNature. getPrintPageWidth(JRPrintElement element)
Boolean
JRXlsAbstractExporterNature. getRowAutoFit(JRPrintElement element)
List<JRPropertiesUtil.PropertySuffix>
JRXlsAbstractExporterNature. getRowLevelSuffixes(JRPrintElement element)
String
JRXlsAbstractExporterNature. getSheetFooterCenter(JRPrintElement element)
String
JRXlsAbstractExporterNature. getSheetFooterLeft(JRPrintElement element)
String
JRXlsAbstractExporterNature. getSheetFooterRight(JRPrintElement element)
String
JRXlsAbstractExporterNature. getSheetHeaderCenter(JRPrintElement element)
String
JRXlsAbstractExporterNature. getSheetHeaderLeft(JRPrintElement element)
String
JRXlsAbstractExporterNature. getSheetHeaderRight(JRPrintElement element)
String
JRXlsAbstractExporterNature. getSheetName(JRPrintElement element)
String
JRXlsAbstractExporterNature. getSheetTabColor(JRPrintElement element)
Boolean
JRXlsAbstractExporterNature. getShowGridlines(JRPrintElement element)
Boolean
JRXlsAbstractExporterNature. getWhitePageBackground(JRPrintElement element)
boolean
ExporterNature. isBreakAfterRow(JRPrintElement element)
boolean
JRCsvExporterNature. isBreakAfterRow(JRPrintElement element)
boolean
JRXlsAbstractExporterNature. isBreakAfterRow(JRPrintElement element)
boolean
ExporterNature. isBreakBeforeRow(JRPrintElement element)
boolean
JRCsvExporterNature. isBreakBeforeRow(JRPrintElement element)
boolean
JRXlsAbstractExporterNature. isBreakBeforeRow(JRPrintElement element)
protected boolean
ExcelAbstractExporter. isCellHidden(JRPrintElement element)
protected boolean
ExcelAbstractExporter. isCellLocked(JRPrintElement element)
protected boolean
AbstractHtmlExporter. isConvertSvgToImage(JRPrintElement element)
protected boolean
AbstractHtmlExporter. isEmbeddedSvgUseFonts(JRPrintElement element)
protected boolean
AbstractHtmlExporter. isEmbedImage(JRPrintElement element)
protected boolean
ExcelAbstractExporter. isIgnoreTextFormatting(JRPrintElement element)
protected boolean
ExcelAbstractExporter. isShrinkToFit(JRPrintElement element)
boolean
ElementKeyExporterFilter. isToExport(JRPrintElement element)
Excludes elements whose keys match any of the excluded keys.boolean
ElementPropertyExporterFilter. isToExport(JRPrintElement element)
boolean
ExporterFilter. isToExport(JRPrintElement element)
boolean
ExporterFilterContainer. isToExport(JRPrintElement element)
Returnstrue
if the element is not filtered by any of the contained filters.boolean
GenericElementsFilterDecorator. isToExport(JRPrintElement element)
boolean
JRCsvExporterNature. isToExport(JRPrintElement element)
boolean
JROriginExporterFilter. isToExport(JRPrintElement element)
boolean
JRXlsAbstractExporterNature. isToExport(JRPrintElement element)
boolean
MatcherExporterFilter. isToExport(JRPrintElement element)
protected boolean
AbstractHtmlExporter. isUseBackgroundImageToAlign(JRPrintElement element)
protected boolean
ExcelAbstractExporter. isUseTimeZone(JRPrintElement element)
protected boolean
ExcelAbstractExporter. isWrapText(JRPrintElement element)
protected void
JRGridLayout. setGridElement(JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, int row1, int col1, int row2, int col2)
void
AbstractExporterNature. setXProperties(Map<String,Object> xCutsProperties, JRPrintElement element)
void
AbstractExporterNature. setXProperties(CutsInfo xCuts, JRPrintElement element, int row1, int col1, int row2, int col2)
void
ExporterNature. setXProperties(Map<String,Object> xCutsProperties, JRPrintElement element)
void
ExporterNature. setXProperties(CutsInfo xCuts, JRPrintElement element, int row1, int col1, int row2, int col2)
void
JRXlsAbstractExporterNature. setXProperties(Map<String,Object> xCutsProperties, JRPrintElement element)
void
JRXlsAbstractExporterNature. setXProperties(CutsInfo xCuts, JRPrintElement element, int row1, int col1, int row2, int col2)
void
AbstractExporterNature. setYProperties(Map<String,Object> yCutsProperties, JRPrintElement element)
void
AbstractExporterNature. setYProperties(CutsInfo yCuts, JRPrintElement element, int row1, int col1, int row2, int col2)
void
ExporterNature. setYProperties(Map<String,Object> yCutsProperties, JRPrintElement element)
void
ExporterNature. setYProperties(CutsInfo yCuts, JRPrintElement element, int row1, int col1, int row2, int col2)
void
JRXlsAbstractExporterNature. setYProperties(Map<String,Object> yCutsProperties, JRPrintElement element)
void
JRXlsAbstractExporterNature. setYProperties(CutsInfo yCuts, JRPrintElement element, int row1, int col1, int row2, int col2)
protected void
HtmlExporter. startCell(JRPrintElement element, TableCell cell)
protected abstract void
JRXlsAbstractMetadataExporter. updateSheet(JRPrintElement element)
Method parameters in net.sf.jasperreports.engine.export with type arguments of type JRPrintElement Modifier and Type Method Description protected static void
JRGridLayout. addXCuts(ExporterNature nature, List<JRPrintElement> elementsList, int elementOffsetX, CutsInfo xCuts)
This static method calculates the X cuts for a list of print elements and stores them in the list indicated by the xCuts parameter.protected void
JRGridLayout. createCuts(List<JRPrintElement> elements, int elementOffsetX, int elementOffsetY, boolean createXCuts)
void
HtmlExporter. exportElements(List<JRPrintElement> elements)
protected void
JRCsvMetadataExporter. exportElements(List<JRPrintElement> elements, CsvMetadataReportConfiguration configuration, Map<String,String> currentRow, Map<String,String> repeatedValues, boolean hasDefinedColumns)
protected void
JRRtfExporter. exportElements(Collection<JRPrintElement> elements)
protected void
JRTextExporter. exportElements(List<JRPrintElement> elements)
protected void
JRXmlExporter. exportElements(Collection<JRPrintElement> elements)
protected void
JRGridLayout. layoutGrid(PrintElementIndex parentElementIndex, List<JRPrintElement> elements)
Constructs the element grid.protected void
JRGridLayout. setGridElements(PrintElementIndex parentIndex, List<JRPrintElement> elements, int elementOffsetX, int elementOffsetY, int startRow, int startCol, int endRow, int endCol)
protected void
JRGridLayout. setMargins(List<JRPrintElement> elements)
protected static void
GenericElementReportTransformer. transformElements(GenericElementReportTransformer.TransformerContext context, String transformerExportKey, List<JRPrintElement> elements)
Constructors in net.sf.jasperreports.engine.export with parameters of type JRPrintElement Constructor Description ElementReplacementGridCell(ElementGridCell originalCell, JRPrintElement element)
Constructor parameters in net.sf.jasperreports.engine.export with type arguments of type JRPrintElement Constructor Description JRGridLayout(ExporterNature nature, List<JRPrintElement> elements, int width, int height, int offsetX, int offsetY)
Constructor.JRGridLayout(ExporterNature nature, List<JRPrintElement> elements, int width, int height, int offsetX, int offsetY, CutsInfo xCuts)
Constructor.JRGridLayout(JRGridLayout parent, List<JRPrintElement> elements, int width, int height, int offsetX, int offsetY, PrintElementIndex parentElementIndex)
Constructor. -
Uses of JRPrintElement in net.sf.jasperreports.engine.export.draw
Classes in net.sf.jasperreports.engine.export.draw with type parameters of type JRPrintElement Modifier and Type Class Description class
ElementDrawer<T extends JRPrintElement>
Methods in net.sf.jasperreports.engine.export.draw with parameters of type JRPrintElement Modifier and Type Method Description void
BoxDrawer. draw(Graphics2D grx, JRPrintElement element, int offsetX, int offsetY)
protected void
ElementDrawer. drawBottomPen(Graphics2D grx, JRPen leftPen, JRPen bottomPen, JRPen rightPen, JRPrintElement element, int offsetX, int offsetY)
protected void
ElementDrawer. drawBox(Graphics2D grx, JRLineBox box, JRPrintElement element, int offsetX, int offsetY)
protected void
ElementDrawer. drawLeftPen(Graphics2D grx, JRPen topPen, JRPen leftPen, JRPen bottomPen, JRPrintElement element, int offsetX, int offsetY)
protected void
ElementDrawer. drawPen(Graphics2D grx, JRPen pen, JRPrintElement element, int offsetX, int offsetY)
protected void
ElementDrawer. drawRightPen(Graphics2D grx, JRPen topPen, JRPen bottomPen, JRPen rightPen, JRPrintElement element, int offsetX, int offsetY)
protected void
ElementDrawer. drawTopPen(Graphics2D grx, JRPen topPen, JRPen leftPen, JRPen rightPen, JRPrintElement element, int offsetX, int offsetY)
Method parameters in net.sf.jasperreports.engine.export.draw with type arguments of type JRPrintElement Modifier and Type Method Description void
FrameDrawer. draw(Graphics2D grx, Collection<JRPrintElement> elements, int offsetX, int offsetY)
-
Uses of JRPrintElement in net.sf.jasperreports.engine.export.oasis
Methods in net.sf.jasperreports.engine.export.oasis with parameters of type JRPrintElement Modifier and Type Method Description String
StyleCache. getFrameStyle(JRPrintElement element)
boolean
JROpenDocumentExporterNature. isBreakAfterRow(JRPrintElement element)
boolean
JROpenDocumentExporterNature. isBreakBeforeRow(JRPrintElement element)
boolean
JROdsExporterNature. isToExport(JRPrintElement element)
boolean
JROdtExporterNature. isToExport(JRPrintElement element)
boolean
JROpenDocumentExporterNature. isToExport(JRPrintElement element)
void
JROpenDocumentExporterNature. setXProperties(Map<String,Object> xCutsProperties, JRPrintElement element)
void
JROpenDocumentExporterNature. setXProperties(CutsInfo xCuts, JRPrintElement element, int row1, int col1, int row2, int col2)
void
JROpenDocumentExporterNature. setYProperties(Map<String,Object> yCutsProperties, JRPrintElement element)
void
JROpenDocumentExporterNature. setYProperties(CutsInfo yCuts, JRPrintElement element, int row1, int col1, int row2, int col2)
Constructors in net.sf.jasperreports.engine.export.oasis with parameters of type JRPrintElement Constructor Description FrameStyle(WriterHelper styleWriter, JRPrintElement element)
-
Uses of JRPrintElement in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type JRPrintElement Modifier and Type Method Description protected void
XlsxMetadataExporter. addElement(Map<String,Object> currentMap, JRPrintElement element, String currentColumnName, JRStyle parentStyle, String currentData)
protected void
XlsxMetadataExporter. addElement(JRPrintElement element, boolean repeatValue, String currentColumnName, JRStyle parentStyle, String currentData)
protected void
JRPptxExporter. exportElement(JRPrintElement element)
protected void
XlsxMetadataExporter. exportElement(JRPrintElement element, JRStyle parentStyle)
void
DocxCellHelper. exportHeader(JRPrintElement element, JRExporterGridCell gridCell)
void
XlsxCellHelper. exportHeader(JRExporterGridCell gridCell, JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, TextValue textValue, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo)
void
XlsxCellHelper. exportHeader(JRExporterGridCell gridCell, JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, TextValue textValue, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)
void
XlsxCellHelper. exportHeader(JRExporterGridCell gridCell, JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, JRXlsAbstractExporter.SheetInfo sheetInfo)
public XlsxBorderHelper getBorderHelper() { return borderHelper; } /**void
XlsxCellHelper. exportHeader(JRExporterGridCell gridCell, JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)
void
XlsxCellHelper. exportHeader(JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, TextValue textValue, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)
void
DocxCellHelper. exportProps(JRPrintElement element, JRExporterGridCell gridCell)
protected void
JRPptxExporter. exportRectangle(JRPrintElement rectangle, JRPen pen, int radius)
int
XlsxBorderHelper. getBorder(JRPrintElement element, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)
int
XlsxStyleHelper. getCellStyle(JRExporterGridCell gridCell, JRPrintElement element, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)
int
XlsxStyleHelper. getCellStyle(JRPrintElement element, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)
int
XlsxFontHelper. getFont(JRPrintElement element, Locale locale)
boolean
JROfficeOpenXmlExporterNature. isBreakAfterRow(JRPrintElement element)
boolean
JROfficeOpenXmlExporterNature. isBreakBeforeRow(JRPrintElement element)
boolean
JRDocxExporterNature. isToExport(JRPrintElement element)
boolean
JROfficeOpenXmlExporterNature. isToExport(JRPrintElement element)
boolean
JRPptxExporterNature. isToExport(JRPrintElement element)
boolean
JRXlsxExporterNature. isToExport(JRPrintElement element)
protected String
JRPptxExporter. toOOXMLId(JRPrintElement element)
Method parameters in net.sf.jasperreports.engine.export.ooxml with type arguments of type JRPrintElement Modifier and Type Method Description protected void
XlsxMetadataExporter. exportElements(List<JRPrintElement> elements, JRStyle style)
Constructors in net.sf.jasperreports.engine.export.ooxml with parameters of type JRPrintElement Constructor Description XlsxFontInfo(JRPrintElement element, String fontName, boolean isFontSizeFixEnabled)
XlsxStyleInfo(int formatIndex, int fontIndex, int borderIndex, JRExporterGridCell gridCell, JRPrintElement element, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, int rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)
XlsxStyleInfo(int formatIndex, int fontIndex, int borderIndex, JRPrintElement element, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, int rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)
-
Uses of JRPrintElement in net.sf.jasperreports.engine.export.tabulator
Methods in net.sf.jasperreports.engine.export.tabulator that return JRPrintElement Modifier and Type Method Description protected JRPrintElement
Tabulator. getCellElement(PrintElementIndex parentIndex, int index)
JRPrintElement
Tabulator. getCellElement(BaseElementCell cell)
JRPrintElement
TableCell. getElement()
Methods in net.sf.jasperreports.engine.export.tabulator with parameters of type JRPrintElement Modifier and Type Method Description protected JRLineBox
Tabulator.TableCellCreator. copyParentBox(Cell cell, JRPrintElement element, JRLineBox baseBox, boolean keepLeft, boolean keepRight, boolean keepTop, boolean keepBottom)
protected void
Tabulator. createLayeredCell(Table table, FrameCell parentCell, int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, DimensionRange<Column> layeredColRange, DimensionRange<Row> layeredRowRange)
protected void
Tabulator. createOverlappedLayer(int xOffset, int yOffset, LayeredCell layeredCell, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, DimensionRange<Column> layeredColRange, DimensionRange<Row> layeredRowRange)
protected boolean
Tabulator. placeElement(Table table, FrameCell parentCell, int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, boolean allowOverlap)
protected void
Tabulator. placeInLayeredCell(int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, LayeredCell layeredCell, DimensionRange<Column> layeredColRange, DimensionRange<Row> layeredRowRange)
protected void
Tabulator. placeOverlappedElement(Table table, FrameCell parentCell, int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, Bounds overlapBounds)
protected void
Tabulator. setElementCells(Table table, FrameCell parentCell, int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, DimensionRange<Column> colRange, DimensionRange<Row> rowRange)
Method parameters in net.sf.jasperreports.engine.export.tabulator with type arguments of type JRPrintElement Modifier and Type Method Description protected void
Tabulator. layoutElements(List<? extends JRPrintElement> elementList, Table table, FrameCell parentCell, PrintElementIndex parentIndex, int xOffset, int yOffset, Bounds elementBounds)
Constructors in net.sf.jasperreports.engine.export.tabulator with parameters of type JRPrintElement Constructor Description TableCell(Tabulator tabulator, TablePosition position, Cell cell, JRPrintElement element, TableCell.CellType cellType, int colSpan, int rowSpan, Color backcolor, JRLineBox box)
Constructor parameters in net.sf.jasperreports.engine.export.tabulator with type arguments of type JRPrintElement Constructor Description Tabulator(ExporterFilter filter, List<? extends JRPrintElement> elements, boolean isAccessibleHtml)
-
Uses of JRPrintElement in net.sf.jasperreports.engine.fill
Subinterfaces of JRPrintElement in net.sf.jasperreports.engine.fill Modifier and Type Interface Description interface
JRRecordedValuesPrintElement
Interface implemented by print elements that can record field/variable values.Classes in net.sf.jasperreports.engine.fill that implement JRPrintElement 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.Fields in net.sf.jasperreports.engine.fill declared as JRPrintElement Modifier and Type Field Description protected JRPrintElement
ElementEvaluationAction. printElement
Methods in net.sf.jasperreports.engine.fill that return JRPrintElement Modifier and Type Method Description protected JRPrintElement
JRFillBreak. fill()
protected JRPrintElement
JRFillComponentElement. fill()
protected JRPrintElement
JRFillCrosstab. fill()
protected abstract JRPrintElement
JRFillElement. fill()
protected JRPrintElement
JRFillEllipse. fill()
protected JRPrintElement
JRFillFrame. fill()
protected JRPrintElement
JRFillGenericElement. fill()
protected JRPrintElement
JRFillImage. fill()
protected JRPrintElement
JRFillLine. fill()
protected JRPrintElement
JRFillRectangle. fill()
protected JRPrintElement
JRFillStaticText. fill()
protected JRPrintElement
JRFillSubreport. fill()
JRPrintElement
JRFillTextField. fill()
Methods in net.sf.jasperreports.engine.fill that return types with arguments of type JRPrintElement Modifier and Type Method Description protected List<List<JRPrintElement>>
JRFillCrosstab.CrosstabFiller. fillColumnHeaders(int rowHeadersXOffset, int availableHeight)
List<JRPrintElement>
ElementRangeContents. getElements()
List<JRPrintElement>
JRPrintBand. getElements()
List<JRPrintElement>
JRTemplatePrintFrame. getElements()
Collection<? extends JRPrintElement>
OffsetElements. getElements()
List<JRPrintElement>
VirtualizableFrame. getElements()
Map<JRPrintElement,JRFillElement>
ElementEvaluationsSource. getEvaluations(JREvaluationTime evaluationTime)
Map<JRPrintElement,JRFillElement>
ElementRangeContents. getEvaluations(JREvaluationTime evaluationTime)
protected List<JRPrintElement>
JRFillCrosstab.CrosstabFiller. getLastPrintRow()
protected List<? extends JRPrintElement>
JRFillCrosstab. getPrintElements()
protected Collection<JRPrintElement>
JRFillSubreport. getPrintElements()
Methods in net.sf.jasperreports.engine.fill with parameters of type JRPrintElement Modifier and Type Method Description protected void
BaseReportFiller. addBoundElement(JRFillElement element, JRPrintElement printElement, JREvaluationTime evaluationTime, FillPageKey pageKey)
protected void
JRBaseFiller. addBoundElement(JRFillElement element, JRPrintElement printElement, JREvaluationTime evaluationTime)
void
JRBaseFiller. addBoundElement(JRFillElement element, JRPrintElement printElement, EvaluationTimeEnum evaluationType, String groupName, JRFillBand band)
void
JRBaseFiller. addBoundElement(JRFillElement element, JRPrintElement printElement, EvaluationTimeEnum evaluationType, JRGroup group, JRFillBand band)
void
DelayedFillActions. addDelayedAction(JRFillElement element, JRPrintElement printElement, JREvaluationTime evaluationTime, FillPageKey pageKey)
void
ElementRangeContents. addElement(JRPrintElement element)
void
JRPrintBand. addElement(JRPrintElement element)
void
JRTemplatePrintFrame. addElement(JRPrintElement element)
void
VirtualizableFrame. addElement(JRPrintElement element)
void
JRVirtualizationContext. cacheTemplate(JRPrintElement element)
Caches the template of an element.void
ElementEvaluationsCollector. collect(JRPrintElement printElement, JRFillElement fillElement, JREvaluationTime evaluationTime)
void
ElementRangeContents. collect(JRPrintElement printElement, JRFillElement fillElement, JREvaluationTime evaluationTime)
int
JRYXComparator. compare(JRPrintElement elem1, JRPrintElement elem2)
protected void
JRFillElement. performDelayedEvaluation(JRPrintElement element, byte evaluation)
protected void
JRBaseFiller. recordUsedWidth(JRPrintElement element)
void
JRFillComponentElement. registerDelayedEvaluation(JRPrintElement printElement, EvaluationTimeEnum evaluationTime, String evaluationGroup)
protected void
JRFillBreak. resolveElement(JRPrintElement element, byte evaluation)
protected void
JRFillComponentElement. resolveElement(JRPrintElement element, byte evaluation)
protected void
JRFillComponentElement. resolveElement(JRPrintElement element, byte evaluation, JREvaluationTime evaluationTime)
protected void
JRFillCrosstab. resolveElement(JRPrintElement element, byte evaluation)
protected abstract void
JRFillElement. resolveElement(JRPrintElement element, byte evaluation)
Resolves an element.protected void
JRFillElement. resolveElement(JRPrintElement element, byte evaluation, JREvaluationTime evaluationTime)
Resolves an element.protected void
JRFillEllipse. resolveElement(JRPrintElement element, byte evaluation)
protected void
JRFillFrame. resolveElement(JRPrintElement element, byte evaluation)
protected void
JRFillGenericElement. resolveElement(JRPrintElement element, byte evaluation)
protected void
JRFillImage. resolveElement(JRPrintElement element, byte evaluation)
protected void
JRFillLine. resolveElement(JRPrintElement element, byte evaluation)
protected void
JRFillRectangle. resolveElement(JRPrintElement element, byte evaluation)
protected void
JRFillStaticText. resolveElement(JRPrintElement element, byte evaluation)
protected void
JRFillSubreport. resolveElement(JRPrintElement element, byte evaluation)
protected void
JRFillTextField. resolveElement(JRPrintElement element, byte evaluation)
protected void
JRFillElement. transferProperties(JRPrintElement element)
void
BaseReportFiller. updateBookmark(JRPrintElement element)
void
FillerParent. updateBookmark(JRPrintElement element)
void
FillerSubreportParent. updateBookmark(JRPrintElement element)
protected void
PartPropertiesDetector. visitElement(JRPrintElement element, Void arg)
Method parameters in net.sf.jasperreports.engine.fill with type arguments of type JRPrintElement Modifier and Type Method Description protected void
JRFillCrosstab. addCrosstabChunk(List<JRPrintElement> elements, int yOffset)
void
JRTemplatePrintFrame. addElements(Collection<? extends JRPrintElement> elements)
void
JRPrintBand. addOffsetElements(Collection<? extends JRPrintElement> elements, int offsetX, int offsetY)
void
OffsetElementsContainer. addOffsetElements(Collection<? extends JRPrintElement> elements, int offsetX, int offsetY)
void
VirtualizableFrame. addOffsetElements(Collection<? extends JRPrintElement> elements, int offsetX, int offsetY)
protected void
JRFillCrosstab.CrosstabFiller. addPrintRow(List<JRPrintElement> printRow)
protected void
JRFillElementContainer. addSubElements(JRPrintElementContainer printContainer, JRFillElement element, Collection<? extends JRPrintElement> printElements)
void
DelayedFillActions. collectElementEvaluations(JRPrintPage page, List<JRPrintElement> elements, ElementEvaluationsCollector collector)
void
JRPrintBand. consumeElement(Consumer<JRPrintElement> consumer)
void
PartPropertiesDetector. detect(List<JRPrintElement> elements)
protected void
DelayedFillActions. doCollectElementEvaluations(JRPrintPage page, List<JRPrintElement> elements, ElementEvaluationsCollector collector, boolean clearEmpty)
protected void
JRFillCrosstab. mirrorPrintElements(List<JRPrintElement> printElements, int width)
protected void
JRTemplatePrintFrame. setElementsList(List<JRPrintElement> elements)
static void
OffsetElementsUtil. transfer(List<Object> elements, Consumer<JRPrintElement> consumer)
protected void
JRVirtualizationContext. traverseDeepElements(PrintElementVisitor<Void> visitor, Collection<? extends JRPrintElement> elements)
Traverses all the elements on the page, including the ones placed insideframes
.Constructors in net.sf.jasperreports.engine.fill with parameters of type JRPrintElement Constructor Description ElementEvaluationAction(JRFillElement element, JRPrintElement printElement)
Constructor parameters in net.sf.jasperreports.engine.fill with type arguments of type JRPrintElement Constructor Description OffsetElements(Collection<? extends JRPrintElement> elements, int offsetX, int offsetY)
-
Uses of JRPrintElement in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRPrintElement Modifier and Type Method Description static int
DeepPrintElementCounter. count(JRPrintElement element)
Calculates the deep element count of an element.protected static int
DeepPrintElementCounter. count(JRPrintElement element, UniformPrintElementVisitor<AtomicInteger> counter)
static int
VirtualizableElementCounter. count(JRPrintElement element)
protected void
DeepPrintElementCounter. visitElement(JRPrintElement element, AtomicInteger count)
protected abstract void
UniformPrintElementVisitor. visitElement(JRPrintElement element, T arg)
Method parameters in net.sf.jasperreports.engine.util with type arguments of type JRPrintElement Modifier and Type Method Description static int
DeepPrintElementCounter. count(Collection<? extends JRPrintElement> elements)
protected static int
DeepPrintElementCounter. count(Collection<? extends JRPrintElement> elements, UniformPrintElementVisitor<AtomicInteger> counter)
static int
VirtualizableElementCounter. count(Collection<? extends JRPrintElement> elements)
protected void
UniformPrintElementVisitor. visitFrameElements(List<JRPrintElement> elements, T arg)
protected void
VirtualizableElementCounter. visitFrameElements(List<JRPrintElement> elements, AtomicInteger count)
-
Uses of JRPrintElement in net.sf.jasperreports.interactivity.search
Method parameters in net.sf.jasperreports.interactivity.search with type arguments of type JRPrintElement Modifier and Type Method Description protected void
LuceneUtil. indexElements(int pageNo, List<JRPrintElement> elements)
-
Uses of JRPrintElement in net.sf.jasperreports.json.export
Methods in net.sf.jasperreports.json.export with parameters of type JRPrintElement Modifier and Type Method Description protected void
JsonMetadataExporter. exportElement(JRPrintElement element)
Method parameters in net.sf.jasperreports.json.export with type arguments of type JRPrintElement Modifier and Type Method Description protected void
JsonExporter. exportElements(Collection<JRPrintElement> elements)
protected void
JsonMetadataExporter. exportElements(Collection<JRPrintElement> elements)
-
Uses of JRPrintElement in net.sf.jasperreports.parts.subreport
Methods in net.sf.jasperreports.parts.subreport with parameters of type JRPrintElement Modifier and Type Method Description void
SubreportFillPart.PartBandParent. updateBookmark(JRPrintElement element)
void
SubreportFillPart.PartParent. updateBookmark(JRPrintElement element)
-
Uses of JRPrintElement in net.sf.jasperreports.pdf
Methods in net.sf.jasperreports.pdf with parameters of type JRPrintElement Modifier and Type Method Description protected void
JRPdfExporterTagHelper. createEndHeadingTags(JRPrintElement element, String pdfTagProp, AccessibilityTagEnum accessibilityTag)
protected void
JRPdfExporterTagHelper. createEndTag(JRPrintElement element, String pdfTagProp)
protected void
JRPdfExporterTagHelper. createEndTags(JRPrintElement element)
protected void
JRPdfExporterTagHelper. createSpanTags(JRPrintElement element, PdfStructureEntry parentTag)
protected void
JRPdfExporterTagHelper. createStartHeadingTags(JRPrintElement element, String pdfTagProp, AccessibilityTagEnum accessibilityTag)
protected void
JRPdfExporterTagHelper. createStartTag(JRPrintElement element, String pdfTag)
protected void
JRPdfExporterTagHelper. createStartTags(JRPrintElement element)
protected void
JRPdfExporterTagHelper. createTdStartTag(JRPrintElement element)
protected void
JRPdfExporterTagHelper. createThStartTag(JRPrintElement element)
protected void
JRPdfExporterTagHelper. endElement(JRPrintElement element)
protected void
JRPdfExporter. exportBottomPen(JRPen leftPen, JRPen bottomPen, JRPen rightPen, JRPrintElement element)
protected void
JRPdfExporter. exportBox(JRLineBox box, JRPrintElement element)
void
JRPdfExporter. exportFieldCheck(JRPrintElement element)
void
JRPdfExporter. exportFieldRadio(JRPrintElement element)
protected void
JRPdfExporter. exportLeftPen(JRPen topPen, JRPen leftPen, JRPen bottomPen, JRPrintElement element)
protected void
JRPdfExporter. exportPen(JRPen pen, JRPrintElement element)
protected void
JRPdfExporter. exportRightPen(JRPen topPen, JRPen bottomPen, JRPen rightPen, JRPrintElement element)
protected void
JRPdfExporter. exportTopPen(JRPen topPen, JRPen leftPen, JRPen rightPen, JRPrintElement element)
protected JRPen
JRPdfExporter. getFieldPen(JRPrintElement element)
protected void
JRPdfExporter. setAnchor(PdfChunk chunk, JRPrintAnchor anchor, JRPrintElement element)
protected void
JRPdfExporterTagHelper. startElement(JRPrintElement element)
Method parameters in net.sf.jasperreports.pdf with type arguments of type JRPrintElement Modifier and Type Method Description protected void
JRPdfExporter. exportElements(Collection<JRPrintElement> elements)
-
Uses of JRPrintElement in net.sf.jasperreports.poi.export
Methods in net.sf.jasperreports.poi.export with parameters of type JRPrintElement Modifier and Type Method Description Integer
JRXlsExporterNature. getColumnWidth(JRPrintElement element, boolean columnAutoFit)
boolean
JRXlsExporterNature. isToExport(JRPrintElement element)
boolean
JRXlsMetadataExporterNature. isToExport(JRPrintElement element)
protected void
JRXlsMetadataExporter. updateSheet(JRPrintElement element)
Constructors in net.sf.jasperreports.poi.export with parameters of type JRPrintElement Constructor Description BoxStyle(JRPrintElement element)
-
Uses of JRPrintElement in net.sf.jasperreports.swing
Method parameters in net.sf.jasperreports.swing with type arguments of type JRPrintElement Modifier and Type Method Description protected void
JRViewerPanel. createHyperlinks(List<JRPrintElement> elements, int offsetX, int offsetY)
-