Interface HasCallbackScope
-
- All Known Implementing Classes:
Animation,AnimationCollection,AnimationContainer,AnimationTransition,AreaDataset,BarDataset,BubbleDataset,BubbleMapDataset,ChartOptions,ChoroplethDataset,Dataset,DoughnutDataset,ExtendedOptions,GaugeDataset,GlobalOptions,HorizontalBarDataset,HoverDataset,HoverFlexDataset,LineDataset,LiningDataset,MatrixDataset,MeterDataset,Options,OptionsNode,PieDataset,PolarAreaDataset,RadarDataset,RegressionDataset,SankeyDataset,ScaledOptions,ScatterDataset,StackedAreaDataset,StackedBarDataset,StackedHorizontalBarDataset,StackedLineDataset,StackedVerticalLineDataset,TimeSeriesBarDataset,TimeSeriesHorizontalBarDataset,TimeSeriesLineDataset,Transitions,TreeMapDataset,TypedDataset,VerticalLineDataset
public interface HasCallbackScopeInterface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static StringextractScope(AbstractNode node)Extracts the scope tag from the root of the node in the options.StringgetScope()Returns the scope of the options, which is the options are used for defaults, chart defaults or chart.
-
-
-
Method Detail
-
extractScope
static String extractScope(AbstractNode node)
Extracts the scope tag from the root of the node in the options.- Parameters:
node- the starting node for searching- Returns:
- the scope of the options
-
getScope
String getScope()
Returns the scope of the options, which is the options are used for defaults, chart defaults or chart.- Returns:
- the scope of the options
-
-