public final class RoundedBitmapDrawableFactory
extends Object
java.lang.Object | |
↳ | android.support.v4.graphics.drawable.RoundedBitmapDrawableFactory |
构造 RoundedBitmapDrawable
对象,无论是直接从 RoundedBitmapDrawable
还是从流和文件。
Public methods |
|
---|---|
static RoundedBitmapDrawable |
create(Resources res, String filepath) 返回一个新的drawable,通过打开给定的文件路径并解码位图来创建它。 |
static RoundedBitmapDrawable |
create(Resources res, Bitmap bitmap) 通过从位图创建它来返回新的绘图,根据资源的显示度量设置初始目标密度。 |
static RoundedBitmapDrawable |
create(Resources res, InputStream is) 返回一个新的drawable,通过解码来自给定输入流的位图来创建它。 |
Inherited methods |
|
---|---|
From class java.lang.Object
|
RoundedBitmapDrawable create (Resources res, String filepath)
返回一个新的drawable,通过打开给定的文件路径并解码位图来创建它。
Parameters | |
---|---|
res |
Resources
|
filepath |
String
|
Returns | |
---|---|
RoundedBitmapDrawable |
RoundedBitmapDrawable create (Resources res, Bitmap bitmap)
通过从位图创建它来返回新的绘图,根据资源的显示度量设置初始目标密度。
Parameters | |
---|---|
res |
Resources
|
bitmap |
Bitmap
|
Returns | |
---|---|
RoundedBitmapDrawable |
RoundedBitmapDrawable create (Resources res, InputStream is)
返回一个新的drawable,通过解码来自给定输入流的位图来创建它。
Parameters | |
---|---|
res |
Resources
|
is |
InputStream
|
Returns | |
---|---|
RoundedBitmapDrawable |