Package com.storedobject.chart
Interface HasEmphasis
- 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 HasEmphasis
Interface to denote that a
ComponentPart
supports animation.- Author:
- Syam
-
Method Summary
Modifier and TypeMethodDescriptiongetEmphasis
(boolean create) Get the instance of this property.void
setEmphasis
(Emphasis instance) Set it to this instance.
-
Method Details
-
getEmphasis
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.
-
setEmphasis
Set it to this instance.- Parameters:
instance
- Instance to set.
-