public final class AngleLines extends AbstractItem
| 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.
|
checkAndAddToParent, hasPropertycheckAndGetDoubleValues, 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, typepublic 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()
Options.getDefaultColor().public IsColor getColor()
Options.getDefaultColor().public void setLineWidth(int lineWidth)
lineWidth - width of angled lines.public int getLineWidth()