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