Uses of Interface
net.sf.jasperreports.engine.JRStyle
Packages that use JRStyle
Package
Description
Contains classes for the built-in Barcode4J component.
Contains classes for the built-in Icon Label component.
Contains classes for the built-in List component.
Contains fill time implementations for subreport component related interfaces.
Contains classes for the built-in Table component.
Contains fill time implementations for Table component related interfaces.
Contains base classes for the Crosstab report element.
Contains design classes for the Crosstab report element.
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 interfaces and base classes for the built-in JasperReports component functionality.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
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 factory interfaces and implementations for style providers.
Contains utility classes for the core library.
Provides exporter input, exporter output and exporter configurations
Provides support for JasperReports repository.
-
Uses of JRStyle in net.sf.jasperreports.barcode4j
Methods in net.sf.jasperreports.barcode4j that return JRStyle -
Uses of JRStyle in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel that return JRStyle -
Uses of JRStyle in net.sf.jasperreports.components.list
Fields in net.sf.jasperreports.components.list with type parameters of type JRStyleModifier and TypeFieldDescriptionprotected Map<JRStyle, JRTemplateFrame> BaseFillList.printFrameTemplates -
Uses of JRStyle in net.sf.jasperreports.components.subreport.fill
Methods in net.sf.jasperreports.components.subreport.fill that return types with arguments of type JRStyleMethod parameters in net.sf.jasperreports.components.subreport.fill with type arguments of type JRStyleModifier and TypeMethodDescriptionprotected voidComponentFillSubreport.registerReportStyles(List<JRStyle> styles) -
Uses of JRStyle in net.sf.jasperreports.components.table
Fields in net.sf.jasperreports.components.table declared as JRStyleModifier and TypeFieldDescriptionprotected JRStyleCompiledBaseCell.styleprotected JRStyleDesignBaseCell.styleMethods in net.sf.jasperreports.components.table that return JRStyleMethods in net.sf.jasperreports.components.table with parameters of type JRStyle -
Uses of JRStyle in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill that return JRStyleModifier and TypeMethodDescriptionTableReport.getDefaultStyle()JRStyle[]TableReport.getStyles() -
Uses of JRStyle in net.sf.jasperreports.crosstabs.base
Fields in net.sf.jasperreports.crosstabs.base declared as JRStyleMethods in net.sf.jasperreports.crosstabs.base that return JRStyle -
Uses of JRStyle in net.sf.jasperreports.crosstabs.design
Fields in net.sf.jasperreports.crosstabs.design declared as JRStyleMethods in net.sf.jasperreports.crosstabs.design that return JRStyleMethods in net.sf.jasperreports.crosstabs.design with parameters of type JRStyle -
Uses of JRStyle in net.sf.jasperreports.engine
Subinterfaces of JRStyle in net.sf.jasperreports.engineMethods in net.sf.jasperreports.engine that return JRStyleModifier and TypeMethodDescriptionJasperPrint.getDefaultStyle()Returns the default report style.JRDefaultStyleProvider.getDefaultStyle()Returns a default style.ElementDecorator.getStyle()abstract JRStyleReturns an included style by name.JRStyleContainer.getStyle()Returns this object's style.JRStyle[]JasperPrint.getStyles()Gets an array of report styles.JRStyle[]JRReport.getStyles()Gets an array of report styles.JRStyle[]JRSimpleTemplate.getStyles()JRStyle[]JRTemplate.getStyles()Returns the styles defined in this template.JasperPrint.removeStyle(String styleName) JasperPrint.removeStyle(JRStyle style) JRSimpleTemplate.removeStyle(String name) Removes an included style.Methods in net.sf.jasperreports.engine that return types with arguments of type JRStyleModifier and TypeMethodDescriptionJasperPrint.getStylesList()Gets a list of report styles.JRSimpleTemplate.getStylesList()JasperPrint.getStylesMap()Gets a map of report styles.Methods in net.sf.jasperreports.engine with parameters of type JRStyleModifier and TypeMethodDescriptionvoidAdds a new style to the report styles.voidAdds a new style to the report styles.voidAdds a style to the template.voidAdds a style to the template.voidCollects expressions used in a style definition.voidCollects expressions used in a style definition.abstract JRConditionalStyleJRAbstractObjectFactory.getConditionalStyle(JRConditionalStyle conditionalStyle, JRStyle parentStyle) abstract JRStyleprotected booleanJRSimpleTemplate.nameMatches(JRStyle style, String name) JasperPrint.removeStyle(JRStyle style) booleanJRSimpleTemplate.removeStyle(JRStyle style) Removes an included style.voidJasperPrint.setDefaultStyle(JRStyle style) Sets the default report style.voidvoidSet the style on the object. -
Uses of JRStyle in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRStyleFields in net.sf.jasperreports.engine.base declared as JRStyleModifier and TypeFieldDescriptionprotected JRStyleJRBaseReport.defaultStyleprotected JRStyleJRBaseElement.parentStyleprotected JRStyleJRBaseStyle.parentStyleprotected JRStyleJRBaseFont.styleprotected JRStyleJRBasePrintElement.styleprotected JRStyle[]JRBaseReport.stylesMethods in net.sf.jasperreports.engine.base that return JRStyleModifier and TypeMethodDescriptionprotected JRStyleJRBaseElement.getBaseStyle()JRBaseReport.getDefaultStyle()JRBaseElement.getStyle()JRBaseFont.getStyle()JRBaseLineBox.getStyle()JRBaseParagraph.getStyle()JRBasePrintElement.getStyle()JRBaseStyle.getStyle()JRStyle[]JRBaseReport.getStyles()Methods in net.sf.jasperreports.engine.base with parameters of type JRStyleModifier and TypeMethodDescriptionJRBaseObjectFactory.getConditionalStyle(JRConditionalStyle conditionalStyle, JRStyle style) protected voidJRBaseStyle.setParentStyle(JRStyle parentStyle) voidConstructors in net.sf.jasperreports.engine.base with parameters of type JRStyleModifierConstructorDescriptionJRBaseConditionalStyle(JRConditionalStyle style, JRStyle parentStyle, JRAbstractObjectFactory factory) JRBaseStyle(JRStyle style, JRAbstractObjectFactory factory) -
Uses of JRStyle in net.sf.jasperreports.engine.component
Methods in net.sf.jasperreports.engine.component that return JRStyleModifier and TypeMethodDescriptionFillContext.getElementStyle()Returns the current style of the component element. -
Uses of JRStyle in net.sf.jasperreports.engine.convert
Fields in net.sf.jasperreports.engine.convert with type parameters of type JRStyleMethods in net.sf.jasperreports.engine.convert that return JRStyleModifier and TypeMethodDescriptionReportConverter.resolveStyle(JRStyleContainer originalContainer) Methods in net.sf.jasperreports.engine.convert with parameters of type JRStyle -
Uses of JRStyle in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRStyleMethods in net.sf.jasperreports.engine.design that return JRStyleModifier and TypeMethodDescriptionJRStyle[]JasperDesign.getStyles()Gets an array of report level styles.JasperDesign.removeStyle(String styleName) Removes a report style from the list, based on the style name.JasperDesign.removeStyle(JRStyle style) Removes a report style from the list.Methods in net.sf.jasperreports.engine.design that return types with arguments of type JRStyleModifier and TypeMethodDescriptionJasperDesign.getStylesList()Gets a list of report level styles.JasperDesign.getStylesMap()Methods in net.sf.jasperreports.engine.design with parameters of type JRStyleModifier and TypeMethodDescriptionvoidInserts a report style, that can be referenced by report elements, at specified position.voidAdds a report style, that can be referenced by report elements.JasperDesign.removeStyle(JRStyle style) Removes a report style from the list.voidJasperDesign.setDefaultStyle(JRStyle style) voidJRDesignConditionalStyle.setParentStyle(JRStyle parentStyle) voidJRDesignStyle.setParentStyle(JRStyle parentStyle) voidvoidvoid -
Uses of JRStyle in net.sf.jasperreports.engine.export
Fields in net.sf.jasperreports.engine.export with type parameters of type JRStyleMethods in net.sf.jasperreports.engine.export with parameters of type JRStyle -
Uses of JRStyle in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type JRStyleModifier and TypeMethodDescriptionprotected voidXlsxMetadataExporter.addElement(Map<String, Object> currentMap, JRPrintElement element, String currentColumnName, JRStyle parentStyle, String currentData) protected voidXlsxMetadataExporter.addElement(JRPrintElement element, boolean repeatValue, String currentColumnName, JRStyle parentStyle, String currentData) voidDocxRunHelper.export(JRStyle style, Map<AttributedCharacterIterator.Attribute, Object> attributes, String text, Locale locale, boolean hiddenText, String invalidCharReplacement, Color backcolor, boolean isNewLineAsParagraph, boolean rtl) voidPptxRunHelper.export(JRStyle style, Map<AttributedCharacterIterator.Attribute, Object> attributes, String text, Locale locale, String invalidCharReplacement) voidPptxRunHelper.export(JRStyle style, Map<AttributedCharacterIterator.Attribute, Object> attributes, String text, Locale locale, String invalidCharReplacement, String fieldType, String uuid) voidXlsxRunHelper.export(JRStyle style, Map<AttributedCharacterIterator.Attribute, Object> attributes, String text, Locale locale, String invalidCharReplacement, boolean isStyledText) voidGenericElementXlsxMetadataHandler.exportElement(JRXlsxExporterContext exporterContext, JRGenericPrintElement element, int colIndex, int rowIndex, JRStyle parentStyle) Exports a generic element.protected voidXlsxMetadataExporter.exportElement(JRPrintElement element, JRStyle parentStyle) protected voidXlsxMetadataExporter.exportElements(List<JRPrintElement> elements, JRStyle style) protected voidXlsxMetadataExporter.exportFrame(JRPrintFrame frame, int colIndex, JRStyle parentStyle) protected voidXlsxMetadataExporter.exportGenericElement(JRGenericPrintElement element, int colIndex, JRStyle parentStyle) voidXlsxCellHelper.exportHeader(JRLineBox box, 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) voidXlsxCellHelper.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) voidXlsxMetadataExporter.exportImage(JRPrintImage image, int colIndex, JRStyle parentStyle) protected voidXlsxMetadataExporter.exportLine(JRPrintLine line, int colIndex, JRStyle parentStyle) voidDocxParagraphHelper.exportProps(JRStyle style) voidDocxRunHelper.exportProps(JRDefaultStyleProvider defaultStyleProvider, JRStyle style, Locale locale) voidPptxParagraphHelper.exportProps(JRStyle style) voidXlsxParagraphHelper.exportProps(JRStyle style) protected voidXlsxMetadataExporter.exportRectangle(JRPrintGraphicElement rectangle, int colIndex, JRStyle parentStyle) protected voidJRDocxExporter.exportStyledText(JRStyle style, JRStyledText styledText, Locale locale, boolean hiddenText, boolean startedHyperlink, boolean isNewLineJustified, boolean rtl) protected voidJRPptxExporter.exportStyledText(JRStyle style, JRStyledText styledText, Locale locale, String fieldType, String uuid) protected voidJRXlsxExporter.exportStyledText(JRStyle style, JRStyledText styledText, Locale locale, boolean isStyledText) protected voidXlsxMetadataExporter.exportStyledText(JRStyle style, JRStyledText styledText, Locale locale, boolean isStyledText, String currentData) voidXlsxMetadataExporter.exportText(JRPrintText text, int colIndex, int rowIndex, JRStyle parentStyle, String currentData) voidXlsxMetadataExporter.exportText(JRPrintText text, int colIndex, JRStyle parentStyle, String currentData) intXlsxBorderHelper.getBorder(JRLineBox box, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle) intXlsxBorderHelper.getBorder(JRPrintElement element, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle) intXlsxStyleHelper.getCellStyle(JRLineBox box, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle) intXlsxStyleHelper.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) Constructors in net.sf.jasperreports.engine.export.ooxml with parameters of type JRStyleModifierConstructorDescriptionXlsxStyleInfo(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 JRStyle in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as JRStyleModifier and TypeFieldDescriptionprotected JRStyleJRFillElement.currentStyleprotected JRStyleJRBaseFiller.defaultStyleprotected JRStyleJRFillElement.exprStyleprotected JRStyleJRFillElement.initStyleprotected JRStyleJRTemplateElement.parentStyleprotected JRStyleJRFillElement.providerStyleprotected JRStyle[]JRBaseFiller.stylesFields in net.sf.jasperreports.engine.fill with type parameters of type JRStyleModifier and TypeFieldDescriptionJRFillElementContainer.evaluatedStylesJRFillElementContainer.evaluatedStylesJRFillElementContainer.stylesToEvaluateprotected Map<JRStyle, JRTemplateElement> JRFillElement.templatesprotected final Map<Pair<JRStyle, TextFormat>, JRTemplateElement> JRFillTextField.textTemplatesMethods in net.sf.jasperreports.engine.fill that return JRStyleModifier and TypeMethodDescriptionprotected JRStyleJRFillElementContainer.evaluateConditionalStyle(JRStyle initialStyle, byte evaluation) protected JRStyleJRTemplateElement.getBaseStyle()JRBaseFiller.getDefaultStyle()JRFillComponentElement.getElementStyle()JRFillElementContainer.getEvaluatedConditionalStyle(JRStyle parentStyle) protected JRStyleJRFillElement.getInitStyle()CachingLineBox.getStyle()CachingParagraph.getStyle()Deprecated.JRFillCellContents.getStyle()JRFillElement.getStyle()JRTemplateElement.getStyle()JRTemplatePrintElement.getStyle()JRTemplateText.getStyle()Methods in net.sf.jasperreports.engine.fill that return types with arguments of type JRStyleModifier and TypeMethodDescriptionJRFillObjectFactory.collectRequestedStyles(List<JRStyle> externalStyles) JRBaseFiller.collectStyles()JRBaseFiller.collectTemplateStyles()Methods in net.sf.jasperreports.engine.fill with parameters of type JRStyleModifier and TypeMethodDescriptionvoidJRBaseFiller.addPrintStyle(JRStyle style) voidprotected booleanJRFillElementContainer.buildConsolidatedStyle(JRStyle style, byte evaluation, StringBuilder code, List<JRStyle> condStylesToApply) protected voidJRFillElementContainer.collectConditionalStyle(JRStyle style) protected voidJRFillElement.collectDelayedEvaluations(JRStyle style) protected voidJRFillObjectFactory.collectUsedStyles(JRStyle style, Map<JRStyle, Object> usedStylesMap, Map<String, JRStyle> allStylesMap) voidJRBaseFiller.DefaultStyleListener.defaultStyleSet(JRStyle style) protected JRStyleJRFillElementContainer.evaluateConditionalStyle(JRStyle initialStyle, byte evaluation) JRFillObjectFactory.getConditionalStyle(JRConditionalStyle conditionalStyle, JRStyle style) JRFillElementContainer.getEvaluatedConditionalStyle(JRStyle parentStyle) protected JRTemplateElementJRFillElement.getTemplate(JRStyle style) protected JRTemplateElementJRFillTextField.getTemplate(JRStyle style) protected voidJRFillElement.registerTemplate(JRStyle style, JRTemplateElement template) protected voidJRFillTextField.registerTemplate(JRStyle style, JRTemplateElement template) protected voidJRBaseFiller.setDefaultStyle(JRStyle style) voidvoidvoidSets the template element style.voidprotected voidJRFillObjectFactory.useDelayedStyle(JRStyle style) Method parameters in net.sf.jasperreports.engine.fill with type arguments of type JRStyleModifier and TypeMethodDescriptionvoidPartReportFiller.JasperPrintPartOutput.addStyles(Collection<JRStyle> stylesList) protected booleanJRFillElementContainer.buildConsolidatedStyle(JRStyle style, byte evaluation, StringBuilder code, List<JRStyle> condStylesToApply) protected voidJRBaseFiller.collectIncludedTemplates(ReportTemplateSource templateSource, List<JRStyle> externalStyles, Set<String> loadedLocations, Set<String> templateParentLocations) JRFillObjectFactory.collectRequestedStyles(List<JRStyle> externalStyles) protected voidJRBaseFiller.collectStyles(ReportTemplateSource template, List<JRStyle> externalStyles, Set<String> loadedLocations) protected voidJRBaseFiller.collectStyles(ReportTemplateSource templateSource, List<JRStyle> externalStyles, Set<String> loadedLocations, Set<String> templateParentLocations) protected voidJRFillObjectFactory.collectUsedStyles(JRStyle style, Map<JRStyle, Object> usedStylesMap, Map<String, JRStyle> allStylesMap) protected voidJRBaseFiller.lookupExternalDefaultStyle(Collection<JRStyle> styleList) voidBandReportFillerParent.registerReportStyles(List<JRStyle> styles) voidFillerSubreportParent.registerReportStyles(List<JRStyle> styles) voidJRBaseFiller.registerReportStyles(UUID id, List<JRStyle> styles) voidJRFillContext.registerReportStyles(String reportLocation, UUID id, List<JRStyle> styles) voidJRFillContext.registerReportStyles(JasperReport jasperReport, UUID id, List<JRStyle> styles) protected voidJRFillSubreport.registerReportStyles(List<JRStyle> styles) -
Uses of JRStyle in net.sf.jasperreports.engine.part
Methods in net.sf.jasperreports.engine.part that return types with arguments of type JRStyleMethod parameters in net.sf.jasperreports.engine.part with type arguments of type JRStyleModifier and TypeMethodDescriptionvoidFillPartPrintOutput.addStyles(Collection<JRStyle> stylesList) voidPartPrintOutput.addStyles(Collection<JRStyle> styles) -
Uses of JRStyle in net.sf.jasperreports.engine.style
Methods in net.sf.jasperreports.engine.style that return JRStyle -
Uses of JRStyle in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util that return JRStyleModifier and TypeMethodDescriptionStyleResolver.getBaseStyle(JRLineBox box) StyleResolver.getBaseStyle(JRParagraph paragraph) StyleResolver.getBaseStyle(JRPen pen) StyleResolver.getBaseStyle(JRStyle styleContainer) StyleResolver.getBaseStyle(JRStyleContainer styleContainer) protected static JRStyleStyleResolver.getBaseStyleFromStyleContainer(JRStyleContainer styleContainer) Methods in net.sf.jasperreports.engine.util with parameters of type JRStyleModifier and TypeMethodDescriptionstatic voidStyleUtil.appendStyle(JRStyle destStyle, JRStyle srcStyle) Merges two styles, by appending the properties of the source style to the ones of the destination style.StyleResolver.getBackcolor(JRStyle style) StyleResolver.getBaseStyle(JRStyle styleContainer) StyleResolver.getFontName(JRStyle style) StyleResolver.getFontSize(JRStyle style) StyleResolver.getForecolor(JRStyle style) StyleResolver.getHorizontalImageAlign(JRStyle style) StyleResolver.getHorizontalTextAlign(JRStyle style) StyleResolver.getModeValue(JRStyle style) StyleResolver.getPattern(JRStyle style) StyleResolver.getPdfEncoding(JRStyle style) StyleResolver.getPdfFontName(JRStyle style) StyleResolver.getRotation(JRStyle style) StyleResolver.getScaleImage(JRStyle style) StyleResolver.getVerticalImageAlign(JRStyle style) StyleResolver.getVerticalTextAlign(JRStyle style) StyleResolver.isBlankWhenNull(JRStyle style) StyleResolver.isPdfEmbedded(JRStyle style) StyleResolver.isStrikeThrough(JRStyle style) StyleResolver.isUnderline(JRStyle style) -
Uses of JRStyle in net.sf.jasperreports.export
Methods in net.sf.jasperreports.export that return JRStyleModifier and TypeMethodDescriptionReadOnlyPartJasperPrint.getDefaultStyle()JRStyle[]ReadOnlyPartJasperPrint.getStyles()ReadOnlyPartJasperPrint.removeStyle(String styleName) ReadOnlyPartJasperPrint.removeStyle(JRStyle style) Methods in net.sf.jasperreports.export that return types with arguments of type JRStyleModifier and TypeMethodDescriptionReadOnlyPartJasperPrint.getStylesList()ReadOnlyPartJasperPrint.getStylesMap()Methods in net.sf.jasperreports.export with parameters of type JRStyleModifier and TypeMethodDescriptionvoidvoidReadOnlyPartJasperPrint.removeStyle(JRStyle style) voidReadOnlyPartJasperPrint.setDefaultStyle(JRStyle style) -
Uses of JRStyle in net.sf.jasperreports.parts.subreport
Method parameters in net.sf.jasperreports.parts.subreport with type arguments of type JRStyleModifier and TypeMethodDescriptionvoidSubreportFillPart.PartBandParent.registerReportStyles(List<JRStyle> styles) -
Uses of JRStyle in net.sf.jasperreports.repo
Methods in net.sf.jasperreports.repo that return types with arguments of type JRStyleModifier and TypeMethodDescriptionMethod parameters in net.sf.jasperreports.repo with type arguments of type JRStyle
CachingParagraph.getParagraphContainer().