Package | Description |
---|---|
ar.com.fdvs.dj.domain.chart.builder |
Modifier and Type | Method and Description |
---|---|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.addSerie(AbstractColumn column,
String label)
Adds the specified serie column to the dataset with custom label.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.addSeriesColor(Color color)
Adds the specified series color to the plot.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setBackColor(Color backColor)
Sets the background color.
|
protected DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setCategory(PropertyColumn xValue)
Allows AbstractChartBuilder to set the key column
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setCategoryAxisFormat(DJAxisFormat categoryAxisFormat)
Sets the category axis format.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setCentered(boolean centered)
Sets the centered.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setCustomizerClass(String customizerClass)
Sets a user specified chart customizer class name.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setHeight(int height)
Sets the chart height.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setLabelRotation(double labelRotation)
Sets the angle in degrees to rotate the data axis labels.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setLegendBackgroundColor(Color legendBackgroundColor)
Sets the legend background color.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setLegendColor(Color legendColor)
Sets the legend color.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setLegendFont(Font legendFont)
Sets the legend font.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setLegendPosition(byte legendPosition)
Sets the legend position (DJChartOptions.EDGE_TOP, DJChartOptions.EDGE_BOTTOM, DJChartOptions.EDGE_LEFT, DJChartOptions.EDGE_RIGHT).
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setLineColor(Color lineColor)
Sets the line color.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setLineStyle(byte lineStyle)
Sets the line style (DJChartOptions.LINE_STYLE_SOLID, DJChartOptions.LINE_STYLE_DASHED, DJChartOptions.LINE_STYLE_DOTTED, DJChartOptions.LINE_STYLE_DOUBLE).
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setLineWidth(float lineWidth)
Sets the line width.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setLink(DJHyperLink link)
Sets the hyperlink.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setOperation(byte operation)
Sets the chart data operation (DJChart.CALCULATION_COUNT or DJChart.CALCULATION_SUM).
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setOrientation(org.jfree.chart.plot.PlotOrientation orientation)
Sets the plot orientation (PlotOrientation.HORIZONTAL or PlotOrientation.VERTICAL).
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setPadding(int padding)
Sets the padding.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setPosition(byte position)
Sets the position (DJChartOptions.POSITION_FOOTER or DJChartOptions.POSITION_HEADER).
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setSeriesColors(List seriesColors)
Set the specified series colors to the plot.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setShowLegend(boolean showLegend)
Sets the legend visibility.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setSubtitle(String subtitle)
Sets the subtitle.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setSubtitleColor(Color subtitleColor)
Sets the subtitle color.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setSubtitleFont(Font subtitleFont)
Sets the subtitle font.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setTheme(String theme)
Sets the theme.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setTitle(String title)
Sets the title.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setTitleColor(Color titleColor)
Sets the title color.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setTitleFont(Font titleFont)
Sets the title font.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setTitlePosition(byte titlePosition)
Sets the title position (DJChartOptions.EDGE_TOP, DJChartOptions.EDGE_BOTTOM, DJChartOptions.EDGE_LEFT, DJChartOptions.EDGE_RIGHT).
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setValueAxisFormat(DJAxisFormat valueAxisFormat)
Sets the value axis format.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setWidth(int width)
Sets the chart width.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setX(int x)
Sets the x position.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setXValue(PropertyColumn xValue)
Sets the x value column.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setY(int y)
Sets the y position.
|
Copyright © 2006-2014 FDV Solutions. All Rights Reserved.