PenProfile 2.x

Uses of Class
com.livescribe.event.PenTipEvent

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

Uses of PenTipEvent in com.livescribe.buttons
 

Methods in com.livescribe.buttons with parameters of type PenTipEvent
 boolean DrawnButtonController.onPenTipEvent(PenTipEvent ev)
          Processes a pen tip event.
 

Uses of PenTipEvent in com.livescribe.ext.plugins
 

Methods in com.livescribe.ext.plugins with parameters of type PenTipEvent
 boolean AcquireHWPlugin.onPenTipEvent(PenTipEvent ev)
          Processes a pen tip event.
 

Uses of PenTipEvent in com.livescribe.ext.ui
 

Methods in com.livescribe.ext.ui with parameters of type PenTipEvent
 boolean MenuBookmarkHandlerPlugin.onPenTipEvent(PenTipEvent ev)
          This processes pen-down events but does not consume them.
 

Uses of PenTipEvent in com.livescribe.penlet
 

Methods in com.livescribe.penlet with parameters of type PenTipEvent
 boolean AbstractPenletPlugin.onPenTipEvent(PenTipEvent ev)
          Handles a pen tip event.
 boolean PenletPlugin.onPenTipEvent(PenTipEvent ev)
          Handles a pen tip event.
 


PenProfile 2.x

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