public final class ScaleTransformProperty extends TransformProperty
| Modifier and Type | Class and Description |
|---|---|
static class |
ScaleTransformProperty.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ScaleTransformProperty.Builder |
builder() |
boolean |
equals(Object o) |
String |
getScale()
Uniform scaling in both X and Y.
|
String |
getScaleX()
Scaling in the X direction (overrides “scale” if in same group).
|
String |
getScaleY()
Scaling in the Y direction (overrides “scale” if in same group).
|
int |
hashCode() |
String |
toString() |
public static ScaleTransformProperty.Builder builder()
public String getScale()
public String getScaleX()
public String getScaleY()
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.