public final class LineProperties
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Slides API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
LineProperties() |
Modifier and Type | Method and Description |
---|---|
LineProperties |
clone() |
String |
getDashStyle()
The dash style of the line.
|
String |
getEndArrow()
The style of the arrow at the end of the line.
|
LineConnection |
getEndConnection()
The connection at the end of the line.
|
LineFill |
getLineFill()
The fill of the line.
|
Link |
getLink()
The hyperlink destination of the line.
|
String |
getStartArrow()
The style of the arrow at the beginning of the line.
|
LineConnection |
getStartConnection()
The connection at the beginning of the line.
|
Dimension |
getWeight()
The thickness of the line.
|
LineProperties |
set(String fieldName,
Object value) |
LineProperties |
setDashStyle(String dashStyle)
The dash style of the line.
|
LineProperties |
setEndArrow(String endArrow)
The style of the arrow at the end of the line.
|
LineProperties |
setEndConnection(LineConnection endConnection)
The connection at the end of the line.
|
LineProperties |
setLineFill(LineFill lineFill)
The fill of the line.
|
LineProperties |
setLink(Link link)
The hyperlink destination of the line.
|
LineProperties |
setStartArrow(String startArrow)
The style of the arrow at the beginning of the line.
|
LineProperties |
setStartConnection(LineConnection startConnection)
The connection at the beginning of the line.
|
LineProperties |
setWeight(Dimension weight)
The thickness of the line.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getDashStyle()
null
for nonepublic LineProperties setDashStyle(String dashStyle)
dashStyle
- dashStyle or null
for nonepublic String getEndArrow()
null
for nonepublic LineProperties setEndArrow(String endArrow)
endArrow
- endArrow or null
for nonepublic LineConnection getEndConnection()
null
for nonepublic LineProperties setEndConnection(LineConnection endConnection)
endConnection
- endConnection or null
for nonepublic LineFill getLineFill()
null
for nonepublic LineProperties setLineFill(LineFill lineFill)
lineFill
- lineFill or null
for nonepublic Link getLink()
null
for nonepublic LineProperties setLink(Link link)
link
- link or null
for nonepublic String getStartArrow()
null
for nonepublic LineProperties setStartArrow(String startArrow)
startArrow
- startArrow or null
for nonepublic LineConnection getStartConnection()
null
for nonepublic LineProperties setStartConnection(LineConnection startConnection)
startConnection
- startConnection or null
for nonepublic Dimension getWeight()
null
for nonepublic LineProperties setWeight(Dimension weight)
weight
- weight or null
for nonepublic LineProperties set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public LineProperties clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.