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 boolean
isDisplay()
If true, angle lines are shown-
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultScaleLines
getBorderDash, getBorderDashOffset, getColorAsString, getLineWidth
-
-