Back to Fresco

TransformAwareDrawable

docs/javadoc/reference/com/facebook/drawee/drawable/TransformAwareDrawable.html

3.6.015.7 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Enums

Packages | Classes

Summary: Methods | [Expand All]

public interface

TransformAwareDrawable

| 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. |

|

Class Overview

Interface that enables setting a transform callback.

Summary

Public Methods
abstract void
Sets a transform callback.

Public Methods

public abstract void setTransformCallback(TransformCallback transformCallback)

Sets a transform callback.

Parameters

| transformCallback | the transform callback to be set |

+Generated by Doclava. +