Uses of Interface
net.sf.jasperreports.engine.JRFont
-
Packages that use JRFont Package Description net.sf.jasperreports.charts Contains interfaces for chart plots and chart datasets.net.sf.jasperreports.charts.base Contains base implementations for chart related interfaces.net.sf.jasperreports.charts.design Contains design time implementations for chart related interfaces.net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces.net.sf.jasperreports.charts.util Contains utility classes for complex chart customization.net.sf.jasperreports.components.charts Contains interfaces and base classes for the built-in Spider Chart component.net.sf.jasperreports.components.sort Contains classes for the built-in Sort component.net.sf.jasperreports.components.spiderchart Contains classes for the built-in Spider Chart component.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.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.fonts Provides support for font extensions.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. -
-
Uses of JRFont in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return JRFont Modifier and Type Method Description JRFontJRCategoryAxisFormat. getCategoryAxisLabelFont()JRFontJRCategoryAxisFormat. getCategoryAxisTickLabelFont()JRFontJRItemLabel. getFont()JRFontJRValueDisplay. getFont()Returns the font to use when writing the value.JRFontJRMeterPlot. getTickLabelFont()Returns the font used to write tick labels on the meter.JRFontJRTimeAxisFormat. getTimeAxisLabelFont()JRFontJRTimeAxisFormat. getTimeAxisTickLabelFont()JRFontJRValueAxisFormat. getValueAxisLabelFont()JRFontJRValueAxisFormat. getValueAxisTickLabelFont()JRFontJRXAxisFormat. getXAxisLabelFont()JRFontJRXAxisFormat. getXAxisTickLabelFont()JRFontJRYAxisFormat. getYAxisLabelFont()JRFontJRYAxisFormat. getYAxisTickLabelFont() -
Uses of JRFont in net.sf.jasperreports.charts.base
Fields in net.sf.jasperreports.charts.base declared as JRFont Modifier and Type Field Description protected JRFontJRBaseAreaPlot. categoryAxisLabelFontprotected JRFontJRBaseBar3DPlot. categoryAxisLabelFontprotected JRFontJRBaseBarPlot. categoryAxisLabelFontprotected JRFontJRBaseLinePlot. categoryAxisLabelFontprotected JRFontJRBaseAreaPlot. categoryAxisTickLabelFontprotected JRFontJRBaseBar3DPlot. categoryAxisTickLabelFontprotected JRFontJRBaseBarPlot. categoryAxisTickLabelFontprotected JRFontJRBaseLinePlot. categoryAxisTickLabelFontprotected JRFontJRBaseItemLabel. fontThe item label text font.protected JRFontJRBaseValueDisplay. fontThe font to use when writing the value.protected JRFontJRBaseMeterPlot. tickLabelFontThe font to use when writing tick labels.protected JRFontJRBaseCandlestickPlot. timeAxisLabelFontprotected JRFontJRBaseHighLowPlot. timeAxisLabelFontprotected JRFontJRBaseTimeSeriesPlot. timeAxisLabelFontprotected JRFontJRBaseCandlestickPlot. timeAxisTickLabelFontprotected JRFontJRBaseHighLowPlot. timeAxisTickLabelFontprotected JRFontJRBaseTimeSeriesPlot. timeAxisTickLabelFontprotected JRFontJRBaseAreaPlot. valueAxisLabelFontprotected JRFontJRBaseBar3DPlot. valueAxisLabelFontprotected JRFontJRBaseBarPlot. valueAxisLabelFontprotected JRFontJRBaseCandlestickPlot. valueAxisLabelFontprotected JRFontJRBaseHighLowPlot. valueAxisLabelFontprotected JRFontJRBaseLinePlot. valueAxisLabelFontprotected JRFontJRBaseTimeSeriesPlot. valueAxisLabelFontprotected JRFontJRBaseAreaPlot. valueAxisTickLabelFontprotected JRFontJRBaseBar3DPlot. valueAxisTickLabelFontprotected JRFontJRBaseBarPlot. valueAxisTickLabelFontprotected JRFontJRBaseCandlestickPlot. valueAxisTickLabelFontprotected JRFontJRBaseHighLowPlot. valueAxisTickLabelFontprotected JRFontJRBaseLinePlot. valueAxisTickLabelFontprotected JRFontJRBaseTimeSeriesPlot. valueAxisTickLabelFontprotected JRFontJRBaseBubblePlot. xAxisLabelFontprotected JRFontJRBaseScatterPlot. xAxisLabelFontprotected JRFontJRBaseBubblePlot. xAxisTickLabelFontprotected JRFontJRBaseScatterPlot. xAxisTickLabelFontprotected JRFontJRBaseBubblePlot. yAxisLabelFontprotected JRFontJRBaseScatterPlot. yAxisLabelFontprotected JRFontJRBaseBubblePlot. yAxisTickLabelFontprotected JRFontJRBaseScatterPlot. yAxisTickLabelFont -
Uses of JRFont in net.sf.jasperreports.charts.design
Methods in net.sf.jasperreports.charts.design with parameters of type JRFont Modifier and Type Method Description voidJRDesignAreaPlot. setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)voidJRDesignBar3DPlot. setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)voidJRDesignBarPlot. setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)voidJRDesignLinePlot. setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)voidJRDesignAreaPlot. setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)voidJRDesignBar3DPlot. setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)voidJRDesignBarPlot. setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)voidJRDesignLinePlot. setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)voidJRDesignItemLabel. setFont(JRFont font)Sets the font to use when displaying the value.voidJRDesignValueDisplay. setFont(JRFont font)Sets the font to use when displaying the value.voidJRDesignMeterPlot. setTickLabelFont(JRFont tickLabelFont)Sets the font to use when displaying the tick label.voidJRDesignCandlestickPlot. setTimeAxisLabelFont(JRFont timeAxisLabelFont)voidJRDesignHighLowPlot. setTimeAxisLabelFont(JRFont timeAxisLabelFont)voidJRDesignTimeSeriesPlot. setTimeAxisLabelFont(JRFont timeAxisLabelFont)voidJRDesignCandlestickPlot. setTimeAxisTickLabelFont(JRFont timeAxisTickLabelFont)voidJRDesignHighLowPlot. setTimeAxisTickLabelFont(JRFont timeAxisTickLabelFont)voidJRDesignTimeSeriesPlot. setTimeAxisTickLabelFont(JRFont timeAxisTickLabelFont)voidJRDesignAreaPlot. setValueAxisLabelFont(JRFont valueAxisLabelFont)voidJRDesignBar3DPlot. setValueAxisLabelFont(JRFont valueAxisLabelFont)voidJRDesignBarPlot. setValueAxisLabelFont(JRFont valueAxisLabelFont)voidJRDesignCandlestickPlot. setValueAxisLabelFont(JRFont valueAxisLabelFont)voidJRDesignHighLowPlot. setValueAxisLabelFont(JRFont valueAxisLabelFont)voidJRDesignLinePlot. setValueAxisLabelFont(JRFont valueAxisLabelFont)voidJRDesignTimeSeriesPlot. setValueAxisLabelFont(JRFont valueAxisLabelFont)voidJRDesignAreaPlot. setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)voidJRDesignBar3DPlot. setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)voidJRDesignBarPlot. setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)voidJRDesignCandlestickPlot. setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)voidJRDesignHighLowPlot. setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)voidJRDesignLinePlot. setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)voidJRDesignTimeSeriesPlot. setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)voidJRDesignBubblePlot. setXAxisLabelFont(JRFont xAxisLabelFont)voidJRDesignScatterPlot. setXAxisLabelFont(JRFont xAxisLabelFont)voidJRDesignBubblePlot. setXAxisTickLabelFont(JRFont xAxisTickLabelFont)voidJRDesignScatterPlot. setXAxisTickLabelFont(JRFont xAxisTickLabelFont)voidJRDesignBubblePlot. setYAxisLabelFont(JRFont yAxisLabelFont)voidJRDesignScatterPlot. setYAxisLabelFont(JRFont yAxisLabelFont)voidJRDesignBubblePlot. setYAxisTickLabelFont(JRFont yAxisTickLabelFont)voidJRDesignScatterPlot. setYAxisTickLabelFont(JRFont yAxisTickLabelFont) -
Uses of JRFont in net.sf.jasperreports.charts.fill
Fields in net.sf.jasperreports.charts.fill declared as JRFont Modifier and Type Field Description protected JRFontJRFillAreaPlot. categoryAxisLabelFontprotected JRFontJRFillBar3DPlot. categoryAxisLabelFontprotected JRFontJRFillBarPlot. categoryAxisLabelFontprotected JRFontJRFillLinePlot. categoryAxisLabelFontprotected JRFontJRFillAreaPlot. categoryAxisTickLabelFontprotected JRFontJRFillBar3DPlot. categoryAxisTickLabelFontprotected JRFontJRFillBarPlot. categoryAxisTickLabelFontprotected JRFontJRFillLinePlot. categoryAxisTickLabelFontprotected JRFontJRFillCandlestickPlot. timeAxisLabelFontprotected JRFontJRFillHighLowPlot. timeAxisLabelFontprotected JRFontJRFillTimeSeriesPlot. timeAxisLabelFontprotected JRFontJRFillCandlestickPlot. timeAxisTickLabelFontprotected JRFontJRFillHighLowPlot. timeAxisTickLabelFontprotected JRFontJRFillTimeSeriesPlot. timeAxisTickLabelFontprotected JRFontJRFillAreaPlot. valueAxisLabelFontprotected JRFontJRFillBar3DPlot. valueAxisLabelFontprotected JRFontJRFillBarPlot. valueAxisLabelFontprotected JRFontJRFillCandlestickPlot. valueAxisLabelFontprotected JRFontJRFillHighLowPlot. valueAxisLabelFontprotected JRFontJRFillLinePlot. valueAxisLabelFontprotected JRFontJRFillTimeSeriesPlot. valueAxisLabelFontprotected JRFontJRFillAreaPlot. valueAxisTickLabelFontprotected JRFontJRFillBar3DPlot. valueAxisTickLabelFontprotected JRFontJRFillBarPlot. valueAxisTickLabelFontprotected JRFontJRFillCandlestickPlot. valueAxisTickLabelFontprotected JRFontJRFillHighLowPlot. valueAxisTickLabelFontprotected JRFontJRFillLinePlot. valueAxisTickLabelFontprotected JRFontJRFillTimeSeriesPlot. valueAxisTickLabelFontprotected JRFontJRFillBubblePlot. xAxisLabelFontprotected JRFontJRFillScatterPlot. xAxisLabelFontprotected JRFontJRFillBubblePlot. xAxisTickLabelFontprotected JRFontJRFillScatterPlot. xAxisTickLabelFontprotected JRFontJRFillBubblePlot. yAxisLabelFontprotected JRFontJRFillScatterPlot. yAxisLabelFontprotected JRFontJRFillBubblePlot. yAxisTickLabelFontprotected JRFontJRFillScatterPlot. yAxisTickLabelFont -
Uses of JRFont in net.sf.jasperreports.charts.util
Fields in net.sf.jasperreports.charts.util declared as JRFont Modifier and Type Field Description protected JRFontJRAxisFormat. labelFontThe font to use when writing the label of the axis.protected JRFontJRAxisFormat. tickLabelFontThe font to use when writing the label of each tick mark.Methods in net.sf.jasperreports.charts.util that return JRFont Modifier and Type Method Description JRFontJRAxisFormat. getLabelFont()Returns the font used when writing the label of the axis.JRFontJRAxisFormat. getTickLabelFont()Returns the font used when writing the label of each tick mark.Methods in net.sf.jasperreports.charts.util with parameters of type JRFont Modifier and Type Method Description voidJRAxisFormat. setLabelFont(JRFont labelFont)Sets the font used when writing the label of the axis.voidJRAxisFormat. setTickLabelFont(JRFont tickLabelFont)Sets the font to use when writing the label of each tick mark. -
Uses of JRFont in net.sf.jasperreports.components.charts
Methods in net.sf.jasperreports.components.charts that return JRFont Modifier and Type Method Description JRFontChartSettings. getLegendFont()JRFontFillChartSettings. getLegendFont()JRFontChartSettings. getSubtitleFont()JRFontFillChartSettings. getSubtitleFont()JRFontChartSettings. getTitleFont()JRFontFillChartSettings. getTitleFont() -
Uses of JRFont in net.sf.jasperreports.components.sort
Methods in net.sf.jasperreports.components.sort that return JRFont Modifier and Type Method Description JRFontSortComponentSymbolFontFactory. getFont()JRFontSortComponent. getSymbolFont()Methods in net.sf.jasperreports.components.sort with parameters of type JRFont Modifier and Type Method Description voidSortComponentSymbolFontFactory. setStyle(JRFont font, org.xml.sax.Attributes atts)voidSortComponent. setSymbolFont(JRFont symbolFont) -
Uses of JRFont in net.sf.jasperreports.components.spiderchart
Fields in net.sf.jasperreports.components.spiderchart declared as JRFont Modifier and Type Field Description protected JRFontStandardSpiderPlot. labelFontprotected JRFontStandardChartSettings. legendFontprotected JRFontStandardChartSettings. subtitleFontprotected JRFontStandardChartSettings. titleFontMethods in net.sf.jasperreports.components.spiderchart that return JRFont Modifier and Type Method Description JRFontFillSpiderPlot. getLabelFont()JRFontSpiderPlot. getLabelFont()JRFontStandardSpiderPlot. getLabelFont()JRFontStandardChartSettings. getLegendFont()JRFontStandardChartSettings. getSubtitleFont()JRFontStandardChartSettings. getTitleFont()Methods in net.sf.jasperreports.components.spiderchart with parameters of type JRFont Modifier and Type Method Description voidStandardSpiderPlot. setLabelFont(JRFont labelFont)voidStandardChartSettings. setLegendFont(JRFont legendFont)voidStandardChartSettings. setSubtitleFont(JRFont subtitleFont)voidStandardChartSettings. setTitleFont(JRFont titleFont) -
Uses of JRFont in net.sf.jasperreports.engine
Subinterfaces of JRFont in net.sf.jasperreports.engine Modifier and Type Interface Description interfaceJRPrintTextinterfaceJRStaticTextAn abstract representation of a report static text.interfaceJRTextElementAn abstract representation of a report text element.interfaceJRTextFieldAn abstract representation of a report text.Methods in net.sf.jasperreports.engine that return JRFont Modifier and Type Method Description JRFontJRAbstractObjectFactory. getFont(JRStyleContainer styleContainer, JRFont font)JRFontJRChart. getLegendFont()JRFontJRChart. getSubtitleFont()JRFontJRChart. getTitleFont()Methods in net.sf.jasperreports.engine with parameters of type JRFont Modifier and Type Method Description JRFontJRAbstractObjectFactory. getFont(JRStyleContainer styleContainer, JRFont font) -
Uses of JRFont in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRFont Modifier and Type Class Description classJRBaseFontclassJRBasePrintTextclassJRBaseStaticTextThis class is used for representing a static text element.classJRBaseTextElementThis class provides functionality common to text elements.classJRBaseTextFieldThis class is used for representing a text field.Fields in net.sf.jasperreports.engine.base declared as JRFont Modifier and Type Field Description protected JRFontJRBaseChart. legendFontprotected JRFontJRBaseChart. subtitleFontprotected JRFontJRBaseChart. titleFontMethods in net.sf.jasperreports.engine.base that return JRFont Modifier and Type Method Description JRFontJRBaseTextElement. getFont()Deprecated.JRFontJRBaseChart. getLegendFont()JRFontJRBaseChart. getSubtitleFont()JRFontJRBaseChart. getTitleFont()Methods in net.sf.jasperreports.engine.base with parameters of type JRFont Modifier and Type Method Description voidJRBasePrintText. setFont(JRFont font)Constructors in net.sf.jasperreports.engine.base with parameters of type JRFont Constructor Description JRBaseFont(JRStyleContainer styleContainer, JRFont font)JRBaseFont(JRStyleContainer styleContainer, JRFont font, JRAbstractObjectFactory factory) -
Uses of JRFont in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRFont Modifier and Type Class Description classJRDesignFontclassJRDesignStaticTextThis class is used for representing a design static text element.classJRDesignTextElementThis class provides functionality common to design text elements.classJRDesignTextFieldFields in net.sf.jasperreports.engine.design declared as JRFont Modifier and Type Field Description protected JRFontJRDesignChart. legendFontprotected JRFontJRDesignChart. subtitleFontprotected JRFontJRDesignChart. titleFontMethods in net.sf.jasperreports.engine.design that return JRFont Modifier and Type Method Description JRFontJRDesignTextElement. getFont()Deprecated.JRFontJRDesignChart. getLegendFont()JRFontJRDesignChart. getSubtitleFont()JRFontJRDesignChart. getTitleFont()Methods in net.sf.jasperreports.engine.design with parameters of type JRFont Modifier and Type Method Description voidJRDesignTextElement. setFont(JRFont font)Deprecated.voidJRDesignChart. setLegendFont(JRFont legendFont)voidJRDesignChart. setSubtitleFont(JRFont font)voidJRDesignChart. setTitleFont(JRFont font) -
Uses of JRFont in net.sf.jasperreports.engine.export
Fields in net.sf.jasperreports.engine.export declared as JRFont Modifier and Type Field Description protected JRFontExcelAbstractExporter. defaultFontMethods in net.sf.jasperreports.engine.export that return JRFont Modifier and Type Method Description protected JRFontExcelAbstractExporter. getDefaultFont()Methods in net.sf.jasperreports.engine.export with parameters of type JRFont Modifier and Type Method Description protected voidJRXmlExporter. exportFont(JRFont font)protected org.apache.poi.hssf.usermodel.HSSFFontJRXlsExporter. getLoadedFont(JRFont font, short forecolor, java.util.Map<java.text.AttributedCharacterIterator.Attribute,java.lang.Object> attributes, java.util.Locale locale)protected org.apache.poi.hssf.usermodel.HSSFFontJRXlsMetadataExporter. getLoadedFont(JRFont font, short forecolor, java.util.Map<java.text.AttributedCharacterIterator.Attribute,java.lang.Object> attributes, java.util.Locale locale)protected org.apache.poi.hssf.usermodel.HSSFRichTextStringJRXlsExporter. getRichTextString(JRStyledText styledText, short forecolor, JRFont defaultFont, java.util.Locale locale)protected org.apache.poi.hssf.usermodel.HSSFRichTextStringJRXlsMetadataExporter. getRichTextString(JRStyledText styledText, short forecolor, JRFont defaultFont, java.util.Locale locale)protected voidJRXlsExporter. setRichTextStringCellValue(JRStyledText styledText, short forecolor, JRFont defaultFont, java.util.Locale locale) -
Uses of JRFont in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type JRFont Modifier and Type Method Description protected java.lang.StringXlsxFontHelper. exportFont(JRFont font, java.util.Locale locale) -
Uses of JRFont in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRFont Modifier and Type Class Description classJRFillStaticTextclassJRFillTextElementclassJRFillTextFieldclassJRRecordedValuesPrintTextPrint text implementation that supports recorded values.classJRTemplatePrintTextImplementation ofJRPrintTextthat uses aJRTemplateTextinstance to store common attributes.classJRTemplateTextText element information shared by multiple print text objects.Fields in net.sf.jasperreports.engine.fill declared as JRFont Modifier and Type Field Description protected JRFontJRFillChart. legendFontprotected JRFontJRFillChart. subtitleFontprotected JRFontJRFillChart. titleFontMethods in net.sf.jasperreports.engine.fill that return JRFont Modifier and Type Method Description protected JRFontDefaultChartTheme. getFont(JRFont font)JRFontJRFillChart. getLegendFont()Returns the font to use in the legend.JRFontJRFillChart. getSubtitleFont()JRFontJRFillChart. getTitleFont()Methods in net.sf.jasperreports.engine.fill with parameters of type JRFont Modifier and Type Method Description protected voidDefaultChartTheme. configureAxis(org.jfree.chart.axis.Axis axis, JRFont labelFont, java.awt.Color labelColor, JRFont tickLabelFont, java.awt.Color tickLabelColor, java.lang.String tickLabelMask, java.lang.Boolean verticalTickLabels, java.awt.Color lineColor, boolean isRangeAxis, java.lang.Comparable<?> axisMinValue, java.lang.Comparable<?> axisMaxValue)Sets all the axis formatting options.protected JRFontDefaultChartTheme. getFont(JRFont font) -
Uses of JRFont in net.sf.jasperreports.engine.fonts
Methods in net.sf.jasperreports.engine.fonts with parameters of type JRFont Modifier and Type Method Description static voidFontUtil. copyNonNullOwnProperties(JRFont srcFont, JRFont destFont)java.util.Map<java.text.AttributedCharacterIterator.Attribute,java.lang.Object>FontUtil. getAttributesWithoutAwtFont(java.util.Map<java.text.AttributedCharacterIterator.Attribute,java.lang.Object> attributes, JRFont font)java.awt.FontFontUtil. getAwtFont(JRFont font, java.util.Locale locale)Returns a java.awt.Font instance by converting a JRFont instance. -
Uses of JRFont in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRFont Modifier and Type Method Description java.lang.StringStyleResolver. getFontName(JRFont font)floatStyleResolver. getFontsize(JRFont font)java.lang.StringStyleResolver. getPdfEncoding(JRFont font)java.lang.StringStyleResolver. getPdfFontName(JRFont font)booleanStyleResolver. isBold(JRFont font)booleanStyleResolver. isItalic(JRFont font)booleanStyleResolver. isPdfEmbedded(JRFont font)booleanStyleResolver. isStrikeThrough(JRFont font)booleanStyleResolver. isUnderline(JRFont font)voidJRApiWriter. writeAxisFormat(java.lang.String indent, JRFont axisLabelFont, java.awt.Color axisLabelColor, JRFont axisTickLabelFont, java.awt.Color axisTickLabelColor, java.lang.String axisTickLabelMask, java.lang.Boolean axisVerticalTickLabels, java.awt.Color axisLineColor, java.lang.String parentName, java.lang.String axisNameSuffix, boolean isToSet)Writes out the axis format block for a chart axis.voidJRApiWriter. writeCategoryAxisFormat(java.lang.String indent, JRFont axisLabelFont, java.awt.Color axisLabelColor, JRFont axisTickLabelFont, java.awt.Color axisTickLabelColor, java.lang.String axisTickLabelMask, java.lang.Boolean axisVerticalTickLabels, java.lang.Double labelRotation, java.awt.Color axisLineColor, java.lang.String parentName)Writes out the category axis format block. -
Uses of JRFont in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml that return JRFont Modifier and Type Method Description JRFontJRFontFactory.ChartFontFactory. getFont()abstract JRFontJRFontFactory. getFont()JRFontJRFontFactory.TextElementFontFactory. getFont()Methods in net.sf.jasperreports.engine.xml with parameters of type JRFont Modifier and Type Method Description voidJRFontFactory.ChartFontFactory. setStyle(JRFont font, org.xml.sax.Attributes atts)abstract voidJRFontFactory. setStyle(JRFont font, org.xml.sax.Attributes atts)voidJRFontFactory.TextElementFontFactory. setStyle(JRFont font, org.xml.sax.Attributes atts)voidJRXmlWriter. writeAxisFormat(java.lang.String axisFormatElementName, JRFont axisLabelFont, java.awt.Color axisLabelColor, JRFont axisTickLabelFont, java.awt.Color axisTickLabelColor, java.lang.String axisTickLabelMask, java.lang.Boolean axisVerticalTickLabels, java.awt.Color axisLineColor)Writes out the axis format block for a chart axis.voidJRXmlWriter. writeAxisFormat(JRFont axisLabelFont, java.awt.Color axisLabelColor, JRFont axisTickLabelFont, java.awt.Color axisTickLabelColor, java.lang.String axisTickLabelMask, java.lang.Boolean axisVerticalTickLabels, java.awt.Color axisLineColor)Writes out the axis format block for a chart axis.voidJRXmlWriter. writeCategoryAxisFormat(JRFont axisLabelFont, java.awt.Color axisLabelColor, JRFont axisTickLabelFont, java.awt.Color axisTickLabelColor, java.lang.String axisTickLabelMask, java.lang.Boolean axisVerticalTickLabels, java.lang.Double labelRotation, java.awt.Color axisLineColor)Writes out the category axis format block.voidJRXmlWriter. writeFont(JRFont font)
-