|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DJAreaChartBuilder | |
---|---|
ar.com.fdvs.dj.domain.chart.builder |
Uses of DJAreaChartBuilder in ar.com.fdvs.dj.domain.chart.builder |
---|
Subclasses of DJAreaChartBuilder in ar.com.fdvs.dj.domain.chart.builder | |
---|---|
class |
DJStackedAreaChartBuilder
|
Methods in ar.com.fdvs.dj.domain.chart.builder that return DJAreaChartBuilder | |
---|---|
DJAreaChartBuilder |
DJAreaChartBuilder.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset. |
DJAreaChartBuilder |
DJAreaChartBuilder.addSerie(AbstractColumn column,
java.lang.String label)
Adds the specified serie column to the dataset with custom label. |
DJAreaChartBuilder |
DJAreaChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label. |
DJAreaChartBuilder |
DJAreaChartBuilder.addSeriesColor(java.awt.Color color)
Adds the specified series color to the plot. |
DJAreaChartBuilder |
DJAreaChartBuilder.setBackColor(java.awt.Color backColor)
Sets the background color. |
DJAreaChartBuilder |
DJAreaChartBuilder.setCategory(PropertyColumn category)
Sets the category column. |
DJAreaChartBuilder |
DJAreaChartBuilder.setCategoryAxisFormat(DJAxisFormat categoryAxisFormat)
Sets the category axis format. |
DJAreaChartBuilder |
DJAreaChartBuilder.setCentered(boolean centered)
Sets the centered. |
DJAreaChartBuilder |
DJAreaChartBuilder.setCustomizerClass(java.lang.String customizerClass)
Sets a user specified chart customizer class name. |
DJAreaChartBuilder |
DJAreaChartBuilder.setHeight(int height)
Sets the chart height. |
DJAreaChartBuilder |
DJAreaChartBuilder.setLabelRotation(double labelRotation)
Sets the angle in degrees to rotate the data axis labels. |
DJAreaChartBuilder |
DJAreaChartBuilder.setLegendBackgroundColor(java.awt.Color legendBackgroundColor)
Sets the legend background color. |
DJAreaChartBuilder |
DJAreaChartBuilder.setLegendColor(java.awt.Color legendColor)
Sets the legend color. |
DJAreaChartBuilder |
DJAreaChartBuilder.setLegendFont(Font legendFont)
Sets the legend font. |
DJAreaChartBuilder |
DJAreaChartBuilder.setLegendPosition(byte legendPosition)
Sets the legend position (DJChartOptions.EDGE_TOP, DJChartOptions.EDGE_BOTTOM, DJChartOptions.EDGE_LEFT, DJChartOptions.EDGE_RIGHT). |
DJAreaChartBuilder |
DJAreaChartBuilder.setLineColor(java.awt.Color lineColor)
Sets the line color. |
DJAreaChartBuilder |
DJAreaChartBuilder.setLineStyle(byte lineStyle)
Sets the line style (DJChartOptions.LINE_STYLE_SOLID, DJChartOptions.LINE_STYLE_DASHED, DJChartOptions.LINE_STYLE_DOTTED, DJChartOptions.LINE_STYLE_DOUBLE). |
DJAreaChartBuilder |
DJAreaChartBuilder.setLineWidth(float lineWidth)
Sets the line width. |
DJAreaChartBuilder |
DJAreaChartBuilder.setLink(DJHyperLink link)
Sets the hyperlink. |
DJAreaChartBuilder |
DJAreaChartBuilder.setOperation(byte operation)
Sets the chart data operation (DJChart.CALCULATION_COUNT or DJChart.CALCULATION_SUM). |
DJAreaChartBuilder |
DJAreaChartBuilder.setOrientation(org.jfree.chart.plot.PlotOrientation orientation)
Sets the plot orientation (PlotOrientation.HORIZONTAL or PlotOrientation.VERTICAL). |
DJAreaChartBuilder |
DJAreaChartBuilder.setPadding(int padding)
Sets the padding. |
DJAreaChartBuilder |
DJAreaChartBuilder.setPosition(byte position)
Sets the position (DJChartOptions.POSITION_FOOTER or DJChartOptions.POSITION_HEADER). |
DJAreaChartBuilder |
DJAreaChartBuilder.setSeriesColors(java.util.List seriesColors)
Set the specified series colors to the plot. |
DJAreaChartBuilder |
DJAreaChartBuilder.setShowLegend(boolean showLegend)
Sets the legend visibility. |
DJAreaChartBuilder |
DJAreaChartBuilder.setSubtitle(java.lang.String subtitle)
Sets the subtitle. |
DJAreaChartBuilder |
DJAreaChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression. |
DJAreaChartBuilder |
DJAreaChartBuilder.setSubtitleColor(java.awt.Color subtitleColor)
Sets the subtitle color. |
DJAreaChartBuilder |
DJAreaChartBuilder.setSubtitleFont(Font subtitleFont)
Sets the subtitle font. |
DJAreaChartBuilder |
DJAreaChartBuilder.setTheme(java.lang.String theme)
Sets the theme. |
DJAreaChartBuilder |
DJAreaChartBuilder.setTitle(java.lang.String title)
Sets the title. |
DJAreaChartBuilder |
DJAreaChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression. |
DJAreaChartBuilder |
DJAreaChartBuilder.setTitleColor(java.awt.Color titleColor)
Sets the title color. |
DJAreaChartBuilder |
DJAreaChartBuilder.setTitleFont(Font titleFont)
Sets the title font. |
DJAreaChartBuilder |
DJAreaChartBuilder.setTitlePosition(byte titlePosition)
Sets the title position (DJChartOptions.EDGE_TOP, DJChartOptions.EDGE_BOTTOM, DJChartOptions.EDGE_LEFT, DJChartOptions.EDGE_RIGHT). |
DJAreaChartBuilder |
DJAreaChartBuilder.setUseSeriesAsCategory(boolean useSeriesAsCategory)
|
DJAreaChartBuilder |
DJAreaChartBuilder.setValueAxisFormat(DJAxisFormat valueAxisFormat)
Sets the value axis format. |
DJAreaChartBuilder |
DJAreaChartBuilder.setWidth(int width)
Sets the chart width. |
DJAreaChartBuilder |
DJAreaChartBuilder.setX(int x)
Sets the x position. |
DJAreaChartBuilder |
DJAreaChartBuilder.setY(int y)
Sets the y position. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |