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