ImageMatrixProperty

public class ImageMatrixProperty
extends Property<ImageView, Matrix>

java.lang.Object
   ↳ android.util.Property<android.widget.ImageView, android.graphics.Matrix>
     ↳ com.google.android.material.animation.ImageMatrixProperty


Property wrapper for ImageView.getImageMatrix() and ImageView.setImageMatrix(Matrix).

Summary

Public constructors

ImageMatrixProperty()

Public methods

Matrix get(ImageView object)
void set(ImageView object, Matrix value)

Inherited methods

Public constructors

ImageMatrixProperty

 public ImageMatrixProperty ()

Public methods

get

 public Matrix get (ImageView object)

Parameters
object ImageView

Returns
Matrix

set

 public void set (ImageView object, Matrix value)

Parameters
object ImageView

value Matrix