Build m5-rc15

android.graphics
Class Movie

java.lang.Object
  extended by android.graphics.Movie

public class Movie
extends Object


Constructor Summary
Movie()
           
 
Method Summary
static Movie decodeByteArray(byte[] abyte0, int i, int j)
           
static Movie decodeFile(String pathName)
           
static Movie decodeStream(InputStream inputstream)
           
 void draw(Canvas canvas, float x, float y)
           
 void draw(Canvas canvas, float f, float f1, Paint paint)
           
 int duration()
           
 int height()
           
 boolean isOpaque()
           
 boolean setTime(int i)
           
 int width()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Movie

public Movie()
Method Detail

width

public int width()

height

public int height()

isOpaque

public boolean isOpaque()

duration

public int duration()

setTime

public boolean setTime(int i)

draw

public void draw(Canvas canvas,
                 float f,
                 float f1,
                 Paint paint)

draw

public void draw(Canvas canvas,
                 float x,
                 float y)

decodeStream

public static Movie decodeStream(InputStream inputstream)

decodeByteArray

public static Movie decodeByteArray(byte[] abyte0,
                                    int i,
                                    int j)

decodeFile

public static Movie decodeFile(String pathName)

Build m5-rc15

Please submit a feedback, bug or feature