Uses of Interface
net.sf.jasperreports.engine.JRStyle
-
Packages that use JRStyle Package Description net.sf.jasperreports.barcode4j Contains classes for the built-in Barcode4J 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.export Provides exporter input, exporter output and exporter configurationsnet.sf.jasperreports.interactivity.headertoolbar Contains classes for the built-in Header Toolbar component.net.sf.jasperreports.parts.subreport net.sf.jasperreports.repo Provides support for JasperReports repository. -
-
Uses of JRStyle in net.sf.jasperreports.barcode4j
Methods in net.sf.jasperreports.barcode4j that return JRStyle Modifier and Type Method Description protected JRStyle
AbstractBarcodeEvaluator. getElementStyle()
-
Uses of JRStyle in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel that return JRStyle Modifier and Type Method Description JRStyle
IconLabelComponent. getStyle()
JRStyle
IconLabelComponentFill. 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 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 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 void
ComponentFillSubreport. registerReportStyles(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 JRStyle
CompiledBaseCell. style
protected JRStyle
DesignBaseCell. style
Methods in net.sf.jasperreports.components.table that return JRStyle Modifier and Type Method Description JRStyle
CompiledBaseCell. getStyle()
JRStyle
DesignBaseCell. getStyle()
Methods in net.sf.jasperreports.components.table with parameters of type JRStyle Modifier and Type Method Description void
DesignBaseCell. 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 JRStyle
TableReport. 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 JRStyle
JRBaseCellContents. style
Methods in net.sf.jasperreports.crosstabs.base that return JRStyle Modifier and Type Method Description JRStyle
JRBaseCellContents. 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 JRStyle
JRDesignCellContents. style
Methods in net.sf.jasperreports.crosstabs.design that return JRStyle Modifier and Type Method Description JRStyle
JRDesignCellContents. getStyle()
Methods in net.sf.jasperreports.crosstabs.design with parameters of type JRStyle Modifier and Type Method Description void
JRDesignCellContents. 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 interface
JRConditionalStyle
Methods in net.sf.jasperreports.engine that return JRStyle Modifier and Type Method Description JRStyle
JasperPrint. getDefaultStyle()
Returns the default report style.JRStyle
JRDefaultStyleProvider. getDefaultStyle()
Returns a default style.JRStyle
ElementDecorator. getStyle()
abstract JRStyle
JRAbstractObjectFactory. getStyle(JRStyle style)
JRStyle
JRSimpleTemplate. getStyle(String name)
Returns an included style by name.JRStyle
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.JRStyle
JasperPrint. removeStyle(String styleName)
JRStyle
JasperPrint. removeStyle(JRStyle style)
JRStyle
JRSimpleTemplate. removeStyle(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 List<JRStyle>
JasperPrint. getStylesList()
Gets a list of report styles.List<JRStyle>
JRSimpleTemplate. getStylesList()
Map<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 void
JasperPrint. addStyle(JRStyle style)
Adds a new style to the report styles.void
JasperPrint. addStyle(JRStyle style, boolean isIgnoreDuplicate)
Adds a new style to the report styles.void
JRSimpleTemplate. addStyle(int index, JRStyle style)
Adds a style to the template.void
JRSimpleTemplate. addStyle(JRStyle style)
Adds a style to the template.void
JRExpressionCollector. collect(JRStyle style)
Collects expressions used in a style definition.void
JRExpressionCollector. collect(JRStyle style, boolean skipFaulty)
Collects expressions used in a style definition.abstract JRConditionalStyle
JRAbstractObjectFactory. getConditionalStyle(JRConditionalStyle conditionalStyle, JRStyle parentStyle)
abstract JRStyle
JRAbstractObjectFactory. getStyle(JRStyle style)
protected boolean
JRSimpleTemplate. nameMatches(JRStyle style, String name)
JRStyle
JasperPrint. removeStyle(JRStyle style)
boolean
JRSimpleTemplate. removeStyle(JRStyle style)
Removes an included style.void
JasperPrint. setDefaultStyle(JRStyle style)
Sets the default report style.void
JRPrintElement. setStyle(JRStyle style)
void
JRStyleSetter. 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 class
JRBaseConditionalStyle
class
JRBaseStyle
Fields in net.sf.jasperreports.engine.base declared as JRStyle Modifier and Type Field Description protected 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 JRStyle Modifier and Type Method Description protected JRStyle
JRBaseElement. getBaseStyle()
JRStyle
JRBaseReport. getDefaultStyle()
JRStyle
JRBaseElement. getStyle()
JRStyle
JRBaseFont. getStyle()
JRStyle
JRBaseLineBox. getStyle()
JRStyle
JRBaseObjectFactory. getStyle(JRStyle style)
JRStyle
JRBaseParagraph. getStyle()
JRStyle
JRBasePrintElement. getStyle()
JRStyle
JRBaseStyle. getStyle()
JRStyle[]
JRBaseReport. getStyles()
Methods in net.sf.jasperreports.engine.base with parameters of type JRStyle Modifier and Type Method Description JRConditionalStyle
JRBaseObjectFactory. getConditionalStyle(JRConditionalStyle conditionalStyle, JRStyle style)
JRStyle
JRBaseObjectFactory. getStyle(JRStyle style)
protected void
JRBaseStyle. setParentStyle(JRStyle parentStyle)
void
JRBasePrintElement. 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 JRStyle
FillContext. 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 Map<String,JRStyle>
ReportConverter. stylesMap
Methods in net.sf.jasperreports.engine.convert that return JRStyle Modifier and Type Method Description JRStyle
ReportConverter. resolveStyle(JRStyleContainer originalContainer)
Methods in net.sf.jasperreports.engine.convert with parameters of type JRStyle Modifier and Type Method Description protected void
ReportConverter. 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 class
JRDesignConditionalStyle
class
JRDesignStyle
Methods in net.sf.jasperreports.engine.design that return JRStyle Modifier and Type Method Description JRStyle[]
JasperDesign. getStyles()
Gets an array of report level styles.JRStyle
JasperDesign. removeStyle(String styleName)
Removes a report style from the list, based on the style name.JRStyle
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 JRStyle Modifier and Type Method Description List<JRStyle>
JasperDesign. getStylesList()
Gets a list of report level styles.Map<String,JRStyle>
JasperDesign. getStylesMap()
Methods in net.sf.jasperreports.engine.design with parameters of type JRStyle Modifier and Type Method Description void
JasperDesign. addStyle(int index, JRStyle style)
Inserts a report style, that can be referenced by report elements, at specified position.void
JasperDesign. addStyle(JRStyle style)
Adds a report style, that can be referenced by report elements.JRStyle
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
DesignStyleContainer. setStyle(JRStyle style)
void
JRDesignElement. setStyle(JRStyle style)
void
JRDesignFont. 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 Map<String,JRStyle>
JRXmlExporter. stylesMap
Methods in net.sf.jasperreports.engine.export with parameters of type JRStyle Modifier and Type Method Description protected void
JRXmlExporter. 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 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 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 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 JRStyle Modifier and Type Field Description protected Map<JRStyle,JRStyle>
JRFillElementContainer. evaluatedStyles
protected Map<JRStyle,JRStyle>
JRFillElementContainer. evaluatedStyles
protected Set<JRStyle>
JRFillElementContainer. stylesToEvaluate
protected Map<JRStyle,JRTemplateElement>
JRFillElement. templates
protected Map<Pair<JRStyle,TextFormat>,JRTemplateElement>
JRFillTextField. textTemplates
Methods in net.sf.jasperreports.engine.fill that return JRStyle Modifier and Type Method Description protected JRStyle
JRFillElementContainer. evaluateConditionalStyle(JRStyle initialStyle, byte evaluation)
protected JRStyle
JRTemplateElement. getBaseStyle()
JRStyle
JRBaseFiller. getDefaultStyle()
JRStyle
JRFillComponentElement. getElementStyle()
JRStyle
JRFillElementContainer. getEvaluatedConditionalStyle(JRStyle parentStyle)
protected JRStyle
JRFillElement. getInitStyle()
JRStyle
CachingLineBox. getStyle()
JRStyle
CachingParagraph. getStyle()
Deprecated.Replaced byCachingParagraph.getParagraphContainer()
.JRStyle
JRFillCellContents. getStyle()
JRStyle
JRFillElement. getStyle()
JRStyle
JRFillObjectFactory.StylesList. getStyle(String name)
JRStyle
JRTemplateElement. getStyle()
JRStyle
JRTemplatePrintElement. getStyle()
JRStyle
JRTemplateText. getStyle()
Methods in net.sf.jasperreports.engine.fill that return types with arguments of type JRStyle Modifier and Type Method Description protected Set<JRStyle>
JRFillObjectFactory. collectRequestedStyles(List<JRStyle> externalStyles)
protected List<JRStyle>
JRBaseFiller. collectStyles()
protected List<JRStyle>
JRBaseFiller. collectTemplateStyles()
List<JRStyle>
JRFillObjectFactory. setStyles(List<JRStyle> styles)
Methods in net.sf.jasperreports.engine.fill with parameters of type JRStyle Modifier and Type Method Description void
JRBaseFiller. addPrintStyle(JRStyle style)
void
JRFillObjectFactory.StylesList. addStyle(JRStyle style)
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)
JRConditionalStyle
JRFillObjectFactory. getConditionalStyle(JRConditionalStyle conditionalStyle, JRStyle style)
JRStyle
JRFillElementContainer. getEvaluatedConditionalStyle(JRStyle parentStyle)
JRBaseStyle
JRFillObjectFactory. getStyle(JRStyle style)
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
JRFillCellContents. setStyle(JRStyle style)
void
JRFillElement. setStyle(JRStyle style)
void
JRTemplateElement. setStyle(JRStyle style)
Sets the template element style.void
JRTemplatePrintElement. setStyle(JRStyle style)
protected void
JRFillObjectFactory. useDelayedStyle(JRStyle style)
Method parameters in net.sf.jasperreports.engine.fill with type arguments of type JRStyle Modifier and Type Method Description void
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)
protected Set<JRStyle>
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)
List<JRStyle>
JRFillObjectFactory. setStyles(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 Collection<JRStyle>
FillPartPrintOutput. getStyles()
Method parameters in net.sf.jasperreports.engine.part with type arguments of type JRStyle Modifier and Type Method Description void
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 Modifier and Type Method Description JRStyle
PropertyStyleProvider. getStyle(byte evaluation)
JRStyle
StyleProvider. 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 JRStyle
StyleResolver. getBaseStyle(JRLineBox box)
JRStyle
StyleResolver. getBaseStyle(JRParagraph paragraph)
JRStyle
StyleResolver. getBaseStyle(JRPen pen)
JRStyle
StyleResolver. getBaseStyle(JRStyle styleContainer)
JRStyle
StyleResolver. getBaseStyle(JRStyleContainer styleContainer)
protected static JRStyle
StyleResolver. getBaseStyleFromStyleContainer(JRStyleContainer styleContainer)
Methods in net.sf.jasperreports.engine.util with parameters of type JRStyle Modifier and Type Method Description static 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.Color
StyleResolver. getBackcolor(JRStyle style)
JRStyle
StyleResolver. getBaseStyle(JRStyle styleContainer)
FillEnum
StyleResolver. getFill(JRStyle style)
String
StyleResolver. getFontName(JRStyle style)
Float
StyleResolver. getFontSize(JRStyle style)
Color
StyleResolver. getForecolor(JRStyle style)
HorizontalImageAlignEnum
StyleResolver. getHorizontalImageAlign(JRStyle style)
HorizontalTextAlignEnum
StyleResolver. getHorizontalTextAlign(JRStyle style)
String
StyleResolver. getMarkup(JRStyle style)
ModeEnum
StyleResolver. getModeValue(JRStyle style)
String
StyleResolver. getPattern(JRStyle style)
String
StyleResolver. getPdfEncoding(JRStyle style)
String
StyleResolver. getPdfFontName(JRStyle style)
Integer
StyleResolver. getRadius(JRStyle style)
RotationEnum
StyleResolver. getRotation(JRStyle style)
ScaleImageEnum
StyleResolver. getScaleImage(JRStyle style)
VerticalImageAlignEnum
StyleResolver. getVerticalImageAlign(JRStyle style)
VerticalTextAlignEnum
StyleResolver. getVerticalTextAlign(JRStyle style)
Boolean
StyleResolver. isBlankWhenNull(JRStyle style)
Boolean
StyleResolver. isBold(JRStyle style)
Boolean
StyleResolver. isItalic(JRStyle style)
Boolean
StyleResolver. isPdfEmbedded(JRStyle style)
Boolean
StyleResolver. isStrikeThrough(JRStyle style)
Boolean
StyleResolver. isUnderline(JRStyle style)
-
Uses of JRStyle in net.sf.jasperreports.export
Methods in net.sf.jasperreports.export that return JRStyle Modifier and Type Method Description JRStyle
ReadOnlyPartJasperPrint. getDefaultStyle()
JRStyle[]
ReadOnlyPartJasperPrint. getStyles()
JRStyle
ReadOnlyPartJasperPrint. removeStyle(String styleName)
JRStyle
ReadOnlyPartJasperPrint. removeStyle(JRStyle style)
Methods in net.sf.jasperreports.export that return types with arguments of type JRStyle Modifier and Type Method Description List<JRStyle>
ReadOnlyPartJasperPrint. getStylesList()
Map<String,JRStyle>
ReadOnlyPartJasperPrint. getStylesMap()
Methods in net.sf.jasperreports.export with parameters of type JRStyle Modifier and Type Method Description void
ReadOnlyPartJasperPrint. addStyle(JRStyle style)
void
ReadOnlyPartJasperPrint. addStyle(JRStyle style, boolean isIgnoreDuplicate)
JRStyle
ReadOnlyPartJasperPrint. removeStyle(JRStyle style)
void
ReadOnlyPartJasperPrint. setDefaultStyle(JRStyle style)
-
Uses of JRStyle in net.sf.jasperreports.interactivity.headertoolbar
Methods in net.sf.jasperreports.interactivity.headertoolbar that return JRStyle Modifier and Type Method Description JRStyle
HeaderToolbarConditionalStyleProvider. getStyle(byte evaluation)
-
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 void
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 JRStyle Modifier and Type Method Description List<JRStyle>
JasperDesignCache. getStyles(String reportURI, UUID id)
Method parameters in net.sf.jasperreports.repo with type arguments of type JRStyle Modifier and Type Method Description void
JasperDesignCache. setStyles(String reportURI, UUID id, List<JRStyle> styles)
-