Stay organized with collections
Save and categorize content based on your preferences.
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 methods |
Matrix
|
get(ImageView object)
|
void
|
set(ImageView object, Matrix value)
|
Inherited methods |
From class
android.util.Property
abstract
Matrix
|
get(ImageView arg0)
|
String
|
getName()
|
Class<Matrix>
|
getType()
|
boolean
|
isReadOnly()
|
static
<T, V>
Property<ImageView, Matrix>
|
of(Class<ImageView> arg0, Class<Matrix> arg1, String arg2)
|
void
|
set(ImageView arg0, Matrix arg1)
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public constructors
ImageMatrixProperty
public ImageMatrixProperty ()
Public methods
public Matrix get (ImageView object)
Parameters |
object |
ImageView |
public void set (ImageView object,
Matrix value)
Parameters |
object |
ImageView |
value |
Matrix |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# ImageMatrixProperty\n\nSummary: [Ctors](#pubctors) \\| [Methods](#pubmethods) \\| [Inherited Methods](#inhmethods) \n\nImageMatrixProperty\n===================\n\n\n`\npublic\n\n\nclass\nImageMatrixProperty\n`\n\n\n`\n\n\n`\n\n`\n\nextends Property\u003cImageView, Matrix\u003e\n\n\n`\n\n`\n\n\n`\n\n|---|---|-----------------------------------------------------------|\n| java.lang.Object |||\n| ↳ | android.util.Property\\\u003candroid.widget.ImageView, android.graphics.Matrix\\\u003e ||\n| | ↳ | com.google.android.material.animation.ImageMatrixProperty |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nProperty wrapper for [ImageView.getImageMatrix()](/reference/android/widget/ImageView#getImageMatrix()) and [ImageView.setImageMatrix(Matrix)](/reference/android/widget/ImageView#setImageMatrix(android.graphics.Matrix)).\n\nSummary\n-------\n\n| ### Public constructors ||\n|---------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[ImageMatrixProperty](/reference/com/google/android/material/animation/ImageMatrixProperty#ImageMatrixProperty())`() ` |\n\n| ### Public methods ||\n|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` Matrix` | ` `[get](/reference/com/google/android/material/animation/ImageMatrixProperty#get(android.widget.ImageView))`(ImageView object) ` |\n| ` void` | ` `[set](/reference/com/google/android/material/animation/ImageMatrixProperty#set(android.widget.ImageView,%20android.graphics.Matrix))`(ImageView object, Matrix value) ` |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From class ` android.util.Property ` |----------------------------------------------|----------------------------------------------------------------| | ` abstract Matrix` | ` get(ImageView arg0) ` | | ` String` | ` getName() ` | | ` Class\u003cMatrix\u003e` | ` getType() ` | | ` boolean` | ` isReadOnly() ` | | ` static \u003cT, V\u003e Property\u003cImageView, Matrix\u003e` | ` of(Class\u003cImageView\u003e arg0, Class\u003cMatrix\u003e arg1, String arg2) ` | | ` void` | ` set(ImageView arg0, Matrix arg1) ` | ||\n| From class ` java.lang.Object ` |-------------------|-------------------------------| | ` Object` | ` clone() ` | | ` boolean` | ` equals(Object arg0) ` | | ` void` | ` finalize() ` | | ` final Class\u003c?\u003e` | ` getClass() ` | | ` int` | ` hashCode() ` | | ` final void` | ` notify() ` | | ` final void` | ` notifyAll() ` | | ` String` | ` toString() ` | | ` final void` | ` wait(long arg0, int arg1) ` | | ` final void` | ` wait(long arg0) ` | | ` final void` | ` wait() ` | ||\n\nPublic constructors\n-------------------\n\n### ImageMatrixProperty\n\n```\npublic ImageMatrixProperty ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic methods\n--------------\n\n### get\n\n```\npublic Matrix get (ImageView object)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|----------|--------------------|\n| `object` | `ImageView` \u003cbr /\u003e |\n\n| Returns ||\n|----------|--------|\n| `Matrix` | \u003cbr /\u003e |\n\n### set\n\n```\npublic void set (ImageView object, \n Matrix value)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|----------|--------------------|\n| `object` | `ImageView` \u003cbr /\u003e |\n| `value` | `Matrix` \u003cbr /\u003e |"]]