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

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

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

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



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