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