|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.rim.device.api.ui.image.ImageFactory
public class ImageFactory
A factory class for creating different types of images. See Image
for more details:
| Method Summary | ||
|---|---|---|
static Image |
createImage(Bitmap bitmap)
Create an Image object for the provided Bitmap. |
|
static Image |
createImage(EncodedImage encodedImage)
Construct an Image object for the provided EncodedImage. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Image createImage(Bitmap bitmap)
Bitmap.
bitmap - Bitmap object to abstract.
IllegalArgumentException - if bitmap is null.public static Image createImage(EncodedImage encodedImage)
EncodedImage.
encodedImage - EncodedImage object to abstract.
IllegalArgumentException - if encodedImage is null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2010 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.