|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.graphics.Movie
public class Movie
| Method Summary | |
|---|---|
static Movie |
decodeByteArray(byte[] data,
int offset,
int length)
|
static Movie |
decodeFile(String pathName)
|
static Movie |
decodeStream(InputStream is)
|
void |
draw(Canvas canvas,
float x,
float y)
|
void |
draw(Canvas canvas,
float x,
float y,
Paint paint)
|
int |
duration()
|
protected void |
finalize()
|
int |
height()
|
boolean |
isOpaque()
|
boolean |
setTime(int relativeMilliseconds)
|
int |
width()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int width()
public int height()
public boolean isOpaque()
public int duration()
public boolean setTime(int relativeMilliseconds)
public void draw(Canvas canvas,
float x,
float y,
Paint paint)
public void draw(Canvas canvas,
float x,
float y)
public static Movie decodeStream(InputStream is)
public static Movie decodeByteArray(byte[] data,
int offset,
int length)
public static Movie decodeFile(String pathName)
protected void finalize()
throws Throwable
finalize in class ObjectThrowable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||