Package com.blackberry.toolkit.ui.images

Examples of com.blackberry.toolkit.ui.images.BitmapFile


   * @param iconFile
   *            full URL to an icon on the filesystem.
   * @since 1.3
   */
  public void addIcon(String iconFile) {
    Bitmap image = (new BitmapFile(iconFile)).getBitmap();
    if (image != null) {
      addIcon(image);
    }
  }
View Full Code Here

TOP

Related Classes of com.blackberry.toolkit.ui.images.BitmapFile

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.