public static final class LineStyle.Stroke
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
LineStyle.Stroke() |
| Modifier and Type | Method and Description |
|---|---|
LineStyle.Stroke |
clone() |
java.lang.String |
getColor()
Color of the line.
|
java.lang.Double |
getOpacity()
Opacity of the line.
|
java.lang.Double |
getWidth()
Width of the line, in pixels.
|
LineStyle.Stroke |
set(java.lang.String fieldName,
java.lang.Object value) |
LineStyle.Stroke |
setColor(java.lang.String color)
Color of the line.
|
LineStyle.Stroke |
setOpacity(java.lang.Double opacity)
Opacity of the line.
|
LineStyle.Stroke |
setWidth(java.lang.Double width)
Width of the line, in pixels.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getColor()
null for nonepublic LineStyle.Stroke setColor(java.lang.String color)
color - color or null for nonepublic java.lang.Double getOpacity()
null for nonepublic LineStyle.Stroke setOpacity(java.lang.Double opacity)
opacity - opacity or null for nonepublic java.lang.Double getWidth()
null for nonepublic LineStyle.Stroke setWidth(java.lang.Double width)
width - width or null for nonepublic LineStyle.Stroke set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic LineStyle.Stroke clone()
clone in class com.google.api.client.json.GenericJson