public final class AngleLines extends AbstractModel<Scale,IsDefaultAngleLines> implements IsDefaultAngleLines
true
.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.
|
checkAndAddToParent, getChildKey, getDefaultValues, getParent, setCallbackToModel, setEventToModel
getArrayValue, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, keys, remove, remove, removeIfExists, setArrayValue, setArrayValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
public void setDisplay(boolean display)
true
, angle lines are showndisplay
- if true
, angle lines are shownpublic boolean isDisplay()
true
, angle lines are shownisDisplay
in interface IsDefaultAngleLines
true
, angle lines are shown.public void setColor(IsColor color)
color
- color of angled lines.public void setColor(String color)
color
- color of angled lines.public String getColorAsString()
getColorAsString
in interface IsDefaultAngleLines
public IsColor getColor()
public void setLineWidth(int lineWidth)
lineWidth
- width of angled lines.public int getLineWidth()
getLineWidth
in interface IsDefaultAngleLines