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