net.sf.dynamicreports.report.builder.chart
Class LineChartBuilder

java.lang.Object
  extended by net.sf.dynamicreports.report.builder.AbstractBuilder<T,U>
      extended by net.sf.dynamicreports.report.builder.component.ComponentBuilder<T,U>
          extended by net.sf.dynamicreports.report.builder.component.DimensionComponentBuilder<T,U>
              extended by net.sf.dynamicreports.report.builder.component.HyperLinkComponentBuilder<T,DRChart>
                  extended by net.sf.dynamicreports.report.builder.chart.AbstractChartBuilder<T>
                      extended by net.sf.dynamicreports.report.builder.chart.AbstractBaseChartBuilder<T,U,DRCategoryDataset>
                          extended by net.sf.dynamicreports.report.builder.chart.AbstractCategoryChartBuilder<LineChartBuilder,DRLinePlot>
                              extended by net.sf.dynamicreports.report.builder.chart.LineChartBuilder
All Implemented Interfaces:
Serializable

public class LineChartBuilder
extends AbstractCategoryChartBuilder<LineChartBuilder,DRLinePlot>

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder
builded
 
Constructor Summary
protected LineChartBuilder()
           
 
Method Summary
 LineChartBuilder setPercentValuePattern(String percentValuePattern)
           
 LineChartBuilder setShowLines(Boolean showLines)
           
 LineChartBuilder setShowShapes(Boolean showShapes)
           
 LineChartBuilder setShowValues(Boolean showValues)
           
 LineChartBuilder setValuePattern(String valuePattern)
           
 
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.AbstractBaseChartBuilder
addSeriesColor, addSeriesColorByName, getDataset, getPlot, seriesColors, seriesColorsByName, setOrientation, setTheme
 
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.HyperLinkComponentBuilder
setAnchorName, setAnchorName, setBookmarkLevel, setHyperLink
 
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 net.sf.dynamicreports.report.builder.component.ComponentBuilder
addProperty, addProperty, addProperty, getComponent, removeLineWhenBlank, setPrintWhenExpression, setRemoveLineWhenBlank, setStyle, setTableOfContentsHeading, setTableOfContentsHeading
 
Methods inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder
build, configure, getObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineChartBuilder

protected LineChartBuilder()
Method Detail

setShowShapes

public LineChartBuilder setShowShapes(Boolean showShapes)

setShowLines

public LineChartBuilder setShowLines(Boolean showLines)

setShowValues

public LineChartBuilder setShowValues(Boolean showValues)

setValuePattern

public LineChartBuilder setValuePattern(String valuePattern)

setPercentValuePattern

public LineChartBuilder setPercentValuePattern(String percentValuePattern)


Copyright © 2010-2014. All Rights Reserved.