GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
LineStyle.Stroke() |
| Modifier and Type | Method and Description |
|---|---|
LineStyle.Stroke |
clone() |
String |
getColor()
Color of the line.
|
Double |
getOpacity()
Opacity of the line.
|
Double |
getWidth()
Width of the line, in pixels.
|
LineStyle.Stroke |
set(String fieldName,
Object value) |
LineStyle.Stroke |
setColor(String color)
Color of the line.
|
LineStyle.Stroke |
setOpacity(Double opacity)
Opacity of the line.
|
LineStyle.Stroke |
setWidth(Double width)
Width of the line, in pixels.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getColor()
null for nonepublic LineStyle.Stroke setColor(String color)
color - color or null for nonepublic Double getOpacity()
null for nonepublic LineStyle.Stroke setOpacity(Double opacity)
opacity - opacity or null for nonepublic Double getWidth()
null for nonepublic LineStyle.Stroke setWidth(Double width)
width - width or null for nonepublic LineStyle.Stroke set(String fieldName, Object value)
set in class GenericJsonpublic LineStyle.Stroke clone()
clone in class GenericJson