Package | Description |
---|---|
ar.com.fdvs.dj.domain.chart.builder |
Modifier and Type | Class and Description |
---|---|
class |
DJStackedAreaChartBuilder |
Modifier and Type | Method and Description |
---|---|
DJAreaChartBuilder |
DJAreaChartBuilder.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset.
|
DJAreaChartBuilder |
DJAreaChartBuilder.addSerie(AbstractColumn column,
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(Color color)
Adds the specified series color to the plot.
|
DJAreaChartBuilder |
DJAreaChartBuilder.setBackColor(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(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(Color legendBackgroundColor)
Sets the legend background color.
|
DJAreaChartBuilder |
DJAreaChartBuilder.setLegendColor(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(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(List seriesColors)
Set the specified series colors to the plot.
|
DJAreaChartBuilder |
DJAreaChartBuilder.setShowLegend(boolean showLegend)
Sets the legend visibility.
|
DJAreaChartBuilder |
DJAreaChartBuilder.setSubtitle(String subtitle)
Sets the subtitle.
|
DJAreaChartBuilder |
DJAreaChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression.
|
DJAreaChartBuilder |
DJAreaChartBuilder.setSubtitleColor(Color subtitleColor)
Sets the subtitle color.
|
DJAreaChartBuilder |
DJAreaChartBuilder.setSubtitleFont(Font subtitleFont)
Sets the subtitle font.
|
DJAreaChartBuilder |
DJAreaChartBuilder.setTheme(String theme)
Sets the theme.
|
DJAreaChartBuilder |
DJAreaChartBuilder.setTitle(String title)
Sets the title.
|
DJAreaChartBuilder |
DJAreaChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression.
|
DJAreaChartBuilder |
DJAreaChartBuilder.setTitleColor(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.
|
Copyright © 2006-2014 FDV Solutions. All Rights Reserved.