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