ModifiersBuilders.Transformation


@RequiresSchemaVersion(major = 1, minor = 400)
public final class ModifiersBuilders.Transformation


A modifier to apply transformations to the element. All of these transformations can be animated by setting dynamic values. This modifier is not layout affecting.

Summary

Nested types

Builder for Transformation

Public methods

@NonNull DimensionBuilders.PivotDimension

Gets the horizontal location of the point around which the element is rotated and scaled.

@NonNull DimensionBuilders.PivotDimension

Gets the vertical location of the point around which the element is rotated and scaled.

@NonNull DimensionBuilders.DegreesProp

Gets the clockwise Degrees that the element is rotated around the pivot point.

@NonNull TypeBuilders.FloatProp

Gets the scale of this element in the x direction around the pivot point, as a proportion of the element's unscaled width.

@NonNull TypeBuilders.FloatProp

Gets the scale of this element in the y direction around the pivot point, as a proportion of the element's unscaled height.

@NonNull DimensionBuilders.DpProp

Gets the horizontal offset of this element relative to the location where the element's layout placed it.

@NonNull DimensionBuilders.DpProp

Gets the vertical offset of this element in addition to the location where the element's layout placed it.

@NonNull String

Public methods

getPivotX

Added in 1.2.0-alpha02
public @NonNull DimensionBuilders.PivotDimension getPivotX()

Gets the horizontal location of the point around which the element is rotated and scaled. With type DpProp, it is the offset from the element center; otherwise with type BoundingBoxRatio, it is the location proportional to the bounding box width.

getPivotY

Added in 1.2.0-alpha02
public @NonNull DimensionBuilders.PivotDimension getPivotY()

Gets the vertical location of the point around which the element is rotated and scaled. With type DpProp, it is the offset from the element center; otherwise with type BoundingBoxRatio, it is the location proportional to the bounding box height.

getRotation

Added in 1.2.0-alpha02
public @NonNull DimensionBuilders.DegreesProp getRotation()

Gets the clockwise Degrees that the element is rotated around the pivot point.

getScaleX

Added in 1.2.0-alpha02
public @NonNull TypeBuilders.FloatProp getScaleX()

Gets the scale of this element in the x direction around the pivot point, as a proportion of the element's unscaled width.

getScaleY

Added in 1.2.0-alpha02
public @NonNull TypeBuilders.FloatProp getScaleY()

Gets the scale of this element in the y direction around the pivot point, as a proportion of the element's unscaled height.

getTranslationX

Added in 1.2.0-alpha02
public @NonNull DimensionBuilders.DpProp getTranslationX()

Gets the horizontal offset of this element relative to the location where the element's layout placed it.

getTranslationY

Added in 1.2.0-alpha02
public @NonNull DimensionBuilders.DpProp getTranslationY()

Gets the vertical offset of this element in addition to the location where the element's layout placed it.

toString

public @NonNull String toString()