Package com.storedobject.chart
Interface HasData
- All Known Implementing Classes:
AbstractChart,BarChart,BoxplotChart,BubbleChart,CandlestickChart,Chart,CoordinateSystem,DonutChart,EffectScatterChart,FunnelChart,GaugeChart,GraphChart,HeatmapChart,LineChart,MarkArea,NightingaleRoseChart,PieChart,PolarCoordinate,RadarChart,RadarCoordinate,RectangularCoordinate,SankeyChart,ScatterChart,SelfPositioningChart,SelfPositioningSpecialChart,SunburstChart,Tooltip,TreeChart,TreemapChart,XYChart,XYDataChart,XYGraphChart
public interface HasData
Interface to denote that a
ComponentPart owns some data.- Author:
- Syam
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeclareData(Set<AbstractDataProvider<?>> dataSet) Declare the data set owned by thisComponentPartby adding it to theSetprovided.
-
Method Details
-
declareData
Declare the data set owned by thisComponentPartby adding it to theSetprovided.- Parameters:
dataSet- Set to which all the data owned by thisComponentPartneeds to be added.
-