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

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

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

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



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