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()
IsDefaultAngleLinesisDisplay in interface IsDefaultAngleLinespublic String getColorAsString()
IsDefaultScaleLinesgetColorAsString in interface IsDefaultScaleLinespublic int getLineWidth()
IsDefaultScaleLinesgetLineWidth in interface IsDefaultScaleLinespublic double getBorderDashOffset()
IsDefaultScaleLinesgetBorderDashOffset in interface IsDefaultScaleLinespublic List<Integer> getBorderDash()
IsDefaultScaleLinesgetBorderDash in interface IsDefaultScaleLines