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 datasets.
|
net.sf.jasperreports.components.charts | |
net.sf.jasperreports.components.spiderchart | |
net.sf.jasperreports.engine |
Provides access to the library's main functionality through façade 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.
|
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.util |
Utility classes.
|
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Method and Description |
---|---|
JRFont |
JRCategoryAxisFormat.getCategoryAxisLabelFont() |
JRFont |
JRCategoryAxisFormat.getCategoryAxisTickLabelFont() |
JRFont |
JRItemLabel.getFont()
Returns the item label font.
|
JRFont |
JRValueDisplay.getFont()
Returns the font to use when writing the value.
|
JRFont |
JRMeterPlot.getTickLabelFont()
Returns the font used to write tick labels on the meter.
|
JRFont |
JRTimeAxisFormat.getTimeAxisLabelFont() |
JRFont |
JRTimeAxisFormat.getTimeAxisTickLabelFont() |
JRFont |
JRValueAxisFormat.getValueAxisLabelFont() |
JRFont |
JRValueAxisFormat.getValueAxisTickLabelFont() |
JRFont |
JRXAxisFormat.getXAxisLabelFont() |
JRFont |
JRXAxisFormat.getXAxisTickLabelFont() |
JRFont |
JRYAxisFormat.getYAxisLabelFont() |
JRFont |
JRYAxisFormat.getYAxisTickLabelFont() |
Modifier and Type | Field and Description |
---|---|
protected JRFont |
JRBaseBarPlot.categoryAxisLabelFont |
protected JRFont |
JRBaseLinePlot.categoryAxisLabelFont |
protected JRFont |
JRBaseBar3DPlot.categoryAxisLabelFont |
protected JRFont |
JRBaseAreaPlot.categoryAxisLabelFont |
protected JRFont |
JRBaseBarPlot.categoryAxisTickLabelFont |
protected JRFont |
JRBaseLinePlot.categoryAxisTickLabelFont |
protected JRFont |
JRBaseBar3DPlot.categoryAxisTickLabelFont |
protected JRFont |
JRBaseAreaPlot.categoryAxisTickLabelFont |
protected JRFont |
JRBaseItemLabel.font
The item label text font.
|
protected JRFont |
JRBaseValueDisplay.font
The font to use when writing the value.
|
protected JRFont |
JRBaseMeterPlot.tickLabelFont
The font to use when writing tick labels.
|
protected JRFont |
JRBaseCandlestickPlot.timeAxisLabelFont |
protected JRFont |
JRBaseHighLowPlot.timeAxisLabelFont |
protected JRFont |
JRBaseTimeSeriesPlot.timeAxisLabelFont |
protected JRFont |
JRBaseCandlestickPlot.timeAxisTickLabelFont |
protected JRFont |
JRBaseHighLowPlot.timeAxisTickLabelFont |
protected JRFont |
JRBaseTimeSeriesPlot.timeAxisTickLabelFont |
protected JRFont |
JRBaseBarPlot.valueAxisLabelFont |
protected JRFont |
JRBaseLinePlot.valueAxisLabelFont |
protected JRFont |
JRBaseCandlestickPlot.valueAxisLabelFont |
protected JRFont |
JRBaseBar3DPlot.valueAxisLabelFont |
protected JRFont |
JRBaseHighLowPlot.valueAxisLabelFont |
protected JRFont |
JRBaseTimeSeriesPlot.valueAxisLabelFont |
protected JRFont |
JRBaseAreaPlot.valueAxisLabelFont |
protected JRFont |
JRBaseBarPlot.valueAxisTickLabelFont |
protected JRFont |
JRBaseLinePlot.valueAxisTickLabelFont |
protected JRFont |
JRBaseCandlestickPlot.valueAxisTickLabelFont |
protected JRFont |
JRBaseBar3DPlot.valueAxisTickLabelFont |
protected JRFont |
JRBaseHighLowPlot.valueAxisTickLabelFont |
protected JRFont |
JRBaseTimeSeriesPlot.valueAxisTickLabelFont |
protected JRFont |
JRBaseAreaPlot.valueAxisTickLabelFont |
protected JRFont |
JRBaseBubblePlot.xAxisLabelFont |
protected JRFont |
JRBaseScatterPlot.xAxisLabelFont |
protected JRFont |
JRBaseBubblePlot.xAxisTickLabelFont |
protected JRFont |
JRBaseScatterPlot.xAxisTickLabelFont |
protected JRFont |
JRBaseBubblePlot.yAxisLabelFont |
protected JRFont |
JRBaseScatterPlot.yAxisLabelFont |
protected JRFont |
JRBaseBubblePlot.yAxisTickLabelFont |
protected JRFont |
JRBaseScatterPlot.yAxisTickLabelFont |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignAreaPlot.setCategoryAxisLabelFont(JRFont categoryAxisLabelFont) |
void |
JRDesignBar3DPlot.setCategoryAxisLabelFont(JRFont categoryAxisLabelFont) |
void |
JRDesignBarPlot.setCategoryAxisLabelFont(JRFont categoryAxisLabelFont) |
void |
JRDesignLinePlot.setCategoryAxisLabelFont(JRFont categoryAxisLabelFont) |
void |
JRDesignAreaPlot.setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont) |
void |
JRDesignBar3DPlot.setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont) |
void |
JRDesignBarPlot.setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont) |
void |
JRDesignLinePlot.setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont) |
void |
JRDesignValueDisplay.setFont(JRFont font)
Sets the font to use when displaying the value.
|
void |
JRDesignItemLabel.setFont(JRFont font)
Sets the font to use when displaying the value.
|
void |
JRDesignMeterPlot.setTickLabelFont(JRFont tickLabelFont)
Sets the font to use when displaying the tick label.
|
void |
JRDesignCandlestickPlot.setTimeAxisLabelFont(JRFont timeAxisLabelFont) |
void |
JRDesignHighLowPlot.setTimeAxisLabelFont(JRFont timeAxisLabelFont) |
void |
JRDesignTimeSeriesPlot.setTimeAxisLabelFont(JRFont timeAxisLabelFont) |
void |
JRDesignCandlestickPlot.setTimeAxisTickLabelFont(JRFont timeAxisTickLabelFont) |
void |
JRDesignHighLowPlot.setTimeAxisTickLabelFont(JRFont timeAxisTickLabelFont) |
void |
JRDesignTimeSeriesPlot.setTimeAxisTickLabelFont(JRFont timeAxisTickLabelFont) |
void |
JRDesignCandlestickPlot.setValueAxisLabelFont(JRFont valueAxisLabelFont) |
void |
JRDesignHighLowPlot.setValueAxisLabelFont(JRFont valueAxisLabelFont) |
void |
JRDesignTimeSeriesPlot.setValueAxisLabelFont(JRFont valueAxisLabelFont) |
void |
JRDesignAreaPlot.setValueAxisLabelFont(JRFont valueAxisLabelFont) |
void |
JRDesignBar3DPlot.setValueAxisLabelFont(JRFont valueAxisLabelFont) |
void |
JRDesignBarPlot.setValueAxisLabelFont(JRFont valueAxisLabelFont) |
void |
JRDesignLinePlot.setValueAxisLabelFont(JRFont valueAxisLabelFont) |
void |
JRDesignCandlestickPlot.setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont) |
void |
JRDesignHighLowPlot.setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont) |
void |
JRDesignTimeSeriesPlot.setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont) |
void |
JRDesignAreaPlot.setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont) |
void |
JRDesignBar3DPlot.setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont) |
void |
JRDesignBarPlot.setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont) |
void |
JRDesignLinePlot.setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont) |
void |
JRDesignBubblePlot.setXAxisLabelFont(JRFont xAxisLabelFont) |
void |
JRDesignScatterPlot.setXAxisLabelFont(JRFont xAxisLabelFont) |
void |
JRDesignBubblePlot.setXAxisTickLabelFont(JRFont xAxisTickLabelFont) |
void |
JRDesignScatterPlot.setXAxisTickLabelFont(JRFont xAxisTickLabelFont) |
void |
JRDesignBubblePlot.setYAxisLabelFont(JRFont yAxisLabelFont) |
void |
JRDesignScatterPlot.setYAxisLabelFont(JRFont yAxisLabelFont) |
void |
JRDesignBubblePlot.setYAxisTickLabelFont(JRFont yAxisTickLabelFont) |
void |
JRDesignScatterPlot.setYAxisTickLabelFont(JRFont yAxisTickLabelFont) |
Modifier and Type | Field and Description |
---|---|
protected JRFont |
JRFillAreaPlot.categoryAxisLabelFont |
protected JRFont |
JRFillBarPlot.categoryAxisLabelFont |
protected JRFont |
JRFillBar3DPlot.categoryAxisLabelFont |
protected JRFont |
JRFillLinePlot.categoryAxisLabelFont |
protected JRFont |
JRFillAreaPlot.categoryAxisTickLabelFont |
protected JRFont |
JRFillBarPlot.categoryAxisTickLabelFont |
protected JRFont |
JRFillBar3DPlot.categoryAxisTickLabelFont |
protected JRFont |
JRFillLinePlot.categoryAxisTickLabelFont |
protected JRFont |
JRFillCandlestickPlot.timeAxisLabelFont |
protected JRFont |
JRFillTimeSeriesPlot.timeAxisLabelFont |
protected JRFont |
JRFillHighLowPlot.timeAxisLabelFont |
protected JRFont |
JRFillCandlestickPlot.timeAxisTickLabelFont |
protected JRFont |
JRFillTimeSeriesPlot.timeAxisTickLabelFont |
protected JRFont |
JRFillHighLowPlot.timeAxisTickLabelFont |
protected JRFont |
JRFillAreaPlot.valueAxisLabelFont |
protected JRFont |
JRFillBarPlot.valueAxisLabelFont |
protected JRFont |
JRFillBar3DPlot.valueAxisLabelFont |
protected JRFont |
JRFillLinePlot.valueAxisLabelFont |
protected JRFont |
JRFillCandlestickPlot.valueAxisLabelFont |
protected JRFont |
JRFillTimeSeriesPlot.valueAxisLabelFont |
protected JRFont |
JRFillHighLowPlot.valueAxisLabelFont |
protected JRFont |
JRFillAreaPlot.valueAxisTickLabelFont |
protected JRFont |
JRFillBarPlot.valueAxisTickLabelFont |
protected JRFont |
JRFillBar3DPlot.valueAxisTickLabelFont |
protected JRFont |
JRFillLinePlot.valueAxisTickLabelFont |
protected JRFont |
JRFillCandlestickPlot.valueAxisTickLabelFont |
protected JRFont |
JRFillTimeSeriesPlot.valueAxisTickLabelFont |
protected JRFont |
JRFillHighLowPlot.valueAxisTickLabelFont |
protected JRFont |
JRFillBubblePlot.xAxisLabelFont |
protected JRFont |
JRFillScatterPlot.xAxisLabelFont |
protected JRFont |
JRFillBubblePlot.xAxisTickLabelFont |
protected JRFont |
JRFillScatterPlot.xAxisTickLabelFont |
protected JRFont |
JRFillBubblePlot.yAxisLabelFont |
protected JRFont |
JRFillScatterPlot.yAxisLabelFont |
protected JRFont |
JRFillBubblePlot.yAxisTickLabelFont |
protected JRFont |
JRFillScatterPlot.yAxisTickLabelFont |
Modifier and Type | Field and Description |
---|---|
protected JRFont |
JRAxisFormat.labelFont
The font to use when writing the label of the axis.
|
protected JRFont |
JRAxisFormat.tickLabelFont
The font to use when writing the label of each tick mark.
|
Modifier and Type | Method and Description |
---|---|
JRFont |
JRAxisFormat.getLabelFont()
Returns the font used when writing the label of the axis.
|
JRFont |
JRAxisFormat.getTickLabelFont()
Returns the font used when writing the label of each tick mark.
|
Modifier and Type | Method and Description |
---|---|
void |
JRAxisFormat.setLabelFont(JRFont labelFont)
Sets the font used when writing the label of the axis.
|
void |
JRAxisFormat.setTickLabelFont(JRFont tickLabelFont)
Sets the font to use when writing the label of each tick mark.
|
Modifier and Type | Method and Description |
---|---|
JRFont |
ChartSettings.getLegendFont() |
JRFont |
FillChartSettings.getLegendFont() |
JRFont |
ChartSettings.getSubtitleFont() |
JRFont |
FillChartSettings.getSubtitleFont() |
JRFont |
ChartSettings.getTitleFont() |
JRFont |
FillChartSettings.getTitleFont() |
Modifier and Type | Field and Description |
---|---|
protected JRFont |
StandardSpiderPlot.labelFont |
protected JRFont |
StandardChartSettings.legendFont |
protected JRFont |
StandardChartSettings.subtitleFont |
protected JRFont |
StandardChartSettings.titleFont |
Modifier and Type | Method and Description |
---|---|
JRFont |
SpiderPlot.getLabelFont() |
JRFont |
FillSpiderPlot.getLabelFont() |
JRFont |
StandardSpiderPlot.getLabelFont() |
JRFont |
StandardChartSettings.getLegendFont() |
JRFont |
StandardChartSettings.getSubtitleFont() |
JRFont |
StandardChartSettings.getTitleFont() |
Modifier and Type | Method and Description |
---|---|
void |
StandardSpiderPlot.setLabelFont(JRFont labelFont) |
void |
StandardChartSettings.setLegendFont(JRFont legendFont) |
void |
StandardChartSettings.setSubtitleFont(JRFont subtitleFont) |
void |
StandardChartSettings.setTitleFont(JRFont titleFont) |
Modifier and Type | Interface and Description |
---|---|
interface |
JRPrintText |
interface |
JRReportFont
An abstract representation of a report level font.
|
interface |
JRStaticText
An abstract representation of a report static text.
|
interface |
JRTextElement
An abstract representation of a report text element.
|
interface |
JRTextField
An abstract representation of a report static text.
|
Modifier and Type | Method and Description |
---|---|
JRFont |
JRTextElement.getFont()
Deprecated.
|
JRFont |
JRPrintText.getFont()
Deprecated.
|
JRFont |
JRChart.getLegendFont() |
JRFont |
JRChart.getSubtitleFont() |
JRFont |
JRChart.getTitleFont() |
Modifier and Type | Method and Description |
---|---|
void |
JRPrintText.setFont(JRFont font)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseFont |
class |
JRBasePrintText |
class |
JRBaseReportFont |
class |
JRBaseStaticText
This class is used for representing a static text element.
|
class |
JRBaseTextElement
This class provides functionality common to text elements.
|
class |
JRBaseTextField
This class is used for representing a text field.
|
Modifier and Type | Field and Description |
---|---|
protected JRFont |
JRBaseChart.legendFont |
protected JRFont |
JRBaseChart.subtitleFont |
protected JRFont |
JRBaseChart.titleFont |
Modifier and Type | Method and Description |
---|---|
protected JRFont |
JRBaseTextElement.getBaseFont() |
JRFont |
JRBasePrintText.getFont()
Deprecated.
|
JRFont |
JRBaseTextElement.getFont()
Deprecated.
|
JRFont |
JRBaseChart.getLegendFont() |
JRFont |
JRBaseChart.getSubtitleFont() |
JRFont |
JRBaseChart.getTitleFont() |
Modifier and Type | Method and Description |
---|---|
void |
JRBasePrintText.setFont(JRFont font)
Deprecated.
|
Constructor and Description |
---|
JRBaseFont(JRDefaultFontProvider defaultFontProvider,
JRReportFont reportFont,
JRFont font)
Deprecated.
To be removed in future versions.
|
JRBaseFont(JRDefaultFontProvider defaultFontProvider,
JRReportFont reportFont,
JRStyleContainer styleContainer,
JRFont font)
Deprecated.
To be removed in future versions.
|
JRBaseFont(JRStyleContainer styleContainer,
JRFont font) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignFont |
class |
JRDesignReportFont |
class |
JRDesignStaticText
This class is used for representing a design static text element.
|
class |
JRDesignTextElement
This class provides functionality common to design text elements.
|
class |
JRDesignTextField |
Modifier and Type | Field and Description |
---|---|
protected JRFont |
JRDesignChart.legendFont |
protected JRFont |
JRDesignChart.subtitleFont |
protected JRFont |
JRDesignChart.titleFont |
Modifier and Type | Method and Description |
---|---|
protected JRFont |
JRDesignTextElement.getBaseFont() |
JRFont |
JRDesignTextElement.getFont()
Deprecated.
|
JRFont |
JRDesignChart.getLegendFont() |
JRFont |
JRDesignChart.getSubtitleFont() |
JRFont |
JRDesignChart.getTitleFont() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignTextElement.setFont(JRFont font)
Deprecated.
|
void |
JRDesignChart.setLegendFont(JRFont legendFont) |
void |
JRDesignChart.setSubtitleFont(JRFont font) |
void |
JRDesignChart.setTitleFont(JRFont font) |
Modifier and Type | Field and Description |
---|---|
protected JRFont |
JRXlsAbstractExporter.defaultFont |
Modifier and Type | Method and Description |
---|---|
protected JRFont |
JRXlsAbstractExporter.getDefaultFont() |
Modifier and Type | Method and Description |
---|---|
protected void |
JRXmlExporter.exportFont(JRFont font) |
protected org.apache.poi.hssf.usermodel.HSSFFont |
JRXlsExporter.getLoadedFont(JRFont font,
short forecolor,
java.util.Map attributes,
java.util.Locale locale) |
protected org.apache.poi.hssf.usermodel.HSSFRichTextString |
JRXlsExporter.getRichTextString(JRStyledText styledText,
short forecolor,
JRFont defaultFont,
java.util.Locale locale) |
protected void |
JRXlsExporter.setRichTextStringCellValue(JRStyledText styledText,
short forecolor,
JRFont defaultFont,
java.util.Locale locale) |
Modifier and Type | Class and Description |
---|---|
class |
JRFillStaticText |
class |
JRFillTextElement |
class |
JRFillTextField |
class |
JRRecordedValuesPrintText
Print text implementation that supports recorded values.
|
class |
JRTemplatePrintText
Implementation of
JRPrintText that uses
a JRTemplateText instance to
store common attributes. |
class |
JRTemplateText
Text element information shared by multiple print text objects.
|
Modifier and Type | Field and Description |
---|---|
protected JRFont |
JRFillChart.legendFont |
protected JRFont |
JRFillChart.subtitleFont |
protected JRFont |
JRFillChart.titleFont |
Modifier and Type | Method and Description |
---|---|
protected JRFont |
JRTemplateText.getBaseFont() |
JRFont |
JRFillTextElement.getFont()
Deprecated.
|
JRFont |
JRTemplateText.getFont()
Deprecated.
|
JRFont |
JRTemplatePrintText.getFont()
Deprecated.
|
JRFont |
JRFillChart.getLegendFont()
Returns the font to use in the legend.
|
JRFont |
JRFillChart.getSubtitleFont() |
JRFont |
JRFillChart.getTitleFont() |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultChartTheme.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.
|
void |
JRTemplatePrintText.setFont(JRFont font)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
JRFontUtil.copyNonNullOwnProperties(JRFont srcFont,
JRFont destFont) |
static java.util.Map |
JRFontUtil.getAttributes(java.util.Map attributes,
JRFont font,
java.util.Locale locale)
Deprecated.
Replaced by
JRFontUtil.getAttributesWithoutAwtFont(Map, JRFont) . |
static java.util.Map |
JRFontUtil.getAttributesWithoutAwtFont(java.util.Map attributes,
JRFont font) |
static java.awt.Font |
JRFontUtil.getAwtFont(JRFont font,
java.util.Locale locale)
Returns a java.awt.Font instance by converting a JRFont instance.
|
static java.lang.String |
JRStyleResolver.getFontName(JRFont font) |
static int |
JRStyleResolver.getFontSize(JRFont font) |
static java.lang.String |
JRStyleResolver.getPdfEncoding(JRFont font) |
static java.lang.String |
JRStyleResolver.getPdfFontName(JRFont font) |
static boolean |
JRStyleResolver.isBold(JRFont font) |
static boolean |
JRStyleResolver.isItalic(JRFont font) |
static boolean |
JRStyleResolver.isPdfEmbedded(JRFont font) |
static boolean |
JRStyleResolver.isStrikeThrough(JRFont font) |
static boolean |
JRStyleResolver.isUnderline(JRFont font) |
void |
JRApiWriter.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.
|
void |
JRApiWriter.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,
java.lang.String axisNameSuffix)
Writes out the category axis format block.
|
Modifier and Type | Method and Description |
---|---|
abstract JRFont |
JRFontFactory.getFont() |
JRFont |
JRFontFactory.TextElementFontFactory.getFont() |
JRFont |
JRFontFactory.ChartFontFactory.getFont() |
Modifier and Type | Method and Description |
---|---|
void |
JRXmlWriter.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.
|
void |
JRXmlWriter.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.
|
void |
JRXmlWriter.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.
|
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com