|
||||||||||
| 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.DJXYAreaChartBuilder
public class DJXYAreaChartBuilder
| Field Summary |
|---|
| Fields inherited from class ar.com.fdvs.dj.domain.chart.builder.AbstractChartBuilder |
|---|
chart |
| Constructor Summary | |
|---|---|
DJXYAreaChartBuilder()
|
|
| Method Summary | |
|---|---|
DJXYAreaChartBuilder |
addSerie(AbstractColumn column)
Adds the specified serie column to the dataset. |
DJXYAreaChartBuilder |
addSerie(AbstractColumn column,
String label)
Adds the specified serie column to the dataset with custom label. |
DJXYAreaChartBuilder |
addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label. |
DJXYAreaChartBuilder |
addSeriesColor(Color color)
Adds the specified series color to the plot. |
protected byte |
getChartType()
|
DJXYAreaChartBuilder |
setBackColor(Color backColor)
Sets the background color. |
DJXYAreaChartBuilder |
setCategoryAxisFormat(DJAxisFormat categoryAxisFormat)
Sets the category axis format. |
DJXYAreaChartBuilder |
setCentered(boolean centered)
Sets the centered. |
DJXYAreaChartBuilder |
setCustomizerClass(String customizerClass)
Sets a user specified chart customizer class name. |
DJXYAreaChartBuilder |
setHeight(int height)
Sets the chart height. |
DJXYAreaChartBuilder |
setLabelRotation(double labelRotation)
Sets the angle in degrees to rotate the data axis labels. |
DJXYAreaChartBuilder |
setLegendBackgroundColor(Color legendBackgroundColor)
Sets the legend background color. |
DJXYAreaChartBuilder |
setLegendColor(Color legendColor)
Sets the legend color. |
DJXYAreaChartBuilder |
setLegendFont(Font legendFont)
Sets the legend font. |
DJXYAreaChartBuilder |
setLegendPosition(byte legendPosition)
Sets the legend position (DJChartOptions.EDGE_TOP, DJChartOptions.EDGE_BOTTOM, DJChartOptions.EDGE_LEFT, DJChartOptions.EDGE_RIGHT). |
DJXYAreaChartBuilder |
setLineColor(Color lineColor)
Sets the line color. |
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 |
setLineWidth(float lineWidth)
Sets the line width. |
DJXYAreaChartBuilder |
setLink(DJHyperLink link)
Sets the hyperlink. |
DJXYAreaChartBuilder |
setOperation(byte operation)
Sets the chart data operation (DJChart.CALCULATION_COUNT or DJChart.CALCULATION_SUM). |
DJXYAreaChartBuilder |
setOrientation(org.jfree.chart.plot.PlotOrientation orientation)
Sets the plot orientation (PlotOrientation.HORIZONTAL or PlotOrientation.VERTICAL). |
DJXYAreaChartBuilder |
setPadding(int padding)
Sets the padding. |
DJXYAreaChartBuilder |
setPosition(byte position)
Sets the position (DJChartOptions.POSITION_FOOTER or DJChartOptions.POSITION_HEADER). |
DJXYAreaChartBuilder |
setSeriesColors(List seriesColors)
Set the specified series colors to the plot. |
DJXYAreaChartBuilder |
setShowLegend(boolean showLegend)
Sets the legend visibility. |
DJXYAreaChartBuilder |
setSubtitle(String subtitle)
Sets the subtitle. |
DJXYAreaChartBuilder |
setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression. |
DJXYAreaChartBuilder |
setSubtitleColor(Color subtitleColor)
Sets the subtitle color. |
DJXYAreaChartBuilder |
setSubtitleFont(Font subtitleFont)
Sets the subtitle font. |
DJXYAreaChartBuilder |
setTheme(String theme)
Sets the theme. |
DJXYAreaChartBuilder |
setTitle(String title)
Sets the title. |
DJXYAreaChartBuilder |
setTitle(StringExpression titleExpression)
Sets the title expression. |
DJXYAreaChartBuilder |
setTitleColor(Color titleColor)
Sets the title color. |
DJXYAreaChartBuilder |
setTitleFont(Font titleFont)
Sets the title font. |
DJXYAreaChartBuilder |
setTitlePosition(byte titlePosition)
Sets the title position (DJChartOptions.EDGE_TOP, DJChartOptions.EDGE_BOTTOM, DJChartOptions.EDGE_LEFT, DJChartOptions.EDGE_RIGHT). |
DJXYAreaChartBuilder |
setValueAxisFormat(DJAxisFormat valueAxisFormat)
Sets the value axis format. |
DJXYAreaChartBuilder |
setWidth(int width)
Sets the chart width. |
DJXYAreaChartBuilder |
setX(int x)
Sets the x position. |
DJXYAreaChartBuilder |
setXValue(PropertyColumn xValue)
Sets the x value column. |
DJXYAreaChartBuilder |
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 DJXYAreaChartBuilder()
| Method Detail |
|---|
public DJXYAreaChartBuilder setOperation(byte operation)
operation - the chart data operationpublic DJXYAreaChartBuilder setLink(DJHyperLink link)
link - the hyperlinkpublic DJXYAreaChartBuilder setBackColor(Color backColor)
backColor - the background colorpublic DJXYAreaChartBuilder setHeight(int height)
height - the chart heightpublic DJXYAreaChartBuilder setWidth(int width)
width - the chart widthpublic DJXYAreaChartBuilder setCentered(boolean centered)
centered - the centeredpublic DJXYAreaChartBuilder setPosition(byte position)
position - the positionpublic DJXYAreaChartBuilder setY(int y)
y - the y positionpublic DJXYAreaChartBuilder setX(int x)
y - the x positionpublic DJXYAreaChartBuilder setShowLegend(boolean showLegend)
showLegend - the legend visibilitypublic DJXYAreaChartBuilder setTitleColor(Color titleColor)
titleColor - the title colorpublic DJXYAreaChartBuilder setSubtitleColor(Color subtitleColor)
subtitleColor - the subtitle colorpublic DJXYAreaChartBuilder setLegendColor(Color legendColor)
legendColor - the legend colorpublic DJXYAreaChartBuilder setLegendBackgroundColor(Color legendBackgroundColor)
legendBackgroundColor - the legend background colorpublic DJXYAreaChartBuilder setTheme(String theme)
theme - the themepublic DJXYAreaChartBuilder setTitleFont(Font titleFont)
titleFont - the title fontpublic DJXYAreaChartBuilder setSubtitleFont(Font subtitleFont)
subtitleFont - the subtitle fontpublic DJXYAreaChartBuilder setLegendFont(Font legendFont)
legendFont - the legend fontpublic DJXYAreaChartBuilder setLegendPosition(byte legendPosition)
legendPosition - the legend positionpublic DJXYAreaChartBuilder setTitlePosition(byte titlePosition)
titlePosition - the title positionpublic DJXYAreaChartBuilder setTitle(String title)
title - the titlepublic DJXYAreaChartBuilder setTitle(StringExpression titleExpression)
titleExpression - the title expressionpublic DJXYAreaChartBuilder setSubtitle(String subtitle)
subtitle - the subtitlepublic DJXYAreaChartBuilder setSubtitle(StringExpression subtitleExpression)
subtitleExpression - the subtitle expressionpublic DJXYAreaChartBuilder setLineStyle(byte lineStyle)
lineStyle - one of the line style constants in DJChartOptions classpublic DJXYAreaChartBuilder setLineWidth(float lineWidth)
lineWidth - the line widthpublic DJXYAreaChartBuilder setLineColor(Color lineColor)
lineColor - the line colorpublic DJXYAreaChartBuilder setPadding(int padding)
padding - the paddingpublic DJXYAreaChartBuilder setCustomizerClass(String customizerClass)
JRChartCustomizerpublic DJXYAreaChartBuilder setXValue(PropertyColumn xValue)
xValue - the x value columnpublic DJXYAreaChartBuilder addSerie(AbstractColumn column)
column - the serie column
public DJXYAreaChartBuilder addSerie(AbstractColumn column,
String label)
column - the serie columnlabel - column the custom label
public DJXYAreaChartBuilder addSerie(AbstractColumn column,
StringExpression labelExpression)
column - the serie columnlabel - column the custom labelpublic DJXYAreaChartBuilder setLabelRotation(double labelRotation)
labelRotation - the label rotationpublic DJXYAreaChartBuilder setOrientation(org.jfree.chart.plot.PlotOrientation orientation)
orientation - the plot orientationpublic DJXYAreaChartBuilder addSeriesColor(Color color)
color - the series colorpublic DJXYAreaChartBuilder setSeriesColors(List seriesColors)
seriesColors - the series colorspublic DJXYAreaChartBuilder setCategoryAxisFormat(DJAxisFormat categoryAxisFormat)
categoryAxisFormat - the category axis formatpublic DJXYAreaChartBuilder setValueAxisFormat(DJAxisFormat valueAxisFormat)
valueAxisFormat - the value axis formatprotected byte getChartType()
getChartType in class AbstractChartBuilder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||