PenProfile 2.x

Uses of Class
com.livescribe.display.Image

Packages that use Image
com.livescribe.buttons   
com.livescribe.display This package consists of classes and interfaces that allows applications to render on the pen display. 
com.livescribe.ext.ui Contains classes for conveniently creating menus, managing menu bookmarks, and doing other helpful UI-related things. 
com.livescribe.i18n This package consists of classes and interfaces to aid the internationalization of application resources. 
com.livescribe.ui   
 

Uses of Image in com.livescribe.buttons
 

Constructors in com.livescribe.buttons with parameters of type Image
ButtonPABDisplay(AttributedText text, Image icon)
          Creates a new Prompt and Believe display having the specified attributed text and icon.
ButtonPABDisplay(String text, Image icon)
          Creates a new Prompt and Believe display having the specified text and icon.
 

Uses of Image in com.livescribe.display
 

Fields in com.livescribe.display declared as Image
static Image BrowseList.Title.DEFAULT_TITLE_ICON
           
 

Methods in com.livescribe.display that return Image
static Image Image.createImage(byte[] data)
          Creates a new image from the given ARW-encoded byte array.
static Image Image.createImage(InputStream in)
          Creates a new image from an ARW-encoded byte stream.
static Image Image.createImage(int width, int height)
          Create a black image with the dimensions specified.
static Image Image.createImage(int width, int height, byte color)
          Create an image with the specified size and background color.
 Image Graphics.getDestination()
          Gets the destination Image this Graphics renders to.
 Image BrowseList.Title.getIcon()
          Returns the icon for the title.
 Image BrowseList.Item.getIcon()
          Gets the image that should be displayed when this Item has focus.
protected  Image Displayable.getSurface()
          Gets the drawing surface of the Displayable.
 

Methods in com.livescribe.display with parameters of type Image
 void Graphics.drawImage(Image src, int x, int y)
          Draw the specified image at coordinates x and y of the destination.
 void Graphics.drawImage(Image src, int srcx, int srcy, int width, int height, int x, int y)
          Draws a portion of the image specified by (srcx,srcy,width,height) to the location (x,y) of the destination.
protected  void BrowseList.drawItem(Graphics g, BrowseList.Item item, Image icon, Object text, int x, int y)
          Renders the item contents on the graphics.
protected abstract  void Transition.execute(Image outgoingFrame, Image incomingFrame, Graphics graphics)
          Execute the transition.
static Graphics Graphics.getGraphics(Image image)
          Gets an instance of the Graphics that can render to the Image passed.
 

Constructors in com.livescribe.display with parameters of type Image
BrowseList.Title(String text, Image icon)
          Constructs a Title with the text and icon passed.
 

Uses of Image in com.livescribe.ext.ui
 

Methods in com.livescribe.ext.ui that return Image
 Image Menu.MenuItem.getIcon()
           
 

Methods in com.livescribe.ext.ui with parameters of type Image
 void Menu.add(Object text, Image icon, String audio, Menu.MenuAction action, Menu submenu)
          Adds a new item to the menu.
 void SlotMachine.addReel(Image[] normalImages)
          Adds a reel containing the specified images.
 void SlotMachine.addReel(Image[] unselected, Image[] selected)
          Adds a reel containing the specified unselected and selected images.
 void SlotMachine.addReel(Image[] unselected, Image[] selected)
          Adds a reel containing the specified unselected and selected images.
 void SlotMachine.addSeparator(Image separator)
          Adds a separator image.
 void Menu.setIcon(int index, Image icon)
          Sets the icon for the item at the specified index.
 

Uses of Image in com.livescribe.i18n
 

Methods in com.livescribe.i18n that return Image
abstract  Image ImageResource.getImage()
          Gets the localized image.
 

Uses of Image in com.livescribe.ui
 

Methods in com.livescribe.ui with parameters of type Image
 void ScrollLabel.draw(AttributedText attrText, Image image, int x, int y, int width, int height, boolean scroll)
           
 void ScrollLabel.draw(Image image, String text, boolean scroll)
          Draws the image followed by the text.
 void ScrollLabel.draw(Image image, String text, int x, int y, int width, int height, boolean scroll)
          Draws the image and the text at the specified x,y, width and height
 void ScrollLabel.draw(String text, Image image, boolean scroll)
          Draws the text followed by the image.
 void ScrollLabel.draw(String text, Image image, int x, int y, int width, int height, boolean scroll)
          Draws the text and the image at the specified x,y, width and height
protected  void ScrollLabel.setContent(AttributedText attrText, Image image, int x, int y, int width, int height, boolean scroll, boolean renderTextFirst)
          Creates scrolling data or fixed data or both with the following params
 

Constructors in com.livescribe.ui with parameters of type Image
VolumeIndicator(Image icon)
          Creates an initialized VolumeIndicator.
 


PenProfile 2.x

Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.