PenProfile 2.x

Uses of Class
com.livescribe.penlet.Penlet

Packages that use Penlet
com.livescribe.buttons   
com.livescribe.ext.plugins Contains single-function plugins designed to, among other things, help the developer achieve parity with Livescribe's UI guidelines, and provide easier ways to do more difficult things, such as acquiring and recognizing handwriting from the user. 
com.livescribe.ext.ui Contains classes for conveniently creating menus, managing menu bookmarks, and doing other helpful UI-related things. 
com.livescribe.penlet This package consists of classes and interfaces that are core to pen application development. 
com.livescribe.ui   
 

Uses of Penlet in com.livescribe.buttons
 

Constructors in com.livescribe.buttons with parameters of type Penlet
DrawnButtonController(Penlet penlet)
          Creates a new setup button plugin.
 

Uses of Penlet in com.livescribe.ext.plugins
 

Constructors in com.livescribe.ext.plugins with parameters of type Penlet
AcquireHWPlugin(Penlet penlet)
          Creates a new HWR plugin.
 

Uses of Penlet in com.livescribe.ext.ui
 

Constructors in com.livescribe.ext.ui with parameters of type Penlet
MenuBookmarkHandlerPlugin(Penlet penlet)
          Creates a new handler for activating menu bookmarks.
 

Uses of Penlet in com.livescribe.penlet
 

Methods in com.livescribe.penlet that return Penlet
 Penlet PenletPlugin.getPenlet()
          Gets the penlet to which this plugin is attached.
 

Constructors in com.livescribe.penlet with parameters of type Penlet
AbstractPenletPlugin(Penlet penlet)
          Creates a new plugin.
AbstractPenletPlugin(Penlet penlet, boolean consumeAllEvents)
          Creates a new plugin and sets whether to consume all the events.
PenletPlugin(Penlet penlet)
          Creates a new penlet plugin and uses the context of the specified Penlet.
 

Uses of Penlet in com.livescribe.ui
 

Methods in com.livescribe.ui with parameters of type Penlet
static MediaPlayer MediaPlayer.newInstance(Penlet penlet)
          Create a new instance of MediaPlayer.
 


PenProfile 2.x

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