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