public final class ImageProperties
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 |
---|
ImageProperties() |
Modifier and Type | Method and Description |
---|---|
ImageProperties |
clone() |
Float |
getBrightness()
The brightness effect of the image.
|
Float |
getContrast()
The contrast effect of the image.
|
CropProperties |
getCropProperties()
The crop properties of the image.
|
Link |
getLink()
The hyperlink destination of the image.
|
Outline |
getOutline()
The outline of the image.
|
Recolor |
getRecolor()
The recolor effect of the image.
|
Shadow |
getShadow()
The shadow of the image.
|
Float |
getTransparency()
The transparency effect of the image.
|
ImageProperties |
set(String fieldName,
Object value) |
ImageProperties |
setBrightness(Float brightness)
The brightness effect of the image.
|
ImageProperties |
setContrast(Float contrast)
The contrast effect of the image.
|
ImageProperties |
setCropProperties(CropProperties cropProperties)
The crop properties of the image.
|
ImageProperties |
setLink(Link link)
The hyperlink destination of the image.
|
ImageProperties |
setOutline(Outline outline)
The outline of the image.
|
ImageProperties |
setRecolor(Recolor recolor)
The recolor effect of the image.
|
ImageProperties |
setShadow(Shadow shadow)
The shadow of the image.
|
ImageProperties |
setTransparency(Float transparency)
The transparency effect of the image.
|
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 Float getBrightness()
null
for nonepublic ImageProperties setBrightness(Float brightness)
brightness
- brightness or null
for nonepublic Float getContrast()
null
for nonepublic ImageProperties setContrast(Float contrast)
contrast
- contrast or null
for nonepublic CropProperties getCropProperties()
null
for nonepublic ImageProperties setCropProperties(CropProperties cropProperties)
cropProperties
- cropProperties or null
for nonepublic Link getLink()
null
for nonepublic ImageProperties setLink(Link link)
link
- link or null
for nonepublic Outline getOutline()
null
for nonepublic ImageProperties setOutline(Outline outline)
outline
- outline or null
for nonepublic Recolor getRecolor()
null
for nonepublic ImageProperties setRecolor(Recolor recolor)
recolor
- recolor or null
for nonepublic Shadow getShadow()
null
for nonepublic ImageProperties setShadow(Shadow shadow)
shadow
- shadow or null
for nonepublic Float getTransparency()
null
for nonepublic ImageProperties setTransparency(Float transparency)
transparency
- transparency or null
for nonepublic ImageProperties set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public ImageProperties clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.