Interface IsDefaultBoxHandler
-
- All Known Subinterfaces:
IsDefaultLegendLabels
,IsDefaultTooltips
- All Known Implementing Classes:
DefaultChartLegendLabels
,DefaultChartTooltips
,DefaultLegendLabels
,DefaultTooltips
,LegendLabels
,Tooltips
public interface IsDefaultBoxHandler
Interface to define box dimension of options elements.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getBoxHeight()
Returns the height of colored box.int
getBoxWidth()
Returns the width of colored box.
-