Uses of Class
ar.com.fdvs.dj.domain.chart.builder.DJScatterChartBuilder

Packages that use DJScatterChartBuilder
ar.com.fdvs.dj.domain.chart.builder   
 

Uses of DJScatterChartBuilder in ar.com.fdvs.dj.domain.chart.builder
 

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



Copyright © 2006-2011 FDV Solutions. All Rights Reserved.