public final class SkewTransformProperty extends TransformProperty
| Modifier and Type | Class and Description |
|---|---|
static class |
SkewTransformProperty.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SkewTransformProperty.Builder |
builder() |
boolean |
equals(Object o) |
String |
getSkewX()
Skew angle for the X-axis, in degrees.
|
String |
getSkewY()
Skew angle for the Y-axis, in degrees.
|
int |
hashCode() |
String |
toString() |
public static SkewTransformProperty.Builder builder()
public String getSkewX()
public String getSkewY()
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.