Interface OptionModifier
-
public interface OptionModifierInterface for a callback, that modifies a ChartOption. Used forOptionHelperto modifyChartOptionsthat are created within a deeper structure without diving into the structure.- Author:
- Dieter Tremel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmodify(ChartOptions options)Do modifications on the options node.
-
-
-
Method Detail
-
modify
void modify(ChartOptions options)
Do modifications on the options node.- Parameters:
options- Options node to modify.
-
-