net.sf.dynamicreports.report.builder.chart
Class WaterfallBarChartBuilder
java.lang.Object
net.sf.dynamicreports.report.builder.AbstractBuilder<T,U>
net.sf.dynamicreports.report.builder.component.ComponentBuilder<T,U>
net.sf.dynamicreports.report.builder.component.DimensionComponentBuilder<T,U>
net.sf.dynamicreports.report.builder.component.HyperLinkComponentBuilder<T,DRChart>
net.sf.dynamicreports.report.builder.chart.AbstractChartBuilder<T>
net.sf.dynamicreports.report.builder.chart.AbstractBaseChartBuilder<T,U,DRCategoryDataset>
net.sf.dynamicreports.report.builder.chart.AbstractCategoryChartBuilder<WaterfallBarChartBuilder,DRWaterfallBarPlot>
net.sf.dynamicreports.report.builder.chart.WaterfallBarChartBuilder
- All Implemented Interfaces:
- Serializable
public class WaterfallBarChartBuilder
- extends AbstractCategoryChartBuilder<WaterfallBarChartBuilder,DRWaterfallBarPlot>
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class net.sf.dynamicreports.report.builder.chart.AbstractCategoryChartBuilder |
addSerie, series, seriesOrderBy, setCategory, setCategory, setCategory, setCategory, setCategoryAxisFormat, setItemHyperLink, setSeriesOrderBy, setSeriesOrderBy, setSeriesOrderType, setShowPercentages, setUseSeriesAsCategory, setValueAxisFormat |
Methods inherited from class net.sf.dynamicreports.report.builder.chart.AbstractChartBuilder |
addCustomizer, customizers, getChart, setCustomizer, setDataSource, setDataSource, setDataSource, setLegendBackgroundColor, setLegendColor, setLegendFont, setLegendPosition, setShowLegend, setSubDataset, setSubtitle, setSubtitle, setSubtitleColor, setSubtitleFont, setTitle, setTitle, setTitleColor, setTitleFont, setTitlePosition |
Methods inherited from class net.sf.dynamicreports.report.builder.component.DimensionComponentBuilder |
setDimension, setFixedDimension, setFixedHeight, setFixedWidth, setHeight, setMinDimension, setMinHeight, setMinWidth, setPositionType, setPrintInFirstWholeBand, setPrintWhenDetailOverflows, setPrintWhenGroupChanges, setStretchType, setWidth |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WaterfallBarChartBuilder
protected WaterfallBarChartBuilder()
WaterfallBarChartBuilder
protected WaterfallBarChartBuilder(ChartType chartType)
setShowLabels
public WaterfallBarChartBuilder setShowLabels(Boolean showLabels)
setShowTickLabels
public WaterfallBarChartBuilder setShowTickLabels(Boolean showTickLabels)
setShowTickMarks
public WaterfallBarChartBuilder setShowTickMarks(Boolean showTickMarks)
setShowValues
public WaterfallBarChartBuilder setShowValues(Boolean showValues)
setValuePattern
public WaterfallBarChartBuilder setValuePattern(String valuePattern)
setPercentValuePattern
public WaterfallBarChartBuilder setPercentValuePattern(String percentValuePattern)
setFirstBarPaint
public WaterfallBarChartBuilder setFirstBarPaint(Paint firstBarPaint)
setLastBarPaint
public WaterfallBarChartBuilder setLastBarPaint(Paint lastBarPaint)
setPositiveBarPaint
public WaterfallBarChartBuilder setPositiveBarPaint(Paint positiveBarPaint)
setNegativeBarPaint
public WaterfallBarChartBuilder setNegativeBarPaint(Paint negativeBarPaint)
Copyright © 2010-2014. All Rights Reserved.