public class RadialAngleLines extends Object
Modifier and Type | Method and Description |
---|---|
Axis |
getAxis()
Returns the axis instance.
|
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.
|
int |
getBorderDashOffset()
Returns the line dash pattern offset or "phase".
|
IsColor |
getColor()
Returns the color of angled lines.
|
String |
getColorAsString()
Returns the color of angled lines.
|
int |
getLineWidth()
Returns the width of angled lines.
|
boolean |
isDisplay()
If true, angle lines are shown
|
void |
setBorderDash(int... borderDash)
Sets 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.
|
void |
setBorderDashOffset(int borderDashOffset)
Sets the line dash pattern offset or "phase".
|
void |
setColor(IsColor color)
Sets the color of angled lines.
|
void |
setColor(String color)
Sets the color of angled lines.
|
void |
setDisplay(boolean display)
If true, angle lines are shown
|
void |
setLineWidth(int lineWidth)
Sets the width of angled lines.
|
public void setDisplay(boolean display)
display
- if true, angle lines are shownpublic boolean isDisplay()
public void setColor(IsColor color)
color
- color of angled lines.public void setColor(String color)
color
- color of angled lines.public String getColorAsString()
public IsColor getColor()
public void setLineWidth(int lineWidth)
lineWidth
- width of angled lines.public int getLineWidth()
public void setBorderDash(int... borderDash)
borderDash
- the line dash pattern used when stroking linespublic List<Integer> getBorderDash()
public void setBorderDashOffset(int borderDashOffset)
borderDashOffset
- Offset for line dashes.public int getBorderDashOffset()
public final Axis getAxis()