public final class RadialAngleLines extends ChartContainer
Modifier and Type | Method and Description |
---|---|
IsColor |
getColor()
Returns the color of angled lines.
|
java.lang.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(java.lang.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.
|
getChart
checkAndGetDoubleValues, checkAndGetEnumValues, checkAndGetIntegerValues, checkAndGetStringValues, checkAndSetDoubleValues, checkAndSetEnumValues, checkAndSetIntegerValues, checkAndSetStringValues, getDoubleArray, getIntegerArray, getJavaScriptObject, getObjectArray, getStringArray, getValue, getValue, getValue, getValue, getValue, getValue, getValue, has, has, hasToBeRegistered, isEmpty, keys, remove, remove, removeIfExists, setDoubleArray, setEnumValueArray, setIntegerArray, setObjectArray, setStringArray, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toString, type
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(java.lang.String color)
color
- color of angled lines.public java.lang.String getColorAsString()
public IsColor getColor()
public void setLineWidth(int lineWidth)
lineWidth
- width of angled lines.public int getLineWidth()