Interface IsDefaultOptionsElement
-
- All Known Subinterfaces:
IsDefaultArc,IsDefaultBar,IsDefaultLine,IsDefaultPoint
- All Known Implementing Classes:
Arc,Bar,BubbleMapPoint,ChoroplethBar,DefaultArc,DefaultBar,DefaultChartArc,DefaultChartBar,DefaultChartLine,DefaultChartPoint,DefaultLine,DefaultPoint,Line,Point
public interface IsDefaultOptionsElementInterface to define arc object defaults.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBackgroundColorAsString()Returns the background color.StringgetBorderColorAsString()Returns the border color.intgetBorderWidth()Returns the border width.StringgetHoverBackgroundColorAsString()Returns the background color when hovered.StringgetHoverBorderColorAsString()Returns the border color when hovered.intgetHoverBorderWidth()Returns the border width when hovered.
-
-
-
Method Detail
-
getBackgroundColorAsString
String getBackgroundColorAsString()
Returns the background color.- Returns:
- the background color.
-
getBorderWidth
int getBorderWidth()
Returns the border width.- Returns:
- the border width.
-
getBorderColorAsString
String getBorderColorAsString()
Returns the border color.- Returns:
- the border color.
-
getHoverBackgroundColorAsString
String getHoverBackgroundColorAsString()
Returns the background color when hovered.- Returns:
- the background color when hovered.
-
getHoverBorderWidth
int getHoverBorderWidth()
Returns the border width when hovered.- Returns:
- the border width when hovered.
-
getHoverBorderColorAsString
String getHoverBorderColorAsString()
Returns the border color when hovered.- Returns:
- the border color when hovered.
-
-