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() |
getProperty
public static AnimatedTransformProperty.Builder builder()
public List<TransformProperty> getFrom()
public List<TransformProperty> getTo()
public boolean equals(Object o)
equals
in class AnimatedProperty
public int hashCode()
hashCode
in class AnimatedProperty
public String toString()
toString
in class AnimatedProperty
Copyright © 2023. All rights reserved.