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