net.sf.dynamicreports.report.base.chart
Class DRChart
java.lang.Object
net.sf.dynamicreports.report.base.component.DRComponent
net.sf.dynamicreports.report.base.component.DRDimensionComponent
net.sf.dynamicreports.report.base.component.DRHyperLinkComponent
net.sf.dynamicreports.report.base.chart.DRChart
- All Implemented Interfaces:
- Serializable, DRIChart, DRIComponent, DRIDimensionComponent, DRIHyperLinkComponent
public class DRChart
- extends DRHyperLinkComponent
- implements DRIChart
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class net.sf.dynamicreports.report.base.component.DRDimensionComponent |
getHeight, getHeightType, getPositionType, getPrintInFirstWholeBand, getPrintWhenDetailOverflows, getPrintWhenGroupChanges, getStretchType, getWidth, getWidthType, setHeight, setHeightType, setPositionType, setPrintInFirstWholeBand, setPrintWhenDetailOverflows, setPrintWhenGroupChanges, setStretchType, setWidth, setWidthType |
Methods inherited from class net.sf.dynamicreports.report.base.component.DRComponent |
addPropertyExpression, getPrintWhenExpression, getPropertyExpressions, getRemoveLineWhenBlank, getStyle, getTableOfContentsHeading, setPrintWhenExpression, setPropertyExpressions, setRemoveLineWhenBlank, setStyle, setTableOfContentsHeading |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRChart
public DRChart(ChartType chartType)
init
protected void init()
- Overrides:
init
in class DRComponent
getChartType
public ChartType getChartType()
- Specified by:
getChartType
in interface DRIChart
getDataset
public DRChartDataset getDataset()
- Specified by:
getDataset
in interface DRIChart
getPlot
public DRIPlot getPlot()
- Specified by:
getPlot
in interface DRIChart
getCustomizers
public List<DRIChartCustomizer> getCustomizers()
- Specified by:
getCustomizers
in interface DRIChart
addCustomizer
public void addCustomizer(DRIChartCustomizer customizer)
setCustomizers
public void setCustomizers(List<DRIChartCustomizer> customizers)
getTitle
public DRChartTitle getTitle()
- Specified by:
getTitle
in interface DRIChart
setTitle
public void setTitle(DRChartTitle title)
getSubtitle
public DRChartSubtitle getSubtitle()
- Specified by:
getSubtitle
in interface DRIChart
setSubtitle
public void setSubtitle(DRChartSubtitle subtitle)
getLegend
public DRChartLegend getLegend()
- Specified by:
getLegend
in interface DRIChart
setLegend
public void setLegend(DRChartLegend legend)
getTheme
public String getTheme()
- Specified by:
getTheme
in interface DRIChart
setTheme
public void setTheme(String theme)
Copyright © 2010-2014. All Rights Reserved.