Interface IsDefaultOptionsElement
-
- All Known Subinterfaces:
IsDefaultArc
,IsDefaultBar
,IsDefaultLine
,IsDefaultPoint
- All Known Implementing Classes:
Arc
,Bar
,DefaultArc
,DefaultBar
,DefaultChartArc
,DefaultChartBar
,DefaultChartLine
,DefaultChartPoint
,DefaultLine
,DefaultPoint
,Line
,Point
public interface IsDefaultOptionsElement
Interface to define arc object defaults.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBackgroundColorAsString()
Returns the background color.String
getBorderColorAsString()
Returns the border color.int
getBorderWidth()
Returns the border width.String
getHoverBackgroundColorAsString()
Returns the background color when hovered.String
getHoverBorderColorAsString()
Returns the border color when hovered.int
getHoverBorderWidth()
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.
-
-