Package com.storedobject.chart
Interface HasData
- All Known Implementing Classes:
AbstractChart
,BarChart
,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
public interface HasData
Interface to denote that a
ComponentPart
owns some data.- Author:
- Syam
-
Method Summary
Modifier and TypeMethodDescriptionvoid
declareData
(Set<AbstractDataProvider<?>> dataSet) Declare the data set owned by thisComponentPart
by adding it to theSet
provided.
-
Method Details
-
declareData
Declare the data set owned by thisComponentPart
by adding it to theSet
provided.- Parameters:
dataSet
- Set to which all the data owned by thisComponentPart
needs to be added.
-