Back to Fresco

MovieDrawer

docs/javadoc/reference/com/facebook/animated/giflite/draw/MovieDrawer.html

3.6.011.1 KB
Original Source

Fresco

|

|

Packages | Classes

Classes

Packages | Classes

Summary: Ctors | Methods | Inherited Methods | [Expand All]

public class

MovieDrawer

extends Object

| java.lang.Object | | ↳ | com.facebook.animated.giflite.draw.MovieDrawer |

Class Overview

Pronounced Draw-er Draws frames of a Movie to a bitmap. All methods are synchronized, so can be used in parallel. The underlying #mMovie is not threadsafe, and should therefore not be accessed outside of MovieDrawer. Attempts to optimize work done by the drawing Canvas by detecting if the underlying Bitmap has changed.

Summary

Public Constructors
Public Methods
synchronized void

| [Expand] Inherited Methods | | --- | | 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

public MovieDrawer(Movie movie)

Public Methods

public synchronized void drawFrame(int movieTime, int w, int h, Bitmap bitmap)

+Generated by Doclava. +