net.sf.dynamicreports.report.definition.chart
Interface DRIChart

All Superinterfaces:
DRIComponent, DRIDimensionComponent, DRIHyperLinkComponent, Serializable
All Known Implementing Classes:
DRChart

public interface DRIChart
extends DRIHyperLinkComponent

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Method Summary
 List<DRIChartCustomizer> getCustomizers()
           
 DRIChartDataset getDataset()
           
 ChartType getChartType()
           
 DRIChartLegend getLegend()
           
 DRIPlot getPlot()
           
 DRIChartSubtitle getSubtitle()
           
 String getTheme()
           
 DRIChartTitle getTitle()
           
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIHyperLinkComponent
getAnchorNameExpression, getBookmarkLevel, getHyperLink
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIDimensionComponent
getHeight, getHeightType, getPositionType, getPrintInFirstWholeBand, getPrintWhenDetailOverflows, getPrintWhenGroupChanges, getStretchType, getWidth, getWidthType
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIComponent
getPrintWhenExpression, getPropertyExpressions, getRemoveLineWhenBlank, getStyle, getTableOfContentsHeading
 

Method Detail

getChartType

ChartType getChartType()

getDataset

DRIChartDataset getDataset()

getPlot

DRIPlot getPlot()

getCustomizers

List<DRIChartCustomizer> getCustomizers()

getTitle

DRIChartTitle getTitle()

getSubtitle

DRIChartSubtitle getSubtitle()

getLegend

DRIChartLegend getLegend()

getTheme

String getTheme()


Copyright © 2010-2014. All Rights Reserved.