TransformExtension extension

Extension to easily transform widgets

on

Properties

flipHorizontal Widget

Available on Widget, provided by the TransformExtension extension

Flips the widget horizontally
no setter
flipVertical Widget

Available on Widget, provided by the TransformExtension extension

Flips the widget vertically
no setter

Methods

rotate(double angle) Widget

Available on Widget, provided by the TransformExtension extension

Rotates the widget by the specified angle in radians
rotateDegrees(double degrees) Widget

Available on Widget, provided by the TransformExtension extension

Rotates the widget by the specified angle in degrees
scale(double scale) Widget

Available on Widget, provided by the TransformExtension extension

Scales the widget by the specified factor
scaleXY(double x, double y) Widget

Available on Widget, provided by the TransformExtension extension

Scales the widget by the specified x and y factors
skew(double skewX, double skewY) Widget

Available on Widget, provided by the TransformExtension extension

Skews the widget by the specified x and y angles in radians
translate(Offset offset) Widget

Available on Widget, provided by the TransformExtension extension

Translates the widget by the specified offset
translateXY(double x, double y) Widget

Available on Widget, provided by the TransformExtension extension

Translates the widget by the specified x and y values