Class DefaultAngleLines
- java.lang.Object
-
- org.pepstock.charba.client.defaults.globals.DefaultAngleLines
-
- All Implemented Interfaces:
IsDefaultAngleLines,IsDefaultScaleLines
public final class DefaultAngleLines extends Object implements IsDefaultAngleLines
CHART.JS default values for ANGLELINES element.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete 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.booleanisDisplay()If true, angle lines are shown
-
-
-
Method Detail
-
isDisplay
public boolean isDisplay()
Description copied from interface:IsDefaultAngleLinesIf true, angle lines are shown- Specified by:
isDisplayin interfaceIsDefaultAngleLines- Returns:
- if true, angle lines are shown.
-
getColorAsString
public String getColorAsString()
Description copied from interface:IsDefaultScaleLinesReturns the color of lines.- Specified by:
getColorAsStringin interfaceIsDefaultScaleLines- Returns:
- color of lines.
-
getLineWidth
public int getLineWidth()
Description copied from interface:IsDefaultScaleLinesReturns the width of lines.- Specified by:
getLineWidthin interfaceIsDefaultScaleLines- Returns:
- width of lines.
-
getBorderDashOffset
public double getBorderDashOffset()
Description copied from interface:IsDefaultScaleLinesReturns the line dash pattern offset.- Specified by:
getBorderDashOffsetin interfaceIsDefaultScaleLines- Returns:
- Offset for line dashes.
-
getBorderDash
public List<Integer> getBorderDash()
Description copied from interface:IsDefaultScaleLinesReturns 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.- Specified by:
getBorderDashin interfaceIsDefaultScaleLines- Returns:
- the line dash pattern used when stroking lines
-
-