Interface IsDefaultScaleLines
-
- All Known Subinterfaces:
IsDefaultAngleLines
,IsDefaultGrid
- All Known Implementing Classes:
AngleLines
,DefaultAngleLines
,DefaultChartAngleLines
,DefaultChartGrid
,DefaultGrid
,Grid
public interface IsDefaultScaleLines
- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getColorAsString()
Returns the color of lines.int
getLineWidth()
Returns the width of lines.
-
-
-
Method Detail
-
getColorAsString
String getColorAsString()
Returns the color of lines.- Returns:
- color of lines.
-
getLineWidth
int getLineWidth()
Returns the width of lines.- Returns:
- width of lines.
-
-