Uses of Class
net.sf.jasperreports.chartthemes.simple.AxisSettings
-
Packages that use AxisSettings Package Description net.sf.jasperreports.chartthemes.simple -
-
Uses of AxisSettings in net.sf.jasperreports.chartthemes.simple
Methods in net.sf.jasperreports.chartthemes.simple that return AxisSettings Modifier and Type Method Description AxisSettings
ChartThemeSettings. getDomainAxisSettings()
AxisSettings
SimpleChartTheme. getDomainAxisSettings()
AxisSettings
ChartThemeSettings. getRangeAxisSettings()
AxisSettings
SimpleChartTheme. getRangeAxisSettings()
Methods in net.sf.jasperreports.chartthemes.simple with parameters of type AxisSettings Modifier and Type Method Description protected void
SimpleChartTheme. calculateTickUnits(org.jfree.chart.axis.Axis axis, AxisSettings axisSettings, org.jfree.chart.axis.DateTickUnitType timePeriodUnitx)
For a given axis, adjust the tick unit size, in order to have a customizable number of ticks on that axisprotected void
SimpleChartTheme. configureAxis(org.jfree.chart.axis.Axis axis, JRFont labelFont, Color labelColor, JRFont tickLabelFont, Color tickLabelColor, String tickLabelMask, Boolean verticalTickLabels, Paint lineColor, AxisSettings axisSettings, Comparable<?> axisMinValue, Comparable<?> axisMaxValue)
Sets all the axis formatting options.protected void
SimpleChartTheme. configureAxis(org.jfree.chart.axis.Axis axis, JRFont labelFont, Color labelColor, JRFont tickLabelFont, Color tickLabelColor, String tickLabelMask, Boolean verticalTickLabels, Paint lineColor, AxisSettings axisSettings, org.jfree.chart.axis.DateTickUnitType timePeriod, Comparable<?> axisMinValue, Comparable<?> axisMaxValue)
Sets all the axis formatting options.protected void
SimpleChartTheme. setAxisBounds(org.jfree.chart.axis.Axis axis, AxisSettings axisSettings, org.jfree.chart.axis.DateTickUnitType timePeriodUnit, Comparable<?> minValue, Comparable<?> maxValue)
protected void
SimpleChartTheme. setAxisLabel(org.jfree.chart.axis.Axis axis, JRFont labelFont, Paint labelColor, AxisSettings axisSettings)
protected void
SimpleChartTheme. setAxisLine(org.jfree.chart.axis.Axis axis, Paint lineColor, AxisSettings axisSettings)
protected void
SimpleChartTheme. setAxisTickLabels(org.jfree.chart.axis.Axis axis, JRFont tickLabelFont, Paint tickLabelColor, String tickLabelMask, AxisSettings axisSettings)
protected void
SimpleChartTheme. setAxisTickMarks(org.jfree.chart.axis.Axis axis, Paint lineColor, AxisSettings axisSettings)
void
ChartThemeSettings. setDomainAxisSettings(AxisSettings domainAxisSettings)
void
ChartThemeSettings. setRangeAxisSettings(AxisSettings rangeAxisSettings)
-