Uses of Interface
net.sf.jasperreports.engine.JRStyle
-
Packages that use JRStyle Package Description net.sf.jasperreports.components.barcode4j Contains classes for the built-in Barcode4J component.net.sf.jasperreports.components.headertoolbar Contains classes for the built-in Header Toolbar component.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.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.crosstabs.base Contains base classes for the Crosstab report element.net.sf.jasperreports.crosstabs.design Contains design classes for the Crosstab report element.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.design Contains design time implementations for the library's main interfaces as well as report compiling tools.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.ooxml Provides utility classes for exporting reports to Office Open XML Format, such as DOCX, XLSX and PPTX.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.part net.sf.jasperreports.engine.style Contains factory interfaces and implementations for style providers.net.sf.jasperreports.engine.util Contains utility classes for the core library.net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files.net.sf.jasperreports.export Provides exporter input, exporter output and exporter configurationsnet.sf.jasperreports.parts.subreport net.sf.jasperreports.repo Provides support for JasperReports repository. -
-
Uses of JRStyle in net.sf.jasperreports.components.barcode4j
Methods in net.sf.jasperreports.components.barcode4j that return JRStyle Modifier and Type Method Description protected JRStyleAbstractBarcodeEvaluator. getElementStyle() -
Uses of JRStyle in net.sf.jasperreports.components.headertoolbar
Methods in net.sf.jasperreports.components.headertoolbar that return JRStyle Modifier and Type Method Description JRStyleHeaderToolbarConditionalStyleProvider. getStyle(byte evaluation) -
Uses of JRStyle in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel that return JRStyle Modifier and Type Method Description JRStyleIconLabelComponent. getStyle()JRStyleIconLabelComponentFill. getStyle() -
Uses of JRStyle in net.sf.jasperreports.components.list
Fields in net.sf.jasperreports.components.list with type parameters of type JRStyle Modifier and Type Field Description protected java.util.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 JRStyle Modifier and Type Method Description protected java.util.List<JRStyle>ComponentFillSubreport. getSubreportStyles()Method parameters in net.sf.jasperreports.components.subreport.fill with type arguments of type JRStyle Modifier and Type Method Description protected voidComponentFillSubreport. registerReportStyles(java.util.List<JRStyle> styles) -
Uses of JRStyle in net.sf.jasperreports.components.table
Fields in net.sf.jasperreports.components.table declared as JRStyle Modifier and Type Field Description protected JRStyleCompiledBaseCell. styleprotected JRStyleDesignBaseCell. styleMethods in net.sf.jasperreports.components.table that return JRStyle Modifier and Type Method Description JRStyleCompiledBaseCell. getStyle()JRStyleDesignBaseCell. getStyle()Methods in net.sf.jasperreports.components.table with parameters of type JRStyle Modifier and Type Method Description voidDesignBaseCell. setStyle(JRStyle style) -
Uses of JRStyle in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill that return JRStyle Modifier and Type Method Description JRStyleTableReport. getDefaultStyle()JRStyle[]TableReport. getStyles() -
Uses of JRStyle in net.sf.jasperreports.crosstabs.base
Fields in net.sf.jasperreports.crosstabs.base declared as JRStyle Modifier and Type Field Description protected JRStyleJRBaseCellContents. styleMethods in net.sf.jasperreports.crosstabs.base that return JRStyle Modifier and Type Method Description JRStyleJRBaseCellContents. getStyle() -
Uses of JRStyle in net.sf.jasperreports.crosstabs.design
Fields in net.sf.jasperreports.crosstabs.design declared as JRStyle Modifier and Type Field Description protected JRStyleJRDesignCellContents. styleMethods in net.sf.jasperreports.crosstabs.design that return JRStyle Modifier and Type Method Description JRStyleJRDesignCellContents. getStyle()Methods in net.sf.jasperreports.crosstabs.design with parameters of type JRStyle Modifier and Type Method Description voidJRDesignCellContents. setStyle(JRStyle style)Sets the style used by this cell. -
Uses of JRStyle in net.sf.jasperreports.engine
Subinterfaces of JRStyle in net.sf.jasperreports.engine Modifier and Type Interface Description interfaceJRConditionalStyleMethods in net.sf.jasperreports.engine that return JRStyle Modifier and Type Method Description JRStyleJasperPrint. getDefaultStyle()Returns the default report style.JRStyleJRDefaultStyleProvider. getDefaultStyle()Returns a default style.JRStyleElementDecorator. getStyle()abstract JRStyleJRAbstractObjectFactory. getStyle(JRStyle style)JRStyleJRSimpleTemplate. getStyle(java.lang.String name)Returns an included style by name.JRStyleJRStyleContainer. 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.JRStyleJasperPrint. removeStyle(java.lang.String styleName)JRStyleJasperPrint. removeStyle(JRStyle style)JRStyleJRSimpleTemplate. removeStyle(java.lang.String name)Removes an included style.Methods in net.sf.jasperreports.engine that return types with arguments of type JRStyle Modifier and Type Method Description java.util.List<JRStyle>JasperPrint. getStylesList()Gets a list of report styles.java.util.List<JRStyle>JRSimpleTemplate. getStylesList()java.util.Map<java.lang.String,JRStyle>JasperPrint. getStylesMap()Gets a map of report styles.Methods in net.sf.jasperreports.engine with parameters of type JRStyle Modifier and Type Method Description voidJasperPrint. addStyle(JRStyle style)Adds a new style to the report styles.voidJasperPrint. addStyle(JRStyle style, boolean isIgnoreDuplicate)Adds a new style to the report styles.voidJRSimpleTemplate. addStyle(int index, JRStyle style)Adds a style to the template.voidJRSimpleTemplate. addStyle(JRStyle style)Adds a style to the template.voidJRExpressionCollector. collect(JRStyle style)Collects expressions used in a style definition.voidJRExpressionCollector. collect(JRStyle style, boolean skipFaulty)Collects expressions used in a style definition.abstract JRConditionalStyleJRAbstractObjectFactory. getConditionalStyle(JRConditionalStyle conditionalStyle, JRStyle parentStyle)abstract JRStyleJRAbstractObjectFactory. getStyle(JRStyle style)protected booleanJRSimpleTemplate. nameMatches(JRStyle style, java.lang.String name)JRStyleJasperPrint. removeStyle(JRStyle style)booleanJRSimpleTemplate. removeStyle(JRStyle style)Removes an included style.voidJasperPrint. setDefaultStyle(JRStyle style)Sets the default report style.voidJRPrintElement. setStyle(JRStyle style)voidJRStyleSetter. setStyle(JRStyle style)Set the style on the object. -
Uses of JRStyle in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRStyle Modifier and Type Class Description classJRBaseConditionalStyleclassJRBaseStyleFields in net.sf.jasperreports.engine.base declared as JRStyle Modifier and Type Field Description protected JRStyleJRBaseReport. defaultStyleprotected JRStyleJRBaseElement. parentStyleprotected JRStyleJRBaseStyle. parentStyleprotected JRStyleJRBaseFont. styleprotected JRStyleJRBasePrintElement. styleprotected JRStyle[]JRBaseReport. stylesMethods in net.sf.jasperreports.engine.base that return JRStyle Modifier and Type Method Description protected JRStyleJRBaseElement. getBaseStyle()JRStyleJRBaseReport. getDefaultStyle()JRStyleJRBaseElement. getStyle()JRStyleJRBaseFont. getStyle()JRStyleJRBaseLineBox. getStyle()JRStyleJRBaseObjectFactory. getStyle(JRStyle style)JRStyleJRBaseParagraph. getStyle()JRStyleJRBasePrintElement. getStyle()JRStyleJRBaseStyle. getStyle()JRStyle[]JRBaseReport. getStyles()Methods in net.sf.jasperreports.engine.base with parameters of type JRStyle Modifier and Type Method Description JRConditionalStyleJRBaseObjectFactory. getConditionalStyle(JRConditionalStyle conditionalStyle, JRStyle style)JRStyleJRBaseObjectFactory. getStyle(JRStyle style)protected voidJRBaseStyle. setParentStyle(JRStyle parentStyle)voidJRBasePrintElement. setStyle(JRStyle style)Constructors in net.sf.jasperreports.engine.base with parameters of type JRStyle Constructor Description JRBaseConditionalStyle(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 JRStyle Modifier and Type Method Description JRStyleFillContext. 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 JRStyle Modifier and Type Field Description protected java.util.Map<java.lang.String,JRStyle>ReportConverter. stylesMapMethods in net.sf.jasperreports.engine.convert that return JRStyle Modifier and Type Method Description JRStyleReportConverter. resolveStyle(JRStyleContainer originalContainer)Methods in net.sf.jasperreports.engine.convert with parameters of type JRStyle Modifier and Type Method Description protected voidReportConverter. collectStyles(JRStyle[] styles) -
Uses of JRStyle in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRStyle Modifier and Type Class Description classJRDesignConditionalStyleclassJRDesignStyleMethods in net.sf.jasperreports.engine.design that return JRStyle Modifier and Type Method Description JRStyle[]JasperDesign. getStyles()Gets an array of report level styles.JRStyleJasperDesign. removeStyle(java.lang.String styleName)Removes a report style from the list, based on the style name.JRStyleJasperDesign. removeStyle(JRStyle style)Removes a report style from the list.Methods in net.sf.jasperreports.engine.design that return types with arguments of type JRStyle Modifier and Type Method Description java.util.List<JRStyle>JasperDesign. getStylesList()Gets a list of report level styles.java.util.Map<java.lang.String,JRStyle>JasperDesign. getStylesMap()Methods in net.sf.jasperreports.engine.design with parameters of type JRStyle Modifier and Type Method Description voidJasperDesign. addStyle(int index, JRStyle style)Inserts a report style, that can be referenced by report elements, at specified position.voidJasperDesign. addStyle(JRStyle style)Adds a report style, that can be referenced by report elements.JRStyleJasperDesign. removeStyle(JRStyle style)Removes a report style from the list.voidJasperDesign. setDefaultStyle(JRStyle style)voidJRDesignConditionalStyle. setParentStyle(JRStyle parentStyle)voidJRDesignStyle. setParentStyle(JRStyle parentStyle)voidDesignStyleContainer. setStyle(JRStyle style)voidJRDesignElement. setStyle(JRStyle style)voidJRDesignFont. setStyle(JRStyle style) -
Uses of JRStyle in net.sf.jasperreports.engine.export
Fields in net.sf.jasperreports.engine.export with type parameters of type JRStyle Modifier and Type Field Description protected java.util.Map<java.lang.String,JRStyle>JRXmlExporter. stylesMapMethods in net.sf.jasperreports.engine.export with parameters of type JRStyle Modifier and Type Method Description protected voidJRXmlExporter. exportStyle(JRStyle style) -
Uses of JRStyle in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type JRStyle Modifier and Type Method Description protected voidXlsxMetadataExporter. addElement(java.util.Map<java.lang.String,java.lang.Object> currentMap, JRPrintElement element, java.lang.String currentColumnName, JRStyle parentStyle, java.lang.String currentData)protected voidXlsxMetadataExporter. addElement(JRPrintElement element, boolean repeatValue, java.lang.String currentColumnName, JRStyle parentStyle, java.lang.String currentData)voidDocxRunHelper. export(JRStyle style, java.util.Map<java.text.AttributedCharacterIterator.Attribute,java.lang.Object> attributes, java.lang.String text, java.util.Locale locale, boolean hiddenText, java.lang.String invalidCharReplacement, java.awt.Color backcolor, boolean isNewLineAsParagraph)voidPptxRunHelper. export(JRStyle style, java.util.Map<java.text.AttributedCharacterIterator.Attribute,java.lang.Object> attributes, java.lang.String text, java.util.Locale locale, java.lang.String invalidCharReplacement)voidPptxRunHelper. export(JRStyle style, java.util.Map<java.text.AttributedCharacterIterator.Attribute,java.lang.Object> attributes, java.lang.String text, java.util.Locale locale, java.lang.String invalidCharReplacement, java.lang.String fieldType, java.lang.String uuid)voidXlsxRunHelper. export(JRStyle style, java.util.Map<java.text.AttributedCharacterIterator.Attribute,java.lang.Object> attributes, java.lang.String text, java.util.Locale locale, java.lang.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(java.util.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, java.lang.String pattern, java.util.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, java.lang.String pattern, java.util.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, java.util.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, java.util.Locale locale, boolean hiddenText, boolean startedHyperlink, boolean isNewLineJustified)protected voidJRPptxExporter. exportStyledText(JRStyle style, JRStyledText styledText, java.util.Locale locale, java.lang.String fieldType, java.lang.String uuid)protected voidJRXlsxExporter. exportStyledText(JRStyle style, JRStyledText styledText, java.util.Locale locale, boolean isStyledText)protected voidXlsxMetadataExporter. exportStyledText(JRStyle style, JRStyledText styledText, java.util.Locale locale, boolean isStyledText, java.lang.String currentData)voidXlsxMetadataExporter. exportText(JRPrintText text, int colIndex, int rowIndex, JRStyle parentStyle, java.lang.String currentData)voidXlsxMetadataExporter. exportText(JRPrintText text, int colIndex, JRStyle parentStyle, java.lang.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, java.lang.String pattern, java.util.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, java.lang.String pattern, java.util.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 JRStyle Constructor Description 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 JRStyle in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as JRStyle Modifier and Type Field Description protected 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 JRStyle Modifier and Type Field Description protected java.util.Map<JRStyle,JRStyle>JRFillElementContainer. evaluatedStylesprotected java.util.Map<JRStyle,JRStyle>JRFillElementContainer. evaluatedStylesprotected java.util.Set<JRStyle>JRFillElementContainer. stylesToEvaluateprotected java.util.Map<JRStyle,JRTemplateElement>JRFillElement. templatesprotected java.util.Map<Pair<JRStyle,TextFormat>,JRTemplateElement>JRFillTextField. textTemplatesMethods in net.sf.jasperreports.engine.fill that return JRStyle Modifier and Type Method Description protected JRStyleJRFillElementContainer. evaluateConditionalStyle(JRStyle initialStyle, byte evaluation)protected JRStyleJRTemplateElement. getBaseStyle()JRStyleJRBaseFiller. getDefaultStyle()JRStyleJRFillComponentElement. getElementStyle()JRStyleJRFillElementContainer. getEvaluatedConditionalStyle(JRStyle parentStyle)protected JRStyleJRFillElement. getInitStyle()JRStyleCachingLineBox. getStyle()JRStyleCachingParagraph. getStyle()Deprecated.Replaced byCachingParagraph.getParagraphContainer().JRStyleJRFillCellContents. getStyle()JRStyleJRFillElement. getStyle()JRStyleJRFillObjectFactory.StylesList. getStyle(java.lang.String name)JRStyleJRTemplateElement. getStyle()JRStyleJRTemplatePrintElement. getStyle()JRStyleJRTemplateText. getStyle()Methods in net.sf.jasperreports.engine.fill that return types with arguments of type JRStyle Modifier and Type Method Description protected java.util.Set<JRStyle>JRFillObjectFactory. collectRequestedStyles(java.util.List<JRStyle> externalStyles)protected java.util.List<JRStyle>JRBaseFiller. collectStyles()protected java.util.List<JRStyle>JRBaseFiller. collectTemplateStyles()java.util.List<JRStyle>JRFillObjectFactory. setStyles(java.util.List<JRStyle> styles)Methods in net.sf.jasperreports.engine.fill with parameters of type JRStyle Modifier and Type Method Description voidJRBaseFiller. addPrintStyle(JRStyle style)voidJRFillObjectFactory.StylesList. addStyle(JRStyle style)protected booleanJRFillElementContainer. buildConsolidatedStyle(JRStyle style, byte evaluation, java.lang.StringBuilder code, java.util.List<JRStyle> condStylesToApply)protected voidJRFillElementContainer. collectConditionalStyle(JRStyle style)protected voidJRFillElement. collectDelayedEvaluations(JRStyle style)protected voidJRFillObjectFactory. collectUsedStyles(JRStyle style, java.util.Map<JRStyle,java.lang.Object> usedStylesMap, java.util.Map<java.lang.String,JRStyle> allStylesMap)voidJRBaseFiller.DefaultStyleListener. defaultStyleSet(JRStyle style)protected JRStyleJRFillElementContainer. evaluateConditionalStyle(JRStyle initialStyle, byte evaluation)JRConditionalStyleJRFillObjectFactory. getConditionalStyle(JRConditionalStyle conditionalStyle, JRStyle style)JRStyleJRFillElementContainer. getEvaluatedConditionalStyle(JRStyle parentStyle)JRBaseStyleJRFillObjectFactory. getStyle(JRStyle style)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)voidJRFillCellContents. setStyle(JRStyle style)voidJRFillElement. setStyle(JRStyle style)voidJRTemplateElement. setStyle(JRStyle style)Sets the template element style.voidJRTemplatePrintElement. setStyle(JRStyle style)protected voidJRFillObjectFactory. useDelayedStyle(JRStyle style)Method parameters in net.sf.jasperreports.engine.fill with type arguments of type JRStyle Modifier and Type Method Description voidPartReportFiller.JasperPrintPartOutput. addStyles(java.util.Collection<JRStyle> stylesList)protected booleanJRFillElementContainer. buildConsolidatedStyle(JRStyle style, byte evaluation, java.lang.StringBuilder code, java.util.List<JRStyle> condStylesToApply)protected voidJRBaseFiller. collectIncludedTemplates(ReportTemplateSource templateSource, java.util.List<JRStyle> externalStyles, java.util.Set<java.lang.String> loadedLocations, java.util.Set<java.lang.String> templateParentLocations)protected java.util.Set<JRStyle>JRFillObjectFactory. collectRequestedStyles(java.util.List<JRStyle> externalStyles)protected voidJRBaseFiller. collectStyles(ReportTemplateSource template, java.util.List<JRStyle> externalStyles, java.util.Set<java.lang.String> loadedLocations)protected voidJRBaseFiller. collectStyles(ReportTemplateSource templateSource, java.util.List<JRStyle> externalStyles, java.util.Set<java.lang.String> loadedLocations, java.util.Set<java.lang.String> templateParentLocations)protected voidJRFillObjectFactory. collectUsedStyles(JRStyle style, java.util.Map<JRStyle,java.lang.Object> usedStylesMap, java.util.Map<java.lang.String,JRStyle> allStylesMap)protected voidJRBaseFiller. lookupExternalDefaultStyle(java.util.Collection<JRStyle> styleList)voidBandReportFillerParent. registerReportStyles(java.util.List<JRStyle> styles)voidFillerSubreportParent. registerReportStyles(java.util.List<JRStyle> styles)voidJRBaseFiller. registerReportStyles(java.util.UUID id, java.util.List<JRStyle> styles)voidJRFillContext. registerReportStyles(java.lang.String reportLocation, java.util.UUID id, java.util.List<JRStyle> styles)voidJRFillContext. registerReportStyles(JasperReport jasperReport, java.util.UUID id, java.util.List<JRStyle> styles)protected voidJRFillSubreport. registerReportStyles(java.util.List<JRStyle> styles)java.util.List<JRStyle>JRFillObjectFactory. setStyles(java.util.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 JRStyle Modifier and Type Method Description java.util.Collection<JRStyle>FillPartPrintOutput. getStyles()Method parameters in net.sf.jasperreports.engine.part with type arguments of type JRStyle Modifier and Type Method Description voidFillPartPrintOutput. addStyles(java.util.Collection<JRStyle> stylesList)voidPartPrintOutput. addStyles(java.util.Collection<JRStyle> styles) -
Uses of JRStyle in net.sf.jasperreports.engine.style
Methods in net.sf.jasperreports.engine.style that return JRStyle Modifier and Type Method Description JRStylePropertyStyleProvider. getStyle(byte evaluation)JRStyleStyleProvider. getStyle(byte evaluation)Returns a style. -
Uses of JRStyle in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util that return JRStyle Modifier and Type Method Description JRStyleStyleResolver. getBaseStyle(JRLineBox box)JRStyleStyleResolver. getBaseStyle(JRParagraph paragraph)JRStyleStyleResolver. getBaseStyle(JRPen pen)JRStyleStyleResolver. getBaseStyle(JRStyle styleContainer)JRStyleStyleResolver. getBaseStyle(JRStyleContainer styleContainer)protected static JRStyleStyleResolver. getBaseStyleFromStyleContainer(JRStyleContainer styleContainer)Methods in net.sf.jasperreports.engine.util with parameters of type JRStyle Modifier and Type Method Description static voidStyleUtil. appendStyle(JRStyle destStyle, JRStyle srcStyle)Merges two styles, by appending the properties of the source style to the ones of the destination style.java.awt.ColorStyleResolver. getBackcolor(JRStyle style)JRStyleStyleResolver. getBaseStyle(JRStyle styleContainer)FillEnumStyleResolver. getFillValue(JRStyle style)java.lang.StringStyleResolver. getFontName(JRStyle style)java.lang.FloatStyleResolver. getFontsize(JRStyle style)java.awt.ColorStyleResolver. getForecolor(JRStyle style)HorizontalImageAlignEnumStyleResolver. getHorizontalImageAlign(JRStyle style)HorizontalTextAlignEnumStyleResolver. getHorizontalTextAlign(JRStyle style)java.lang.StringStyleResolver. getMarkup(JRStyle style)ModeEnumStyleResolver. getModeValue(JRStyle style)java.lang.StringStyleResolver. getPattern(JRStyle style)java.lang.StringStyleResolver. getPdfEncoding(JRStyle style)java.lang.StringStyleResolver. getPdfFontName(JRStyle style)java.lang.IntegerStyleResolver. getRadius(JRStyle style)RotationEnumStyleResolver. getRotationValue(JRStyle style)ScaleImageEnumStyleResolver. getScaleImageValue(JRStyle style)VerticalImageAlignEnumStyleResolver. getVerticalImageAlign(JRStyle style)VerticalTextAlignEnumStyleResolver. getVerticalTextAlign(JRStyle style)java.lang.BooleanStyleResolver. isBlankWhenNull(JRStyle style)java.lang.BooleanStyleResolver. isBold(JRStyle style)java.lang.BooleanStyleResolver. isItalic(JRStyle style)java.lang.BooleanStyleResolver. isPdfEmbedded(JRStyle style)java.lang.BooleanStyleResolver. isStrikeThrough(JRStyle style)java.lang.BooleanStyleResolver. isUnderline(JRStyle style) -
Uses of JRStyle in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml with parameters of type JRStyle Modifier and Type Method Description protected voidJRAbstractStyleFactory. setCommonStyle(JRStyle style, org.xml.sax.Attributes atts)protected voidJRXmlBaseWriter. writeStyle(JRStyle style)Writes a style. -
Uses of JRStyle in net.sf.jasperreports.export
Methods in net.sf.jasperreports.export that return JRStyle Modifier and Type Method Description JRStyleReadOnlyPartJasperPrint. getDefaultStyle()JRStyle[]ReadOnlyPartJasperPrint. getStyles()JRStyleReadOnlyPartJasperPrint. removeStyle(java.lang.String styleName)JRStyleReadOnlyPartJasperPrint. removeStyle(JRStyle style)Methods in net.sf.jasperreports.export that return types with arguments of type JRStyle Modifier and Type Method Description java.util.List<JRStyle>ReadOnlyPartJasperPrint. getStylesList()java.util.Map<java.lang.String,JRStyle>ReadOnlyPartJasperPrint. getStylesMap()Methods in net.sf.jasperreports.export with parameters of type JRStyle Modifier and Type Method Description voidReadOnlyPartJasperPrint. addStyle(JRStyle style)voidReadOnlyPartJasperPrint. addStyle(JRStyle style, boolean isIgnoreDuplicate)JRStyleReadOnlyPartJasperPrint. 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 JRStyle Modifier and Type Method Description voidSubreportFillPart.PartBandParent. registerReportStyles(java.util.List<JRStyle> styles) -
Uses of JRStyle in net.sf.jasperreports.repo
Methods in net.sf.jasperreports.repo that return types with arguments of type JRStyle Modifier and Type Method Description java.util.List<JRStyle>JasperDesignCache. getStyles(java.lang.String reportURI, java.util.UUID id)Method parameters in net.sf.jasperreports.repo with type arguments of type JRStyle Modifier and Type Method Description voidJasperDesignCache. setStyles(java.lang.String reportURI, java.util.UUID id, java.util.List<JRStyle> styles)
-