public final class AnimatedTransformProperty extends AnimatedProperty
| Modifier and Type | Class and Description |
|---|---|
static class |
AnimatedTransformProperty.Builder |
property| Modifier and Type | Method and Description |
|---|---|
static AnimatedTransformProperty.Builder |
builder() |
boolean |
equals(Object o) |
List<TransformProperty> |
getFrom()
The starting value of the property.
|
List<TransformProperty> |
getTo()
The ending value of the property.
|
int |
hashCode() |
String |
toString() |
getPropertypublic static AnimatedTransformProperty.Builder builder()
public List<TransformProperty> getFrom()
public List<TransformProperty> getTo()
public boolean equals(Object o)
equals in class AnimatedPropertypublic int hashCode()
hashCode in class AnimatedPropertypublic String toString()
toString in class AnimatedPropertyCopyright © 2023. All rights reserved.