Java android.graphics.drawable PictureDrawable fields, constructors, methods, implement or subclass

Example usage for Java android.graphics.drawable PictureDrawable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.graphics.drawable PictureDrawable.

The text is from its open source code.

Constructor

PictureDrawable(Picture picture)
Construct a new drawable referencing the specified picture.

Method

intgetIntrinsicHeight()
intgetIntrinsicWidth()
PicturegetPicture()
Return the picture associated with the drawable.