public final class Shadow
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 |
---|
Shadow() |
Modifier and Type | Method and Description |
---|---|
Shadow |
clone() |
String |
getAlignment()
The alignment point of the shadow, that sets the origin for translate, scale and skew of the
shadow.
|
Float |
getAlpha()
The alpha of the shadow's color, from 0.0 to 1.0.
|
Dimension |
getBlurRadius()
The radius of the shadow blur.
|
OpaqueColor |
getColor()
The shadow color value.
|
String |
getPropertyState()
The shadow property state.
|
Boolean |
getRotateWithShape()
Whether the shadow should rotate with the shape.
|
AffineTransform |
getTransform()
Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment
position.
|
String |
getType()
The type of the shadow.
|
Shadow |
set(String fieldName,
Object value) |
Shadow |
setAlignment(String alignment)
The alignment point of the shadow, that sets the origin for translate, scale and skew of the
shadow.
|
Shadow |
setAlpha(Float alpha)
The alpha of the shadow's color, from 0.0 to 1.0.
|
Shadow |
setBlurRadius(Dimension blurRadius)
The radius of the shadow blur.
|
Shadow |
setColor(OpaqueColor color)
The shadow color value.
|
Shadow |
setPropertyState(String propertyState)
The shadow property state.
|
Shadow |
setRotateWithShape(Boolean rotateWithShape)
Whether the shadow should rotate with the shape.
|
Shadow |
setTransform(AffineTransform transform)
Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment
position.
|
Shadow |
setType(String type)
The type of the shadow.
|
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 getAlignment()
null
for nonepublic Shadow setAlignment(String alignment)
alignment
- alignment or null
for nonepublic Float getAlpha()
null
for nonepublic Shadow setAlpha(Float alpha)
alpha
- alpha or null
for nonepublic Dimension getBlurRadius()
null
for nonepublic Shadow setBlurRadius(Dimension blurRadius)
blurRadius
- blurRadius or null
for nonepublic OpaqueColor getColor()
null
for nonepublic Shadow setColor(OpaqueColor color)
color
- color or null
for nonepublic String getPropertyState()
null
for nonepublic Shadow setPropertyState(String propertyState)
propertyState
- propertyState or null
for nonepublic Boolean getRotateWithShape()
null
for nonepublic Shadow setRotateWithShape(Boolean rotateWithShape)
rotateWithShape
- rotateWithShape or null
for nonepublic AffineTransform getTransform()
null
for nonepublic Shadow setTransform(AffineTransform transform)
transform
- transform or null
for nonepublic String getType()
null
for nonepublic Shadow setType(String type)
type
- type or null
for nonepublic Shadow set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Shadow clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.