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 List<Integer>
getBorderDash()
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.double
getBorderDashOffset()
Returns the line dash pattern offset.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.
-
getBorderDashOffset
double getBorderDashOffset()
Returns the line dash pattern offset.- Returns:
- Offset for line dashes.
-
-