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

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

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

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



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