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