public final class DefaultChartAngleLines extends Object implements IsDefaultAngleLines
Modifier and Type | Method and 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.
|
boolean |
isDisplay()
If true, angle lines are shown
|
public boolean isDisplay()
IsDefaultAngleLines
isDisplay
in interface IsDefaultAngleLines
public String getColorAsString()
IsDefaultScaleLines
getColorAsString
in interface IsDefaultScaleLines
public int getLineWidth()
IsDefaultScaleLines
getLineWidth
in interface IsDefaultScaleLines
public double getBorderDashOffset()
IsDefaultScaleLines
getBorderDashOffset
in interface IsDefaultScaleLines
public List<Integer> getBorderDash()
IsDefaultScaleLines
getBorderDash
in interface IsDefaultScaleLines