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

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

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

Subclasses of DJBarChartBuilder in ar.com.fdvs.dj.domain.chart.builder
 class DJStackedBarChartBuilder
           
 

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



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