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

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

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

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



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