public final class AffineTransform
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 |
---|
AffineTransform() |
Modifier and Type | Method and Description |
---|---|
AffineTransform |
clone() |
Double |
getScaleX()
The X coordinate scaling element.
|
Double |
getScaleY()
The Y coordinate scaling element.
|
Double |
getShearX()
The X coordinate shearing element.
|
Double |
getShearY()
The Y coordinate shearing element.
|
Double |
getTranslateX()
The X coordinate translation element.
|
Double |
getTranslateY()
The Y coordinate translation element.
|
String |
getUnit()
The units for translate elements.
|
AffineTransform |
set(String fieldName,
Object value) |
AffineTransform |
setScaleX(Double scaleX)
The X coordinate scaling element.
|
AffineTransform |
setScaleY(Double scaleY)
The Y coordinate scaling element.
|
AffineTransform |
setShearX(Double shearX)
The X coordinate shearing element.
|
AffineTransform |
setShearY(Double shearY)
The Y coordinate shearing element.
|
AffineTransform |
setTranslateX(Double translateX)
The X coordinate translation element.
|
AffineTransform |
setTranslateY(Double translateY)
The Y coordinate translation element.
|
AffineTransform |
setUnit(String unit)
The units for translate elements.
|
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 Double getScaleX()
null
for nonepublic AffineTransform setScaleX(Double scaleX)
scaleX
- scaleX or null
for nonepublic Double getScaleY()
null
for nonepublic AffineTransform setScaleY(Double scaleY)
scaleY
- scaleY or null
for nonepublic Double getShearX()
null
for nonepublic AffineTransform setShearX(Double shearX)
shearX
- shearX or null
for nonepublic Double getShearY()
null
for nonepublic AffineTransform setShearY(Double shearY)
shearY
- shearY or null
for nonepublic Double getTranslateX()
null
for nonepublic AffineTransform setTranslateX(Double translateX)
translateX
- translateX or null
for nonepublic Double getTranslateY()
null
for nonepublic AffineTransform setTranslateY(Double translateY)
translateY
- translateY or null
for nonepublic String getUnit()
null
for nonepublic AffineTransform setUnit(String unit)
unit
- unit or null
for nonepublic AffineTransform set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public AffineTransform clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.