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 SummaryAll 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.doublegetBorderDashOffset()Returns the line dash pattern offset.StringgetColorAsString()Returns the color of lines.intgetLineWidth()Returns the width of lines.
 
- 
- 
- 
Method Detail- 
getColorAsStringString getColorAsString() Returns the color of lines.- Returns:
- color of lines.
 
 - 
getLineWidthint getLineWidth() Returns the width of lines.- Returns:
- width of lines.
 
 - 
getBorderDashOffsetdouble getBorderDashOffset() Returns the line dash pattern offset.- Returns:
- Offset for line dashes.
 
 
- 
 
-