public final class MoveTransformProperty extends TransformProperty
| Modifier and Type | Class and Description |
|---|---|
static class |
MoveTransformProperty.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MoveTransformProperty.Builder |
builder() |
boolean |
equals(Object o) |
String |
getTranslateX()
Distance to translate the object to the right.
|
String |
getTranslateY()
Distance to translate the object down.
|
int |
hashCode() |
String |
toString() |
public static MoveTransformProperty.Builder builder()
public String getTranslateX()
public String getTranslateY()
public boolean equals(Object o)
equals in class TransformPropertypublic int hashCode()
hashCode in class TransformPropertypublic String toString()
toString in class TransformPropertyCopyright © 2023. All rights reserved.