public class RadialAngleLines extends Object
Modifier and Type | Method and Description |
---|---|
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 |
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()