Package | Description |
---|---|
ar.com.fdvs.dj.domain.chart.builder |
Modifier and Type | Method and Description |
---|---|
DJXYLineChartBuilder |
DJXYLineChartBuilder.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.addSerie(AbstractColumn column,
String label)
Adds the specified serie column to the dataset with custom label.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.addSeriesColor(Color color)
Adds the specified series color to the plot.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setBackColor(Color backColor)
Sets the background color.
|
protected DJXYLineChartBuilder |
DJXYLineChartBuilder.setCategory(PropertyColumn xValue)
Allows AbstractChartBuilder to set the key column
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setCategoryAxisFormat(DJAxisFormat categoryAxisFormat)
Sets the category axis format.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setCentered(boolean centered)
Sets the centered.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setCustomizerClass(String customizerClass)
Sets a user specified chart customizer class name.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setHeight(int height)
Sets the chart height.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setLabelRotation(double labelRotation)
Sets the angle in degrees to rotate the data axis labels.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setLegendBackgroundColor(Color legendBackgroundColor)
Sets the legend background color.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setLegendColor(Color legendColor)
Sets the legend color.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setLegendFont(Font legendFont)
Sets the legend font.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setLegendPosition(byte legendPosition)
Sets the legend position (DJChartOptions.EDGE_TOP, DJChartOptions.EDGE_BOTTOM, DJChartOptions.EDGE_LEFT, DJChartOptions.EDGE_RIGHT).
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setLineColor(Color lineColor)
Sets the line color.
|
DJXYLineChartBuilder |
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 |
DJXYLineChartBuilder.setLineWidth(float lineWidth)
Sets the line width.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setLink(DJHyperLink link)
Sets the hyperlink.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setOperation(byte operation)
Sets the chart data operation (DJChart.CALCULATION_COUNT or DJChart.CALCULATION_SUM).
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setOrientation(org.jfree.chart.plot.PlotOrientation orientation)
Sets the plot orientation (PlotOrientation.HORIZONTAL or PlotOrientation.VERTICAL).
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setPadding(int padding)
Sets the padding.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setPosition(byte position)
Sets the position (DJChartOptions.POSITION_FOOTER or DJChartOptions.POSITION_HEADER).
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setSeriesColors(List seriesColors)
Set the specified series colors to the plot.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setShowLegend(boolean showLegend)
Sets the legend visibility.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setShowLines(boolean showLines)
Sets the lines visibility.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setShowShapes(boolean showShapes)
Sets the shapes visibility.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setSubtitle(String subtitle)
Sets the subtitle.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setSubtitleColor(Color subtitleColor)
Sets the subtitle color.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setSubtitleFont(Font subtitleFont)
Sets the subtitle font.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setTheme(String theme)
Sets the theme.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setTitle(String title)
Sets the title.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setTitleColor(Color titleColor)
Sets the title color.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setTitleFont(Font titleFont)
Sets the title font.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setTitlePosition(byte titlePosition)
Sets the title position (DJChartOptions.EDGE_TOP, DJChartOptions.EDGE_BOTTOM, DJChartOptions.EDGE_LEFT, DJChartOptions.EDGE_RIGHT).
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setValueAxisFormat(DJAxisFormat valueAxisFormat)
Sets the value axis format.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setWidth(int width)
Sets the chart width.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setX(int x)
Sets the x position.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setXValue(PropertyColumn xValue)
Sets the x value column.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setY(int y)
Sets the y position.
|
Copyright © 2006-2014 FDV Solutions. All Rights Reserved.