Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
Shadow |
Shadow.clone() |
Shadow |
ImageProperties.getShadow()
The shadow of the image.
|
Shadow |
SpeakerSpotlightProperties.getShadow()
The shadow of the Speaker Spotlight.
|
Shadow |
ShapeProperties.getShadow()
The shadow properties of the shape.
|
Shadow |
Shadow.set(String fieldName,
Object value) |
Shadow |
Shadow.setAlignment(String alignment)
The alignment point of the shadow, that sets the origin for translate, scale and skew of the
shadow.
|
Shadow |
Shadow.setAlpha(Float alpha)
The alpha of the shadow's color, from 0.0 to 1.0.
|
Shadow |
Shadow.setBlurRadius(Dimension blurRadius)
The radius of the shadow blur.
|
Shadow |
Shadow.setColor(OpaqueColor color)
The shadow color value.
|
Shadow |
Shadow.setPropertyState(String propertyState)
The shadow property state.
|
Shadow |
Shadow.setRotateWithShape(Boolean rotateWithShape)
Whether the shadow should rotate with the shape.
|
Shadow |
Shadow.setTransform(AffineTransform transform)
Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment
position.
|
Shadow |
Shadow.setType(String type)
The type of the shadow.
|
Modifier and Type | Method and Description |
---|---|
ImageProperties |
ImageProperties.setShadow(Shadow shadow)
The shadow of the image.
|
SpeakerSpotlightProperties |
SpeakerSpotlightProperties.setShadow(Shadow shadow)
The shadow of the Speaker Spotlight.
|
ShapeProperties |
ShapeProperties.setShadow(Shadow shadow)
The shadow properties of the shape.
|
Copyright © 2011–2024 Google. All rights reserved.