|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DJAxisFormat | |
---|---|
ar.com.fdvs.dj.domain.chart.builder | |
ar.com.fdvs.dj.domain.chart.plot |
Uses of DJAxisFormat in ar.com.fdvs.dj.domain.chart.builder |
---|
Methods in ar.com.fdvs.dj.domain.chart.builder with parameters of type DJAxisFormat | |
---|---|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setCategoryAxisFormat(DJAxisFormat categoryAxisFormat)
Sets the category axis format. |
DJXYBarChartBuilder |
DJXYBarChartBuilder.setCategoryAxisFormat(DJAxisFormat categoryAxisFormat)
Sets the category axis format. |
DJLineChartBuilder |
DJLineChartBuilder.setCategoryAxisFormat(DJAxisFormat categoryAxisFormat)
Sets the category axis format. |
DJXYLineChartBuilder |
DJXYLineChartBuilder.setCategoryAxisFormat(DJAxisFormat categoryAxisFormat)
Sets the category axis format. |
DJAreaChartBuilder |
DJAreaChartBuilder.setCategoryAxisFormat(DJAxisFormat categoryAxisFormat)
Sets the category axis format. |
DJBarChartBuilder |
DJBarChartBuilder.setCategoryAxisFormat(DJAxisFormat categoryAxisFormat)
Sets the category axis format. |
DJBar3DChartBuilder |
DJBar3DChartBuilder.setCategoryAxisFormat(DJAxisFormat categoryAxisFormat)
Sets the category axis format. |
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.setTimeAxisFormat(DJAxisFormat timeAxisFormat)
Sets the time axis format. |
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setValueAxisFormat(DJAxisFormat valueAxisFormat)
Sets the value axis format. |
DJXYBarChartBuilder |
DJXYBarChartBuilder.setValueAxisFormat(DJAxisFormat valueAxisFormat)
Sets the value axis format. |
DJLineChartBuilder |
DJLineChartBuilder.setValueAxisFormat(DJAxisFormat valueAxisFormat)
Sets the value axis format. |
DJXYLineChartBuilder |
DJXYLineChartBuilder.setValueAxisFormat(DJAxisFormat valueAxisFormat)
Sets the value axis format. |
DJAreaChartBuilder |
DJAreaChartBuilder.setValueAxisFormat(DJAxisFormat valueAxisFormat)
Sets the value axis format. |
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.setValueAxisFormat(DJAxisFormat valueAxisFormat)
Sets the value axis format. |
DJBarChartBuilder |
DJBarChartBuilder.setValueAxisFormat(DJAxisFormat valueAxisFormat)
Sets the value axis format. |
DJBar3DChartBuilder |
DJBar3DChartBuilder.setValueAxisFormat(DJAxisFormat valueAxisFormat)
Sets the value axis format. |
DJScatterChartBuilder |
DJScatterChartBuilder.setXAxisFormat(DJAxisFormat xAxisFormat)
Sets the x axis format. |
DJScatterChartBuilder |
DJScatterChartBuilder.setYAxisFormat(DJAxisFormat yAxisFormat)
Sets the y axis format. |
Uses of DJAxisFormat in ar.com.fdvs.dj.domain.chart.plot |
---|
Methods in ar.com.fdvs.dj.domain.chart.plot that return DJAxisFormat | |
---|---|
DJAxisFormat |
AbstractCategoryAxisPlot.getCategoryAxisFormat()
Returns the category axis format. |
DJAxisFormat |
TimeSeriesPlot.getTimeAxisFormat()
Returns the time axis format. |
DJAxisFormat |
TimeSeriesPlot.getValueAxisFormat()
Returns the value axis format. |
DJAxisFormat |
AbstractCategoryAxisPlot.getValueAxisFormat()
Returns the value axis format. |
DJAxisFormat |
ScatterPlot.getXAxisFormat()
Returns the x axis format. |
DJAxisFormat |
ScatterPlot.getYAxisFormat()
Returns the y axis format. |
Methods in ar.com.fdvs.dj.domain.chart.plot with parameters of type DJAxisFormat | |
---|---|
void |
AbstractCategoryAxisPlot.setCategoryAxisFormat(DJAxisFormat categoryAxisFormat)
Sets the category axis format. |
void |
TimeSeriesPlot.setTimeAxisFormat(DJAxisFormat timeAxisFormat)
Sets the time axis format. |
void |
TimeSeriesPlot.setValueAxisFormat(DJAxisFormat valueAxisFormat)
Sets the value axis format. |
void |
AbstractCategoryAxisPlot.setValueAxisFormat(DJAxisFormat valueAxisFormat)
Sets the value axis format. |
void |
ScatterPlot.setXAxisFormat(DJAxisFormat xAxisFormat)
Sets the x axis format. |
void |
ScatterPlot.setYAxisFormat(DJAxisFormat yAxisFormat)
Sets the y axis format. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |