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 void
ComponentFillSubreport.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 JRStyle
CompiledBaseCell.style
protected JRStyle
DesignBaseCell.style
Methods 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 JRStyle
Returns 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 TypeMethodDescriptionvoid
Adds a new style to the report styles.void
Adds a new style to the report styles.void
Adds a style to the template.void
Adds a style to the template.void
Collects expressions used in a style definition.void
Collects expressions used in a style definition.abstract JRConditionalStyle
JRAbstractObjectFactory.getConditionalStyle
(JRConditionalStyle conditionalStyle, JRStyle parentStyle) abstract JRStyle
protected boolean
JRSimpleTemplate.nameMatches
(JRStyle style, String name) JasperPrint.removeStyle
(JRStyle style) boolean
JRSimpleTemplate.removeStyle
(JRStyle style) Removes an included style.void
JasperPrint.setDefaultStyle
(JRStyle style) Sets the default report style.void
void
Set 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 JRStyle
JRBaseReport.defaultStyle
protected JRStyle
JRBaseElement.parentStyle
protected JRStyle
JRBaseStyle.parentStyle
protected JRStyle
JRBaseFont.style
protected JRStyle
JRBasePrintElement.style
protected JRStyle[]
JRBaseReport.styles
Methods in net.sf.jasperreports.engine.base that return JRStyleModifier and TypeMethodDescriptionprotected JRStyle
JRBaseElement.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 void
JRBaseStyle.setParentStyle
(JRStyle parentStyle) void
Constructors 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 TypeMethodDescriptionvoid
Inserts a report style, that can be referenced by report elements, at specified position.void
Adds a report style, that can be referenced by report elements.JasperDesign.removeStyle
(JRStyle style) Removes a report style from the list.void
JasperDesign.setDefaultStyle
(JRStyle style) void
JRDesignConditionalStyle.setParentStyle
(JRStyle parentStyle) void
JRDesignStyle.setParentStyle
(JRStyle parentStyle) void
void
void
-
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 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) void
DocxRunHelper.export
(JRStyle style, Map<AttributedCharacterIterator.Attribute, Object> attributes, String text, Locale locale, boolean hiddenText, String invalidCharReplacement, Color backcolor, boolean isNewLineAsParagraph, boolean rtl) void
PptxRunHelper.export
(JRStyle style, Map<AttributedCharacterIterator.Attribute, Object> attributes, String text, Locale locale, String invalidCharReplacement) void
PptxRunHelper.export
(JRStyle style, Map<AttributedCharacterIterator.Attribute, Object> attributes, String text, Locale locale, String invalidCharReplacement, String fieldType, String uuid) void
XlsxRunHelper.export
(JRStyle style, Map<AttributedCharacterIterator.Attribute, Object> attributes, String text, Locale locale, String invalidCharReplacement, boolean isStyledText) void
GenericElementXlsxMetadataHandler.exportElement
(JRXlsxExporterContext exporterContext, JRGenericPrintElement element, int colIndex, int rowIndex, JRStyle parentStyle) Exports a generic element.protected void
XlsxMetadataExporter.exportElement
(JRPrintElement element, JRStyle parentStyle) protected void
XlsxMetadataExporter.exportElements
(List<JRPrintElement> elements, JRStyle style) protected void
XlsxMetadataExporter.exportFrame
(JRPrintFrame frame, int colIndex, JRStyle parentStyle) protected void
XlsxMetadataExporter.exportGenericElement
(JRGenericPrintElement element, int colIndex, JRStyle parentStyle) void
XlsxCellHelper.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) 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
XlsxMetadataExporter.exportImage
(JRPrintImage image, int colIndex, JRStyle parentStyle) protected void
XlsxMetadataExporter.exportLine
(JRPrintLine line, int colIndex, JRStyle parentStyle) void
DocxParagraphHelper.exportProps
(JRStyle style) void
DocxRunHelper.exportProps
(JRDefaultStyleProvider defaultStyleProvider, JRStyle style, Locale locale) void
PptxParagraphHelper.exportProps
(JRStyle style) void
XlsxParagraphHelper.exportProps
(JRStyle style) protected void
XlsxMetadataExporter.exportRectangle
(JRPrintGraphicElement rectangle, int colIndex, JRStyle parentStyle) protected void
JRDocxExporter.exportStyledText
(JRStyle style, JRStyledText styledText, Locale locale, boolean hiddenText, boolean startedHyperlink, boolean isNewLineJustified, boolean rtl) protected void
JRPptxExporter.exportStyledText
(JRStyle style, JRStyledText styledText, Locale locale, String fieldType, String uuid) protected void
JRXlsxExporter.exportStyledText
(JRStyle style, JRStyledText styledText, Locale locale, boolean isStyledText) protected void
XlsxMetadataExporter.exportStyledText
(JRStyle style, JRStyledText styledText, Locale locale, boolean isStyledText, String currentData) void
XlsxMetadataExporter.exportText
(JRPrintText text, int colIndex, int rowIndex, JRStyle parentStyle, String currentData) void
XlsxMetadataExporter.exportText
(JRPrintText text, int colIndex, JRStyle parentStyle, String currentData) int
XlsxBorderHelper.getBorder
(JRLineBox box, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle) int
XlsxBorderHelper.getBorder
(JRPrintElement element, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle) int
XlsxStyleHelper.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) 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) 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 JRStyle
JRFillElement.currentStyle
protected JRStyle
JRBaseFiller.defaultStyle
protected JRStyle
JRFillElement.exprStyle
protected JRStyle
JRFillElement.initStyle
protected JRStyle
JRTemplateElement.parentStyle
protected JRStyle
JRFillElement.providerStyle
protected JRStyle[]
JRBaseFiller.styles
Fields in net.sf.jasperreports.engine.fill with type parameters of type JRStyleModifier and TypeFieldDescriptionJRFillElementContainer.evaluatedStyles
JRFillElementContainer.evaluatedStyles
JRFillElementContainer.stylesToEvaluate
protected Map
<JRStyle, JRTemplateElement> JRFillElement.templates
protected final Map
<Pair<JRStyle, TextFormat>, JRTemplateElement> JRFillTextField.textTemplates
Methods in net.sf.jasperreports.engine.fill that return JRStyleModifier and TypeMethodDescriptionprotected JRStyle
JRFillElementContainer.evaluateConditionalStyle
(JRStyle initialStyle, byte evaluation) protected JRStyle
JRTemplateElement.getBaseStyle()
JRBaseFiller.getDefaultStyle()
JRFillComponentElement.getElementStyle()
JRFillElementContainer.getEvaluatedConditionalStyle
(JRStyle parentStyle) protected JRStyle
JRFillElement.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 TypeMethodDescriptionvoid
JRBaseFiller.addPrintStyle
(JRStyle style) void
protected boolean
JRFillElementContainer.buildConsolidatedStyle
(JRStyle style, byte evaluation, StringBuilder code, List<JRStyle> condStylesToApply) protected void
JRFillElementContainer.collectConditionalStyle
(JRStyle style) protected void
JRFillElement.collectDelayedEvaluations
(JRStyle style) protected void
JRFillObjectFactory.collectUsedStyles
(JRStyle style, Map<JRStyle, Object> usedStylesMap, Map<String, JRStyle> allStylesMap) void
JRBaseFiller.DefaultStyleListener.defaultStyleSet
(JRStyle style) protected JRStyle
JRFillElementContainer.evaluateConditionalStyle
(JRStyle initialStyle, byte evaluation) JRFillObjectFactory.getConditionalStyle
(JRConditionalStyle conditionalStyle, JRStyle style) JRFillElementContainer.getEvaluatedConditionalStyle
(JRStyle parentStyle) protected JRTemplateElement
JRFillElement.getTemplate
(JRStyle style) protected JRTemplateElement
JRFillTextField.getTemplate
(JRStyle style) protected void
JRFillElement.registerTemplate
(JRStyle style, JRTemplateElement template) protected void
JRFillTextField.registerTemplate
(JRStyle style, JRTemplateElement template) protected void
JRBaseFiller.setDefaultStyle
(JRStyle style) void
void
void
Sets the template element style.void
protected void
JRFillObjectFactory.useDelayedStyle
(JRStyle style) Method parameters in net.sf.jasperreports.engine.fill with type arguments of type JRStyleModifier and TypeMethodDescriptionvoid
PartReportFiller.JasperPrintPartOutput.addStyles
(Collection<JRStyle> stylesList) protected boolean
JRFillElementContainer.buildConsolidatedStyle
(JRStyle style, byte evaluation, StringBuilder code, List<JRStyle> condStylesToApply) protected void
JRBaseFiller.collectIncludedTemplates
(ReportTemplateSource templateSource, List<JRStyle> externalStyles, Set<String> loadedLocations, Set<String> templateParentLocations) JRFillObjectFactory.collectRequestedStyles
(List<JRStyle> externalStyles) protected void
JRBaseFiller.collectStyles
(ReportTemplateSource template, List<JRStyle> externalStyles, Set<String> loadedLocations) protected void
JRBaseFiller.collectStyles
(ReportTemplateSource templateSource, List<JRStyle> externalStyles, Set<String> loadedLocations, Set<String> templateParentLocations) protected void
JRFillObjectFactory.collectUsedStyles
(JRStyle style, Map<JRStyle, Object> usedStylesMap, Map<String, JRStyle> allStylesMap) protected void
JRBaseFiller.lookupExternalDefaultStyle
(Collection<JRStyle> styleList) void
BandReportFillerParent.registerReportStyles
(List<JRStyle> styles) void
FillerSubreportParent.registerReportStyles
(List<JRStyle> styles) void
JRBaseFiller.registerReportStyles
(UUID id, List<JRStyle> styles) void
JRFillContext.registerReportStyles
(String reportLocation, UUID id, List<JRStyle> styles) void
JRFillContext.registerReportStyles
(JasperReport jasperReport, UUID id, List<JRStyle> styles) protected void
JRFillSubreport.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 TypeMethodDescriptionvoid
FillPartPrintOutput.addStyles
(Collection<JRStyle> stylesList) void
PartPrintOutput.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 JRStyle
StyleResolver.getBaseStyleFromStyleContainer
(JRStyleContainer styleContainer) Methods in net.sf.jasperreports.engine.util with parameters of type JRStyleModifier and TypeMethodDescriptionstatic void
StyleUtil.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 TypeMethodDescriptionvoid
void
ReadOnlyPartJasperPrint.removeStyle
(JRStyle style) void
ReadOnlyPartJasperPrint.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 TypeMethodDescriptionvoid
SubreportFillPart.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()
.