docs/javadoc/reference/com/facebook/drawee/drawable/TransformCallback.html
|
|
Summary: Methods | [Expand All]
public interface
| com.facebook.drawee.drawable.TransformCallback |
| Known Indirect Subclasses
ArrayDrawable, AutoRotateDrawable, FadeDrawable, ForwardingDrawable, InstrumentedDrawable, MatrixDrawable, OrientedDrawable, RootDrawable, RoundedCornersDrawable, ScaleTypeDrawable
| ArrayDrawable | A Drawable that contains an array of other Drawables (layers). |
| AutoRotateDrawable | Drawable that automatically rotates underlying drawable. |
| FadeDrawable | A drawable that fades to the specific layer. |
| ForwardingDrawable | A forwarding drawable class - the goal is to forward (delegate) drawable functionality to an inner drawable instance. |
| InstrumentedDrawable | Used to log image params at draw-time. |
| MatrixDrawable | Drawable that can adjust underlying drawable based on specified Matrix. |
| OrientedDrawable | Drawable that automatically rotates the underlying drawable with a pivot in the center of the drawable bounds based on a rotation angle. |
| RootDrawable | The root drawable of a DraweeHierarchy. |
| RoundedCornersDrawable | Drawable that draws underlying drawable with rounded corners. |
| ScaleTypeDrawable | Drawable that can scale underlying drawable based on specified ScalingUtils.ScaleType options. |
|
Callback that is used to pass any transformation matrix and the root bounds from a parent drawable to its child.
| Public Methods |
|---|
| abstract void |
| Called when the drawable needs to get its root bounds. |
| abstract void |
| Called when the drawable needs to get all matrices applied to it. |
Called when the drawable needs to get its root bounds.
| bounds | The root bounds of the drawable. |
Called when the drawable needs to get all matrices applied to it.
| transform | Matrix that is applied to the drawable by the parent drawables. |
+Generated by Doclava. +