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

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

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

Methods in ar.com.fdvs.dj.domain.chart.builder that return DJPieChartBuilder
 DJPieChartBuilder DJPieChartBuilder.addSerie(AbstractColumn column)
          Adds the specified serie column to the dataset.
 DJPieChartBuilder DJPieChartBuilder.addSeriesColor(java.awt.Color color)
          Adds the specified series color to the plot.
 DJPieChartBuilder DJPieChartBuilder.setBackColor(java.awt.Color backColor)
          Sets the background color.
protected  DJPieChartBuilder DJPieChartBuilder.setCategory(PropertyColumn key)
          Allows AbstractChartBuilder to set the key column
 DJPieChartBuilder DJPieChartBuilder.setCentered(boolean centered)
          Sets the centered.
 DJPieChartBuilder DJPieChartBuilder.setCircular(boolean circular)
          Sets the circular.
 DJPieChartBuilder DJPieChartBuilder.setCustomizerClass(java.lang.String customizerClass)
          Sets a user specified chart customizer class name.
 DJPieChartBuilder DJPieChartBuilder.setHeight(int height)
          Sets the chart height.
 DJPieChartBuilder DJPieChartBuilder.setKey(PropertyColumn key)
          Sets the key column.
 DJPieChartBuilder DJPieChartBuilder.setLabelFormat(java.lang.String labelFormat)
          Sets the label format.
 DJPieChartBuilder DJPieChartBuilder.setLegendBackgroundColor(java.awt.Color legendBackgroundColor)
          Sets the legend background color.
 DJPieChartBuilder DJPieChartBuilder.setLegendColor(java.awt.Color legendColor)
          Sets the legend color.
 DJPieChartBuilder DJPieChartBuilder.setLegendFont(Font legendFont)
          Sets the legend font.
 DJPieChartBuilder DJPieChartBuilder.setLegendLabelFormat(java.lang.String legendLabelFormat)
          Sets the legend label format.
 DJPieChartBuilder DJPieChartBuilder.setLegendPosition(byte legendPosition)
          Sets the legend position (DJChartOptions.EDGE_TOP, DJChartOptions.EDGE_BOTTOM, DJChartOptions.EDGE_LEFT, DJChartOptions.EDGE_RIGHT).
 DJPieChartBuilder DJPieChartBuilder.setLineColor(java.awt.Color lineColor)
          Sets the line color.
 DJPieChartBuilder DJPieChartBuilder.setLineStyle(byte lineStyle)
          Sets the line style (DJChartOptions.LINE_STYLE_SOLID, DJChartOptions.LINE_STYLE_DASHED, DJChartOptions.LINE_STYLE_DOTTED, DJChartOptions.LINE_STYLE_DOUBLE).
 DJPieChartBuilder DJPieChartBuilder.setLineWidth(float lineWidth)
          Sets the line width.
 DJPieChartBuilder DJPieChartBuilder.setLink(DJHyperLink link)
          Sets the hyperlink.
 DJPieChartBuilder DJPieChartBuilder.setOperation(byte operation)
          Sets the chart data operation (DJChart.CALCULATION_COUNT or DJChart.CALCULATION_SUM).
 DJPieChartBuilder DJPieChartBuilder.setPadding(int padding)
          Sets the padding.
 DJPieChartBuilder DJPieChartBuilder.setPosition(byte position)
          Sets the position (DJChartOptions.POSITION_FOOTER or DJChartOptions.POSITION_HEADER).
 DJPieChartBuilder DJPieChartBuilder.setSeriesColors(java.util.List seriesColors)
          Set the specified series colors to the plot.
 DJPieChartBuilder DJPieChartBuilder.setShowLegend(boolean showLegend)
          Sets the legend visibility.
 DJPieChartBuilder DJPieChartBuilder.setSubtitle(java.lang.String subtitle)
          Sets the subtitle.
 DJPieChartBuilder DJPieChartBuilder.setSubtitle(StringExpression subtitleExpression)
          Sets the subtitle expression.
 DJPieChartBuilder DJPieChartBuilder.setSubtitleColor(java.awt.Color subtitleColor)
          Sets the subtitle color.
 DJPieChartBuilder DJPieChartBuilder.setSubtitleFont(Font subtitleFont)
          Sets the subtitle font.
 DJPieChartBuilder DJPieChartBuilder.setTheme(java.lang.String theme)
          Sets the theme.
 DJPieChartBuilder DJPieChartBuilder.setTitle(java.lang.String title)
          Sets the title.
 DJPieChartBuilder DJPieChartBuilder.setTitle(StringExpression titleExpression)
          Sets the title expression.
 DJPieChartBuilder DJPieChartBuilder.setTitleColor(java.awt.Color titleColor)
          Sets the title color.
 DJPieChartBuilder DJPieChartBuilder.setTitleFont(Font titleFont)
          Sets the title font.
 DJPieChartBuilder DJPieChartBuilder.setTitlePosition(byte titlePosition)
          Sets the title position (DJChartOptions.EDGE_TOP, DJChartOptions.EDGE_BOTTOM, DJChartOptions.EDGE_LEFT, DJChartOptions.EDGE_RIGHT).
 DJPieChartBuilder DJPieChartBuilder.setWidth(int width)
          Sets the chart width.
 DJPieChartBuilder DJPieChartBuilder.setX(int x)
          Sets the x position.
 DJPieChartBuilder DJPieChartBuilder.setY(int y)
          Sets the y position.
 



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