PenProfile 2.x

Uses of Class
com.livescribe.penlet.PenletContext

Packages that use PenletContext
com.livescribe.afp This package consists of classes that interact with Anoto Functionality Document files and related APIs. 
com.livescribe.penlet This package consists of classes and interfaces that are core to pen application development. 
 

Uses of PenletContext in com.livescribe.afp
 

Methods in com.livescribe.afp with parameters of type PenletContext
static boolean PropertyCollection.exists(PenletContext context, String fileName)
          Tests if the specified property file exists.
static PropertyCollection PropertyCollection.getInstance(PenletContext context, Region region)
          This is a factory method that returns an instance of the requested property collection.
static PropertyCollection PropertyCollection.getInstance(PenletContext context, Region region, boolean createIfNotFound)
          This is a factory method that returns an instance of the requested property collection.
static PropertyCollection PropertyCollection.getInstance(PenletContext context, String fileName)
          This is a factory method that returns an instance of the requested property collection.
static PropertyCollection PropertyCollection.getInstance(PenletContext context, String fileName, boolean createIfNotFound)
          This is a factory method that returns an instance of the requested property collection.
 

Uses of PenletContext in com.livescribe.penlet
 

Fields in com.livescribe.penlet declared as PenletContext
protected  PenletContext Penlet.context
           
 

Methods in com.livescribe.penlet that return PenletContext
 PenletContext Penlet.getContext()
          Gets the penlet context.
 

Methods in com.livescribe.penlet with parameters of type PenletContext
 void Penlet.setContext(PenletContext context)
          Initializes context information.
 


PenProfile 2.x

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