PenProfile 2.x

Uses of Class
com.livescribe.display.Graphics

Packages that use Graphics
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.ui   
 

Uses of Graphics in com.livescribe.buttons
 

Methods in com.livescribe.buttons with parameters of type Graphics
protected  void ButtonPABDisplay.paint(Graphics g)
          Paints the component.
 

Uses of Graphics in com.livescribe.display
 

Methods in com.livescribe.display that return Graphics
static Graphics Graphics.getGraphics(Image image)
          Gets an instance of the Graphics that can render to the Image passed.
 

Methods in com.livescribe.display with parameters of type Graphics
protected  void BrowseList.drawDecorations(Graphics g, BrowseList.Item item)
          Draws the decoration for the Item passed on to the Graphics.
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.
protected  void BrowseList.paint(Graphics g)
           
protected abstract  void Displayable.paint(Graphics graphics)
          Invoked by the system to allow the Displayable to render contents using the graphics context.
protected  void BrowseList.paintList(Graphics g)
           
protected static void Font.render(Font font, Graphics destination, String text, int offset, int len, int x, int y)
          Renders the text on the destination graphics using the font's renderer.
 void TextRenderer.render(Graphics destination, String text, int offset, int len, int x, int y)
          Render the text from the specified offset onto the destination graphics at a particular location.
protected  void BrowseList.scrollItem(Graphics graphics, ScrollLabel scroller, BrowseList.Item item, int x, int y)
          Renders the item contents on the graphics and use the scroller to scroll the textual content of the item.
 

Uses of Graphics in com.livescribe.ext.ui
 

Methods in com.livescribe.ext.ui with parameters of type Graphics
protected  void SlotMachine.paint(Graphics g)
          Paints this UI component.
 

Uses of Graphics in com.livescribe.ui
 

Methods in com.livescribe.ui with parameters of type Graphics
 void BatteryIndicator.drawMiniBattery(Graphics g, int x, int y)
          Draw a miniature battery at the designated coordinates
protected  void BatteryIndicator.paint(Graphics g)
          Paints this BatteryIndicator
protected  void ScrollLabel.paint(Graphics g)
           
protected  void VolumeIndicator.paint(Graphics g)
          Paints this VolumeIndicator.
 


PenProfile 2.x

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