docs/javadoc/reference/com/facebook/drawee/drawable/TransformAwareDrawable.html
|
|
Summary: Methods | [Expand All]
public interface
| com.facebook.drawee.drawable.TransformAwareDrawable |
| Known Indirect Subclasses
ArrayDrawable, AutoRotateDrawable, FadeDrawable, ForwardingDrawable, InstrumentedDrawable, MatrixDrawable, OrientedDrawable, RootDrawable, RoundedBitmapDrawable, RoundedCornersDrawable, RoundedDrawable, RoundedNinePatchDrawable, 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. |
| RoundedBitmapDrawable | |
| RoundedCornersDrawable | Drawable that draws underlying drawable with rounded corners. |
| RoundedDrawable | |
| RoundedNinePatchDrawable | |
| ScaleTypeDrawable | Drawable that can scale underlying drawable based on specified ScalingUtils.ScaleType options. |
|
Interface that enables setting a transform callback.
| Public Methods |
|---|
| abstract void |
| Sets a transform callback. |
Sets a transform callback.
| transformCallback | the transform callback to be set |
+Generated by Doclava. +