|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Picture | |
---|---|
android.graphics | |
android.graphics.drawable | |
android.webkit |
Uses of Picture in android.graphics |
---|
Methods in android.graphics that return Picture | |
---|---|
static Picture |
Picture.createFromStream(java.io.InputStream stream)
|
Methods in android.graphics with parameters of type Picture | |
---|---|
void |
Canvas.drawPicture(Picture picture)
|
void |
Canvas.drawPicture(Picture picture,
Rect dst)
|
void |
Canvas.drawPicture(Picture picture,
RectF dst)
|
Constructors in android.graphics with parameters of type Picture | |
---|---|
Picture(Picture src)
|
Uses of Picture in android.graphics.drawable |
---|
Methods in android.graphics.drawable that return Picture | |
---|---|
Picture |
PictureDrawable.getPicture()
|
Methods in android.graphics.drawable with parameters of type Picture | |
---|---|
void |
PictureDrawable.setPicture(Picture picture)
|
Constructors in android.graphics.drawable with parameters of type Picture | |
---|---|
PictureDrawable(Picture picture)
|
Uses of Picture in android.webkit |
---|
Methods in android.webkit that return Picture | |
---|---|
Picture |
WebView.capturePicture()
|
Methods in android.webkit with parameters of type Picture | |
---|---|
void |
WebView.PictureListener.onNewPicture(WebView view,
Picture picture)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |