Interface IsDefaultAngleLines
-
- All Superinterfaces:
IsDefaultScaleLines
- All Known Implementing Classes:
AngleLines
,DefaultAngleLines
,DefaultChartAngleLines
public interface IsDefaultAngleLines extends IsDefaultScaleLines
Interface to define angle lines defaults.- 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.boolean
isDisplay()
If true, angle lines are shown-
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultScaleLines
getColorAsString, getLineWidth
-
-