|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectar.com.fdvs.dj.domain.chart.builder.AbstractChartBuilder
ar.com.fdvs.dj.domain.chart.builder.DJPieChartBuilder
public class DJPieChartBuilder
| Field Summary |
|---|
| Fields inherited from class ar.com.fdvs.dj.domain.chart.builder.AbstractChartBuilder |
|---|
chart |
| Constructor Summary | |
|---|---|
DJPieChartBuilder()
|
|
| Method Summary | |
|---|---|
DJPieChartBuilder |
addSerie(AbstractColumn column)
Adds the specified serie column to the dataset. |
DJPieChartBuilder |
addSeriesColor(Color color)
Adds the specified series color to the plot. |
protected byte |
getChartType()
|
DJPieChartBuilder |
setBackColor(Color backColor)
Sets the background color. |
DJPieChartBuilder |
setCentered(boolean centered)
Sets the centered. |
DJPieChartBuilder |
setCircular(boolean circular)
Sets the circular. |
DJPieChartBuilder |
setCustomizerClass(String customizerClass)
Sets a user specified chart customizer class name. |
DJPieChartBuilder |
setHeight(int height)
Sets the chart height. |
DJPieChartBuilder |
setKey(PropertyColumn key)
Sets the key column. |
DJPieChartBuilder |
setLabelFormat(String labelFormat)
Sets the label format. |
DJPieChartBuilder |
setLegendBackgroundColor(Color legendBackgroundColor)
Sets the legend background color. |
DJPieChartBuilder |
setLegendColor(Color legendColor)
Sets the legend color. |
DJPieChartBuilder |
setLegendFont(Font legendFont)
Sets the legend font. |
DJPieChartBuilder |
setLegendLabelFormat(String legendLabelFormat)
Sets the legend label format. |
DJPieChartBuilder |
setLegendPosition(byte legendPosition)
Sets the legend position (DJChartOptions.EDGE_TOP, DJChartOptions.EDGE_BOTTOM, DJChartOptions.EDGE_LEFT, DJChartOptions.EDGE_RIGHT). |
DJPieChartBuilder |
setLineColor(Color lineColor)
Sets the line color. |
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 |
setLineWidth(float lineWidth)
Sets the line width. |
DJPieChartBuilder |
setLink(DJHyperLink link)
Sets the hyperlink. |
DJPieChartBuilder |
setOperation(byte operation)
Sets the chart data operation (DJChart.CALCULATION_COUNT or DJChart.CALCULATION_SUM). |
DJPieChartBuilder |
setPadding(int padding)
Sets the padding. |
DJPieChartBuilder |
setPosition(byte position)
Sets the position (DJChartOptions.POSITION_FOOTER or DJChartOptions.POSITION_HEADER). |
DJPieChartBuilder |
setSeriesColors(List seriesColors)
Set the specified series colors to the plot. |
DJPieChartBuilder |
setShowLegend(boolean showLegend)
Sets the legend visibility. |
DJPieChartBuilder |
setSubtitle(String subtitle)
Sets the subtitle. |
DJPieChartBuilder |
setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression. |
DJPieChartBuilder |
setSubtitleColor(Color subtitleColor)
Sets the subtitle color. |
DJPieChartBuilder |
setSubtitleFont(Font subtitleFont)
Sets the subtitle font. |
DJPieChartBuilder |
setTheme(String theme)
Sets the theme. |
DJPieChartBuilder |
setTitle(String title)
Sets the title. |
DJPieChartBuilder |
setTitle(StringExpression titleExpression)
Sets the title expression. |
DJPieChartBuilder |
setTitleColor(Color titleColor)
Sets the title color. |
DJPieChartBuilder |
setTitleFont(Font titleFont)
Sets the title font. |
DJPieChartBuilder |
setTitlePosition(byte titlePosition)
Sets the title position (DJChartOptions.EDGE_TOP, DJChartOptions.EDGE_BOTTOM, DJChartOptions.EDGE_LEFT, DJChartOptions.EDGE_RIGHT). |
DJPieChartBuilder |
setWidth(int width)
Sets the chart width. |
DJPieChartBuilder |
setX(int x)
Sets the x position. |
DJPieChartBuilder |
setY(int y)
Sets the y position. |
| Methods inherited from class ar.com.fdvs.dj.domain.chart.builder.AbstractChartBuilder |
|---|
build |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DJPieChartBuilder()
| Method Detail |
|---|
public DJPieChartBuilder setOperation(byte operation)
operation - the chart data operationpublic DJPieChartBuilder setLink(DJHyperLink link)
link - the hyperlinkpublic DJPieChartBuilder setBackColor(Color backColor)
backColor - the background colorpublic DJPieChartBuilder setHeight(int height)
height - the chart heightpublic DJPieChartBuilder setWidth(int width)
width - the chart widthpublic DJPieChartBuilder setCentered(boolean centered)
centered - the centeredpublic DJPieChartBuilder setPosition(byte position)
position - the positionpublic DJPieChartBuilder setY(int y)
y - the y positionpublic DJPieChartBuilder setX(int x)
y - the x positionpublic DJPieChartBuilder setShowLegend(boolean showLegend)
showLegend - the legend visibilitypublic DJPieChartBuilder setTitleColor(Color titleColor)
titleColor - the title colorpublic DJPieChartBuilder setSubtitleColor(Color subtitleColor)
subtitleColor - the subtitle colorpublic DJPieChartBuilder setLegendColor(Color legendColor)
legendColor - the legend colorpublic DJPieChartBuilder setLegendBackgroundColor(Color legendBackgroundColor)
legendBackgroundColor - the legend background colorpublic DJPieChartBuilder setTheme(String theme)
theme - the themepublic DJPieChartBuilder setTitleFont(Font titleFont)
titleFont - the title fontpublic DJPieChartBuilder setSubtitleFont(Font subtitleFont)
subtitleFont - the subtitle fontpublic DJPieChartBuilder setLegendFont(Font legendFont)
legendFont - the legend fontpublic DJPieChartBuilder setLegendPosition(byte legendPosition)
legendPosition - the legend positionpublic DJPieChartBuilder setTitlePosition(byte titlePosition)
titlePosition - the title positionpublic DJPieChartBuilder setTitle(String title)
title - the titlepublic DJPieChartBuilder setTitle(StringExpression titleExpression)
titleExpression - the title expressionpublic DJPieChartBuilder setSubtitle(String subtitle)
subtitle - the subtitlepublic DJPieChartBuilder setSubtitle(StringExpression subtitleExpression)
subtitleExpression - the subtitle expressionpublic DJPieChartBuilder setLineStyle(byte lineStyle)
lineStyle - one of the line style constants in DJChartOptions classpublic DJPieChartBuilder setLineWidth(float lineWidth)
lineWidth - the line widthpublic DJPieChartBuilder setLineColor(Color lineColor)
lineColor - the line colorpublic DJPieChartBuilder setPadding(int padding)
padding - the paddingpublic DJPieChartBuilder setCustomizerClass(String customizerClass)
JRChartCustomizerpublic DJPieChartBuilder setKey(PropertyColumn key)
key - the key columnpublic DJPieChartBuilder addSerie(AbstractColumn column)
column - the serie columnpublic DJPieChartBuilder addSeriesColor(Color color)
color - the series colorpublic DJPieChartBuilder setSeriesColors(List seriesColors)
seriesColors - the series colorspublic DJPieChartBuilder setCircular(boolean circular)
circular - the circularpublic DJPieChartBuilder setLabelFormat(String labelFormat)
labelFormat - the label formatpublic DJPieChartBuilder setLegendLabelFormat(String legendLabelFormat)
legendLabelFormat - the legend label formatprotected byte getChartType()
getChartType in class AbstractChartBuilder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||