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 AxisSettingsChartThemeSettings. getDomainAxisSettings()AxisSettingsSimpleChartTheme. getDomainAxisSettings()AxisSettingsChartThemeSettings. getRangeAxisSettings()AxisSettingsSimpleChartTheme. getRangeAxisSettings()Methods in net.sf.jasperreports.chartthemes.simple with parameters of type AxisSettings Modifier and Type Method Description protected voidSimpleChartTheme. 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 voidSimpleChartTheme. configureAxis(org.jfree.chart.axis.Axis axis, net.sf.jasperreports.engine.JRFont labelFont, Color labelColor, net.sf.jasperreports.engine.JRFont tickLabelFont, Color tickLabelColor, String tickLabelMask, Boolean verticalTickLabels, Paint lineColor, AxisSettings axisSettings, Comparable<?> axisMinValue, Comparable<?> axisMaxValue)Sets all the axis formatting options.protected voidSimpleChartTheme. configureAxis(org.jfree.chart.axis.Axis axis, net.sf.jasperreports.engine.JRFont labelFont, Color labelColor, net.sf.jasperreports.engine.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 voidSimpleChartTheme. setAxisBounds(org.jfree.chart.axis.Axis axis, AxisSettings axisSettings, org.jfree.chart.axis.DateTickUnitType timePeriodUnit, Comparable<?> minValue, Comparable<?> maxValue)protected voidSimpleChartTheme. setAxisLabel(org.jfree.chart.axis.Axis axis, net.sf.jasperreports.engine.JRFont labelFont, Paint labelColor, AxisSettings axisSettings)protected voidSimpleChartTheme. setAxisLine(org.jfree.chart.axis.Axis axis, Paint lineColor, AxisSettings axisSettings)protected voidSimpleChartTheme. setAxisTickLabels(org.jfree.chart.axis.Axis axis, net.sf.jasperreports.engine.JRFont tickLabelFont, Paint tickLabelColor, String tickLabelMask, AxisSettings axisSettings)protected voidSimpleChartTheme. setAxisTickMarks(org.jfree.chart.axis.Axis axis, Paint lineColor, AxisSettings axisSettings)voidChartThemeSettings. setDomainAxisSettings(AxisSettings domainAxisSettings)voidChartThemeSettings. setRangeAxisSettings(AxisSettings rangeAxisSettings)
-