Package com.storedobject.chart
Interface HasAnimation
- All Known Implementing Classes:
AbstractChart
,BarChart
,BubbleChart
,CandlestickChart
,Chart
,ComposedPart
,DonutChart
,EffectScatterChart
,FunnelChart
,GaugeChart
,GraphChart
,HeatmapChart
,LineChart
,NightingaleRoseChart
,PieChart
,RadarChart
,SankeyChart
,SankeyChart.Edge
,SankeyChart.Node
,ScatterChart
,SelfPositioningChart
,SelfPositioningSpecialChart
,SunburstChart
,TreeChart
,TreemapChart
,XYChart
public interface HasAnimation
Interface to denote that a
ComponentPart
supports animation.- Author:
- Syam
-
Method Summary
Modifier and TypeMethodDescriptiongetAnimation
(boolean create) Get the instance of this property.void
setAnimation
(Animation instance) Set it to this instance.
-
Method Details
-
getAnimation
Get the instance of this property. (Iftrue
is passed as the parameter, a new instance will be created if not already exists).- Parameters:
create
- Whether to create it or not.- Returns:
- Instance.
-
setAnimation
Set it to this instance.- Parameters:
instance
- Instance to set.
-