Package | Description |
---|---|
ar.com.fdvs.dj.domain.chart.builder | |
ar.com.fdvs.dj.domain.chart.plot |
Modifier and Type | Method and Description |
---|---|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setCategoryAxisFormat(DJAxisFormat categoryAxisFormat)
Sets the category axis format.
|
DJXYBarChartBuilder |
DJXYBarChartBuilder.setCategoryAxisFormat(DJAxisFormat categoryAxisFormat)
Sets the category axis format.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setCategoryAxisFormat(DJAxisFormat categoryAxisFormat)
Sets the category axis format.
|
DJLineChartBuilder |
DJLineChartBuilder.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.
|
DJAreaChartBuilder |
DJAreaChartBuilder.setCategoryAxisFormat(DJAxisFormat categoryAxisFormat)
Sets the category axis format.
|
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.setTimeAxisFormat(DJAxisFormat timeAxisFormat)
Sets the time axis format.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setValueAxisFormat(DJAxisFormat valueAxisFormat)
Sets the value axis format.
|
DJXYBarChartBuilder |
DJXYBarChartBuilder.setValueAxisFormat(DJAxisFormat valueAxisFormat)
Sets the value axis format.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setValueAxisFormat(DJAxisFormat valueAxisFormat)
Sets the value axis format.
|
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.setValueAxisFormat(DJAxisFormat valueAxisFormat)
Sets the value axis format.
|
DJLineChartBuilder |
DJLineChartBuilder.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.
|
DJAreaChartBuilder |
DJAreaChartBuilder.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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2006-2014 FDV Solutions. All Rights Reserved.