|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PageInstance | |
|---|---|
| com.livescribe.afp | This package consists of classes that interact with Anoto Functionality Document files and related APIs. |
| com.livescribe.event | This package consists of classes and interfaces that broadcast notifications and events to penlets. |
| 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.icr | Provides classes and interfaces for Intelligent Character Recognition (ICR). |
| com.livescribe.penlet | This package consists of classes and interfaces that are core to pen application development. |
| com.livescribe.storage | |
| Uses of PageInstance in com.livescribe.afp |
|---|
| Methods in com.livescribe.afp that return PageInstance | |
|---|---|
PageInstance |
PageAddress.getPageInstance()
Gets the PageInstance for this page address. |
static PageInstance |
PageAddress.getPageInstance(long pageAddress)
Gets the PageInstance for the specified 64-bit page address. |
| Uses of PageInstance in com.livescribe.event |
|---|
| Fields in com.livescribe.event declared as PageInstance | |
|---|---|
PageInstance |
PaperEvent.pageInstance
The page object. |
| Methods in com.livescribe.event that return PageInstance | |
|---|---|
PageInstance |
PaperEvent.getPageInstance()
Gets the page object. |
| Methods in com.livescribe.event with parameters of type PageInstance | |
|---|---|
void |
AreaEnterExitListener.areaEnter(long time,
Region region,
PageInstance pageInstance)
Deprecated. Called when the pen enters an area assigned to your penlet |
void |
AreaEnterExitListener.areaExit(long time,
Region region,
PageInstance pageInstance)
Deprecated. Called when the pen exits an area assigned to your penlet |
void |
PaperListener.onNewPage(PageInstance page)
Called when user puts the pen on a new page. |
void |
PenTipListener.penDown(long time,
Region region,
PageInstance page)
Called when the user presses the pen on the page. |
void |
PenTipListener.penUp(long time,
Region region,
PageInstance page)
Called when the user lifts the pen. |
void |
RegionEnterExitListener.regionEnter(long time,
Region region,
PageInstance page)
Called when the pen enters a region assigned to your penlet. |
void |
RegionEnterExitListener.regionExit(long time,
Region region,
PageInstance page)
Called when the pen exits a region assigned to your penlet. |
void |
StrokeListener.strokeCreated(long time,
Region region,
PageInstance pageInstance)
Called when a stroke is created by the user. |
| Constructors in com.livescribe.event with parameters of type PageInstance | |
|---|---|
DocumentEvent(int id,
long time,
PageInstance page)
Creates a new document event using the specified parameters. |
|
PenTipEvent(int id,
long time,
PageInstance page,
Region region,
int x,
int y)
Creates a new pen tip event using the specified parameters. |
|
RegionEvent(int id,
long time,
PageInstance page,
Region region)
Creates a new stroke event using the specified parameters. |
|
StrokeEvent(int id,
long time,
PageInstance page,
Region region)
Creates a new stroke event using the specified parameters. |
|
| Uses of PageInstance in com.livescribe.ext.plugins |
|---|
| Fields in com.livescribe.ext.plugins declared as PageInstance | |
|---|---|
protected PageInstance |
AcquireHWPlugin.currPage
The current page, set when a pen-down event occurs. |
| Uses of PageInstance in com.livescribe.icr |
|---|
| Methods in com.livescribe.icr with parameters of type PageInstance | |
|---|---|
abstract void |
ICRContext.addStroke(PageInstance page,
long time)
Adds a stroke referenced by its time to the recognition context. |
| Uses of PageInstance in com.livescribe.penlet |
|---|
| Methods in com.livescribe.penlet with parameters of type PageInstance | |
|---|---|
RegionCollection |
PenletContext.getRegionCollection(PageInstance page)
Gets a region collection for the page instance passed. |
| Uses of PageInstance in com.livescribe.storage |
|---|
| Constructors in com.livescribe.storage with parameters of type PageInstance | |
|---|---|
StrokeStorage(PageInstance page)
Creates a new stroke storage instance. |
|
|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||