PenProfile 2.x
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

AbortQuickRecord - Static variable in class com.livescribe.event.HardwareEvent
HardwareEvent to indicate that quick record has been stopped
abs(int) - Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(long) - Static method in class java.lang.Math
Returns the absolute value of a long value.
abs(float) - Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(double) - Static method in class java.lang.Math
Returns the absolute value of a double value.
AbstractPenletPlugin - Class in com.livescribe.penlet
An abstract base class for penlet plugins that provides a basic implementation for the plugin state.
AbstractPenletPlugin(Penlet) - Constructor for class com.livescribe.penlet.AbstractPenletPlugin
Creates a new plugin.
AbstractPenletPlugin(Penlet, boolean) - Constructor for class com.livescribe.penlet.AbstractPenletPlugin
Creates a new plugin and sets whether to consume all the events.
acceptAndOpen() - Method in interface javax.microedition.io.StreamConnectionNotifier
Returns a StreamConnection object that represents a server side socket connection.
acos(double) - Static method in class com.livescribe.util.MathFunctions
Returns the arc cosine of an angle
acquire() - Method in class com.sun.cldc.util.Semaphore
Acquires a permit from this semaphore, blocking until one is available.
AcquireHWPlugin - Class in com.livescribe.ext.plugins
A penlet plugin that performs common functions.
AcquireHWPlugin(Penlet) - Constructor for class com.livescribe.ext.plugins.AcquireHWPlugin
Creates a new HWR plugin.
AcquireHWPlugin.DisplayFilter - Interface in com.livescribe.ext.plugins
An interface that defines how to display the results on the screen when displaying the results is enabled.
acquireLock() - Method in class com.livescribe.ext.util.Lock
Tries to acquire the lock.
acquireLock(long) - Method in class com.livescribe.ext.util.Lock
Tries to acquire the lock.
ACTION_BREAKPOINT - Static variable in class com.sun.cldchi.jvm.MethodTrap
Causes native breakpoint to happen
ACTION_CALLBACK - Static variable in class com.sun.cldchi.jvm.MethodTrap
Invoke callback function
ACTION_EXIT - Static variable in class com.sun.cldchi.jvm.MethodTrap
Causes JVM to stop
ACTION_STOP_ISOLATE - Static variable in class com.sun.cldchi.jvm.MethodTrap
Causes current isolate to stop
activate() - Method in class com.livescribe.buttons.DrawnButtonController
Activates the plugin.
activate() - Method in class com.livescribe.ext.plugins.AcquireHWPlugin
Activates the plugin.
activate() - Method in class com.livescribe.penlet.AbstractPenletPlugin
Activates the plugin.
activate() - Method in class com.livescribe.penlet.PenletPlugin
Activates the plugin.
activate(long) - Method in class com.livescribe.util.TapAndHoldGesture
Activates the timer.
activateApp(int, Object[]) - Method in class com.livescribe.penlet.Penlet
Activates the application.
Activated - Static variable in class com.livescribe.event.MenuEvent
The NavPlus has been activated by the user
ACTIVATED_BY_EVENT - Static variable in class com.livescribe.penlet.Penlet
Indicates that the activation occurred due a event like tapping on an area.
ACTIVATED_BY_MENU - Static variable in class com.livescribe.penlet.Penlet
Indicates that the activation occurred due to launching of the app from a menu
ACTIVATED_BY_QCAPP - Static variable in class com.livescribe.penlet.Penlet
Indicates that the Quick Commands application has delegated a command to this app.
ACTIVATED_BY_SELF - Static variable in class com.livescribe.penlet.Penlet
Indicates that the activation occurred due to the penlet making a state change using PenletInstance.notifyStateChange()
ACTIVATED_BY_SYNCEVENT - Static variable in class com.livescribe.penlet.Penlet
Indicates that the system wants this penlet to sync its data.
ACTIVATED_BY_SYSEVENT - Static variable in class com.livescribe.penlet.Penlet
Indicates that the activation occurred due a system event.
active - Variable in class com.livescribe.penlet.AbstractPenletPlugin
The active state of this plugin.
activeCount() - Static method in class java.lang.Thread
Returns the current number of active threads in the virtual machine.
add(Object) - Method in class com.livescribe.ext.ui.Menu
Adds a non-selectable item to the menu.
add(Object, Menu) - Method in class com.livescribe.ext.ui.Menu
Adds a selectable item to the menu.
add(Object, Menu.MenuAction) - Method in class com.livescribe.ext.ui.Menu
Adds a non-selectable item to the menu.
add(Object, Image, String, Menu.MenuAction, Menu) - Method in class com.livescribe.ext.ui.Menu
Adds a new item to the menu.
add(Object) - Method in interface com.livescribe.ext.util.Collection
 
add(int, Object) - Method in class com.livescribe.ext.util.LinkedList
Inserts supplied object at the specified index
add(Object) - Method in class com.livescribe.ext.util.LinkedList
Adds object to the end of the list
add(int, Object) - Method in interface com.livescribe.ext.util.List
 
add(Object) - Method in interface com.livescribe.ext.util.List
 
add(Object) - Method in interface com.livescribe.ext.util.ListIterator
 
add(Object) - Method in class com.livescribe.ext.util.PriorityQueue
Inserts object into queue
addAction(int, Menu.MenuAction) - Method in class com.livescribe.ext.ui.Menu
Adds an action for the item at the specified index.
addAKSystemResource(String) - Method in class com.livescribe.ext.plugins.AcquireHWPlugin
Adds an Alphabet Knowledge system ICR resource.
addAll(Collection) - Method in interface com.livescribe.ext.util.Collection
 
addAll(Collection) - Method in class com.livescribe.ext.util.LinkedList
Appends collection to the list
addAll(int, Collection) - Method in class com.livescribe.ext.util.LinkedList
Adds collection at index
addAll(Collection) - Method in interface com.livescribe.ext.util.List
 
addAll(int, Collection) - Method in interface com.livescribe.ext.util.List
 
addAll(Collection) - Method in class com.livescribe.ext.util.PriorityQueue
Adds all elements of the collection to the priority queue
addAppResource(String) - Method in class com.livescribe.ext.plugins.AcquireHWPlugin
Adds an application-specific ICR resource.
addAreaEnterExitListener(AreaEnterExitListener) - Method in class com.livescribe.penlet.PenletContext
Deprecated. use PenletContext.addRegionEnterExitListener(RegionEnterExitListener)
addAreaEnterExitListener(AreaEnterExitListener, Region) - Method in class com.livescribe.penlet.PenletContext
Deprecated. use PenletContext.addRegionEnterExitListener(RegionEnterExitListener,Region)
addBitmapRegion(Shape, Region, int, int) - Method in class com.livescribe.penlet.RegionCollection
Adds a Bitmap region to the current page.
addCoordinateListener(CoordinateListener) - Method in class com.livescribe.penlet.PenletContext
Adds a listener for coordinate events.
addElement(Object) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addEntry(QuickLaunch.Entry) - Method in class com.livescribe.penlet.QuickLaunch
 
addFirst(Object) - Method in class com.livescribe.ext.util.LinkedList
Inserts object in the beginning of the list
addLast(Object) - Method in class com.livescribe.ext.util.LinkedList
Appends object to the end of list
addLKSystemResource(String) - Method in class com.livescribe.ext.plugins.AcquireHWPlugin
Adds a Lexical Knowledge system ICR resource.
addMenuListener(Menu.MenuListener) - Method in class com.livescribe.ext.ui.Menu
Adds a menu listener to this menu.
addMetricData(String) - Method in class com.livescribe.penlet.PenletContext
Add a metric with empty data.
addMetricData(String, Object) - Method in class com.livescribe.penlet.PenletContext
Add a metric with data.
addMetricData(String, Object[]) - Method in class com.livescribe.penlet.PenletContext
Add metric data associated with the penlet.
addPaperListener(PaperListener) - Method in class com.livescribe.penlet.PenletContext
Adds a listener for paper events
addPenTipListener(PenTipListener) - Method in class com.livescribe.penlet.PenletContext
Adds a listener for pen tip events for all pages the penlet owns.
addPenTipListener(PenTipListener, Region) - Method in class com.livescribe.penlet.PenletContext
Adds a listener for pen tip events for the specific region on all pages the penlet owns.
addPlayerListener(PlayerListener) - Method in interface javax.microedition.media.Player
 
addPluginListener(PluginListener) - Method in class com.livescribe.penlet.AbstractPenletPlugin
Adds a plugin listener.
addPluginListener(PluginListener) - Method in class com.livescribe.penlet.PenletPlugin
Adds a listener that's notified when the plugin changes state.
addProperty(long, Object) - Method in class com.livescribe.afp.PropertyCollection
Adds a property to the collection.
addReel(Image[]) - Method in class com.livescribe.ext.ui.SlotMachine
Adds a reel containing the specified images.
addReel(Image[], Image[]) - Method in class com.livescribe.ext.ui.SlotMachine
Adds a reel containing the specified unselected and selected images.
addRegion(Shape, Region) - Method in class com.livescribe.penlet.RegionCollection
Adds a region to this collection and maps the given physical shape to the added region.
addRegion(Shape, Region, boolean) - Method in class com.livescribe.penlet.RegionCollection
Deprecated. Use RegionCollection.addRegion(Shape, Region).
addRegionEnterExitListener(RegionEnterExitListener) - Method in class com.livescribe.penlet.PenletContext
Adds a listener for region enter/exit events for all regions on all pages the penlet owns.
addRegionEnterExitListener(RegionEnterExitListener, Region) - Method in class com.livescribe.penlet.PenletContext
Adds a listener for region enter/exit events for the specified region on all pages the penlet owns.
addResource(Resource) - Method in class com.livescribe.icr.ICRContext
Adds a Resource to the ICR context.
addResourceSet(Resource[]) - Method in class com.livescribe.icr.ICRContext
Adds a set of resources to the ICR context.
addSeparator(Image) - Method in class com.livescribe.ext.ui.SlotMachine
Adds a separator image.
addShape(Shape) - Method in interface com.livescribe.geom.BoundsStrategy
Adds a set of points to the bounds.
addShape(Shape) - Method in class com.livescribe.geom.OctagonBoundsStrategy
Adds a set of points to the bounds.
addShape(Shape) - Method in class com.livescribe.geom.RectangleBoundsStrategy
Adds a set of points to the bounds.
addSKSystemResource(String) - Method in class com.livescribe.ext.plugins.AcquireHWPlugin
Adds a Subset Knowledge system ICR resource.
addStroke(Stroke) - Method in class com.livescribe.icr.ICRContext
Adds a stroke to the recognition context.
addStroke(PageInstance, long) - Method in class com.livescribe.icr.ICRContext
Adds a stroke referenced by its time to the recognition context.
addStrokeListener(StrokeListener) - Method in class com.livescribe.penlet.PenletContext
Adds a listener for stroke events for all pages the penlet owns.
addStrokeListener(StrokeListener, Region) - Method in class com.livescribe.penlet.PenletContext
Adds a listener for stroke events for the specific region on all pages the penlet owns.
addText(Font, String) - Method in class com.livescribe.display.AttributedText
Adds the text that should be rendered using the font specified.
addText(AttributedText) - Method in class com.livescribe.display.AttributedText
Appends the contents of another AttributedText object.
addWord(String) - Method in class com.livescribe.icr.LKDynamicResource
Add the specified string to this dynamic resource.
after(Object) - Method in class java.util.Calendar
Compares the time field records.
allButtonsDone() - Method in class com.livescribe.buttons.DrawnButtonController
This is called when all the buttons have been set up.
AM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from midnight to just before noon.
AM_PM - Static variable in class java.util.Calendar
Field number for get and set indicating whether the HOUR is before or after noon.
append(Object) - Method in class java.lang.StringBuffer
Appends the string representation of the Object argument to this string buffer.
append(String) - Method in class java.lang.StringBuffer
Appends the string to this string buffer.
append(char[]) - Method in class java.lang.StringBuffer
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int) - Method in class java.lang.StringBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
append(boolean) - Method in class java.lang.StringBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char) - Method in class java.lang.StringBuffer
Appends the string representation of the char argument to this string buffer.
append(int) - Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this string buffer.
append(long) - Method in class java.lang.StringBuffer
Appends the string representation of the long argument to this string buffer.
append(float) - Method in class java.lang.StringBuffer
Appends the string representation of the float argument to this string buffer.
append(double) - Method in class java.lang.StringBuffer
Appends the string representation of the double argument to this string buffer.
APRIL - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fourth month of the year.
AREA_ID_RIGHT_BUTTON - Static variable in class com.livescribe.configuration.PaperTablet
 
AREA_ID_TABLET - Static variable in class com.livescribe.configuration.PaperTablet
 
AREA_ID_TABLET_180 - Static variable in class com.livescribe.configuration.PaperTablet
 
AREA_ID_TABLET_270 - Static variable in class com.livescribe.configuration.PaperTablet
 
AREA_ID_TABLET_90 - Static variable in class com.livescribe.configuration.PaperTablet
 
AREA_ID_TABLET_LANDSCAPE - Static variable in class com.livescribe.configuration.PaperTablet
 
areaEnter(long, Region, PageInstance) - Method in interface com.livescribe.event.AreaEnterExitListener
Deprecated. Called when the pen enters an area assigned to your penlet
AreaEnterExitListener - Interface in com.livescribe.event
Deprecated. use RegionEnterExitListener
areaExit(long, Region, PageInstance) - Method in interface com.livescribe.event.AreaEnterExitListener
Deprecated. Called when the pen exits an area assigned to your penlet
areaId - Variable in class com.livescribe.event.PaperEvent
The region object.
ArithmeticException - Exception in java.lang
Thrown when an exceptional arithmetic condition has occurred.
ArithmeticException() - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String) - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with the specified detail message.
arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
ArrayIndexOutOfBoundsException - Exception in java.lang
Thrown to indicate that an array has been accessed with an illegal index.
ArrayIndexOutOfBoundsException() - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
ArrayStoreException - Exception in java.lang
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
ArrayStoreException() - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String) - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
asin(double) - Static method in class com.livescribe.util.MathFunctions
Returns the arc sine of an angle
atan(double) - Static method in class com.livescribe.util.MathFunctions
Returns the arc tangent of an angle
attachDebugger() - Method in class com.sun.cldc.isolate.Isolate
 
AttributedText - Class in com.livescribe.display
AttributedText contains text that should be rendered with different attributes.
AttributedText() - Constructor for class com.livescribe.display.AttributedText
Constructs an instance of AttributedText.
AttributedText.Attribute - Class in com.livescribe.display
Attribute encapsulates the font attribute associated with the the text in an attribute/text pair.
au2inch(int) - Static method in class com.livescribe.afp.Scale
Deprecated. Use Scale.auToInch(int).
au2mm(int) - Static method in class com.livescribe.afp.Scale
Deprecated. Use Scale.auToMM(int).
AU_PER_INCH - Static variable in class com.livescribe.afp.Scale
There are 25.4×8/0.3 AU per inch.
AU_PER_MM - Static variable in class com.livescribe.afp.Scale
There are 8/0.3 AU per mm.
AudibleResource - Class in com.livescribe.i18n
This class defines a resource that has been localized for a particular Locale and that can be played by the speakers.
AudibleResource(String) - Constructor for class com.livescribe.i18n.AudibleResource
Creates a new audible resource having the specified ID.
AUGUST - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eighth month of the year.
AUTHOR_KEY - Static variable in interface javax.microedition.media.control.MetaDataControl
 
auToInch(int) - Static method in class com.livescribe.afp.Scale
Converts between Anoto Units (AU) and inches.
auToMM(int) - Static method in class com.livescribe.afp.Scale
Converts between Anoto Units (AU) and millimeters (mm).
AutoOffSound - Static variable in class com.livescribe.event.SystemEvent
A SystemEvent instance for SystemEvent.SE_AUTO_OFF_SOUND.
available() - Method in class com.livescribe.ext.io.BufferedInputStream
 
available() - Method in class com.sun.cldc.io.ResourceInputStream
Gets the number of bytes remaining to be read.
available() - Method in class java.io.ByteArrayInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.DataInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.InputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available0(int) - Static method in class com.sun.cldc.io.j2me.socket.Protocol
 

B

BASE - Static variable in class com.livescribe.event.HardwareEvent
 
BatteryDischarged - Static variable in class com.livescribe.event.HardwareEvent
HardwareEvent to indicate that pen battery is discharged
BatteryFull - Static variable in class com.livescribe.event.HardwareEvent
HardwareEvent to indicate that pen battery is full
BatteryIndicator - Class in com.livescribe.ui
A battery indicator component.
BatteryIndicator() - Constructor for class com.livescribe.ui.BatteryIndicator
Creates a new battery indicator.
BatteryLow - Static variable in class com.livescribe.event.HardwareEvent
HardwareEvent to indicate that pen battery is low
BatteryNormal - Static variable in class com.livescribe.event.HardwareEvent
HardwareEvent to indicate that pen battery is normal
before(Object) - Method in class java.util.Calendar
Compares the time field records.
BLOCK_END - Static variable in interface javax.microedition.media.control.ToneControl
 
BLOCK_START - Static variable in interface javax.microedition.media.control.ToneControl
 
Bookmarkable - Interface in com.livescribe.buttons
An interface that defines an object as being bookmarkable.
BookmarkInfo - Class in com.livescribe.buttons
This is a convenience class that allows the creation of bookmark information without having to implement the interface yourself.
BookmarkInfo(int, String) - Constructor for class com.livescribe.buttons.BookmarkInfo
Creates new bookmark information having the specified values.
BookmarkInfo(int, Displayable) - Constructor for class com.livescribe.buttons.BookmarkInfo
Creates new bookmark information having the specified values.
Boolean - Class in java.lang
The Boolean class wraps a value of the primitive type boolean in an object.
Boolean(boolean) - Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value argument.
booleanValue() - Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean primitive.
bottom - Variable in class com.livescribe.display.BrowseList.Insets
 
BoundsStrategy - Interface in com.livescribe.geom
An interface that defines strategies for finding bounding shapes given a set of Shapes.
BrowseList - Class in com.livescribe.display
BrowseList is a UI component that enables a penlet to display a list of items and provide user navigation within the list.
BrowseList() - Constructor for class com.livescribe.display.BrowseList
Deprecated.  
BrowseList(Vector) - Constructor for class com.livescribe.display.BrowseList
Constructs a BrowseList with item model and no title.
BrowseList(Vector, BrowseList.Title) - Constructor for class com.livescribe.display.BrowseList
Constructs a BrowseList with item model and and a title.
BrowseList(Vector, BrowseList.Title, MediaPlayer) - Constructor for class com.livescribe.display.BrowseList
Constructs a BrowseList with an item model, a title, and a media player.
BrowseList.Insets - Class in com.livescribe.display
Insets defines the decoration region for a menu item and the title for the BrowseList.
BrowseList.Insets(int, int, int, int) - Constructor for class com.livescribe.display.BrowseList.Insets
 
BrowseList.Item - Interface in com.livescribe.display
The Item interface describes an item in a BrowseList.
BrowseList.Title - Class in com.livescribe.display
Title encapsulates the title for a browse list.
BrowseList.Title(String, Image) - Constructor for class com.livescribe.display.BrowseList.Title
Constructs a Title with the text and icon passed.
buf - Variable in class com.livescribe.ext.io.BufferedInputStream
The internal buffer.
buf - Variable in class java.io.ByteArrayInputStream
An array of bytes that was provided by the creator of the stream.
buf - Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
BufferedInputStream - Class in com.livescribe.ext.io
This adds the ability to buffer input.
BufferedInputStream(InputStream, int) - Constructor for class com.livescribe.ext.io.BufferedInputStream
Creates a new buffered input stream having the specified buffer size.
BUFFERING_STARTED - Static variable in interface javax.microedition.media.PlayerListener
 
BUFFERING_STOPPED - Static variable in interface javax.microedition.media.PlayerListener
 
buttonDone(Bookmarkable) - Method in class com.livescribe.buttons.DrawnButtonController
Called when a button was setup successfully.
ButtonPABDisplay - Class in com.livescribe.buttons
This can display a configurable text button.
ButtonPABDisplay(String) - Constructor for class com.livescribe.buttons.ButtonPABDisplay
Creates a new Prompt and Believe display having the specified text.
ButtonPABDisplay(String, Image) - Constructor for class com.livescribe.buttons.ButtonPABDisplay
Creates a new Prompt and Believe display having the specified text and icon.
ButtonPABDisplay(AttributedText) - Constructor for class com.livescribe.buttons.ButtonPABDisplay
Creates a new Prompt and Believe display having the specified attributed text.
ButtonPABDisplay(AttributedText, Image) - Constructor for class com.livescribe.buttons.ButtonPABDisplay
Creates a new Prompt and Believe display having the specified attributed text and icon.
Byte - Class in java.lang
The Byte class is the standard wrapper for byte values.
Byte(byte) - Constructor for class java.lang.Byte
Constructs a Byte object initialized to the specified byte value.
ByteArrayInputStream - Class in java.io
A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
ByteArrayInputStream(byte[]) - Constructor for class java.io.ByteArrayInputStream
Creates a ByteArrayInputStream so that it uses buf as its buffer array.
ByteArrayInputStream(byte[], int, int) - Constructor for class java.io.ByteArrayInputStream
Creates ByteArrayInputStream that uses buf as its buffer array.
ByteArrayOutputStream - Class in java.io
This class implements an output stream in which the data is written into a byte array.
ByteArrayOutputStream() - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int) - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
bytesTransferred - Variable in exception java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.
byteToCharArray(byte[], int, int) - Static method in class com.sun.cldc.i18n.Helper
Convert a byte array to a char array
byteToCharArray(byte[], int, int, String) - Static method in class com.sun.cldc.i18n.Helper
Convert a byte array to a char array
byteValue() - Method in class java.lang.Byte
Returns the value of this Byte as a byte.
byteValue() - Method in class java.lang.Double
Returns the value of this Double as a byte (by casting to a byte).
byteValue() - Method in class java.lang.Float
Returns the value of this Float as a byte (by casting to a byte).
byteValue() - Method in class java.lang.Integer
Returns the value of this Integer as a byte.

C

C4 - Static variable in interface javax.microedition.media.control.ToneControl
 
CALCULATOR - Static variable in class com.livescribe.icr.ICRContext
Deprecated. Add the resource to the application.
CALCULATOR_BIAS1 - Static variable in class com.livescribe.icr.ICRContext
Deprecated. Add the resource to the application.
Calendar - Class in java.util
Calendar is an abstract base class for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on.
Calendar() - Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone.
CalendarImpl - Class in com.sun.cldc.util.j2me
This class is an implementation of the subsetted CLDC 1.1 Calendar class.
CalendarImpl() - Constructor for class com.sun.cldc.util.j2me.CalendarImpl
 
cancel() - Method in class com.livescribe.util.Timer
Terminates this timer, discarding any currently scheduled tasks.
cancel() - Method in class com.livescribe.util.TimerTask
Cancels this timer task.
cancelFlickRepaintTask() - Method in class com.livescribe.ui.ScrollLabel
 
cancelImageCreation() - Static method in class com.sun.cldchi.jvm.JVM
If an image creation process is underway, cancel it.
cancelRepaintTask() - Method in class com.livescribe.ui.ScrollLabel
 
CANONICAL_DECOMPOSITION - Static variable in class com.livescribe.i18n.Collator
Decomposition mode value.
canProcessOpenPaperEvents() - Method in class com.livescribe.penlet.Penlet
Indicates if the application can process strokes and taps created on open paper, any unclaimed paper space.
Canvas - Class in com.livescribe.display
This is a base class for applications that need to create their own display content.
Canvas() - Constructor for class com.livescribe.display.Canvas
 
capacity() - Method in class java.lang.StringBuffer
Returns the current capacity of the String buffer.
capacity() - Method in class java.util.Vector
Returns the current capacity of this vector.
capacityIncrement - Variable in class java.util.Vector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
ceil(double) - Static method in class java.lang.Math
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
changeDisplayBrightness(short) - Method in class com.livescribe.configuration.SystemConfig
Sets the brightness of the smartpen display.
Character - Class in java.lang
The Character class wraps a value of the primitive type char in an object.
Character(char) - Constructor for class java.lang.Character
Constructs a Character object and initializes it so that it represents the primitive value argument.
CHARACTER_BULLET - Static variable in class com.livescribe.icr.SKDynamicResource
 
CHARACTER_CENT_SIGN - Static variable in class com.livescribe.icr.SKDynamicResource
 
CHARACTER_CHECKMARK - Static variable in class com.livescribe.icr.SKDynamicResource
 
CHARACTER_DIVISION_SIGN - Static variable in class com.livescribe.icr.SKDynamicResource
 
CHARACTER_DOWNWARDS_ARROW_WITH_TIP_RIGHTWARDS - Static variable in class com.livescribe.icr.SKDynamicResource
 
CHARACTER_EURO_SIGN - Static variable in class com.livescribe.icr.SKDynamicResource
 
CHARACTER_LEFTWARDS_ARROW - Static variable in class com.livescribe.icr.SKDynamicResource
 
CHARACTER_LEFTWARDS_DOUBLE_ARROW - Static variable in class com.livescribe.icr.SKDynamicResource
 
CHARACTER_MICRO_SIGN - Static variable in class com.livescribe.icr.SKDynamicResource
 
CHARACTER_MULTIPLICATION_SIGN - Static variable in class com.livescribe.icr.SKDynamicResource
 
CHARACTER_PLUS_MINUS_SIGN - Static variable in class com.livescribe.icr.SKDynamicResource
 
CHARACTER_POUND_SIGN - Static variable in class com.livescribe.icr.SKDynamicResource
 
CHARACTER_RIGHTWARDS_ARROW - Static variable in class com.livescribe.icr.SKDynamicResource
 
CHARACTER_RIGHTWARDS_DOUBLE_ARROW - Static variable in class com.livescribe.icr.SKDynamicResource
 
CHARACTER_SECTION_SIGN - Static variable in class com.livescribe.icr.SKDynamicResource
 
CHARACTER_VERTICAL_LINE - Static variable in class com.livescribe.icr.SKDynamicResource
 
CHARACTER_YEN_SIGN - Static variable in class com.livescribe.icr.SKDynamicResource
 
charAt(int) - Method in class java.lang.String
Returns the character at the specified index.
charAt(int) - Method in class java.lang.StringBuffer
The specified character of the sequence currently represented by the string buffer, as indicated by the index argument, is returned.
charsWidth(char[], int, int) - Method in class com.livescribe.display.Font
Gets the width of the characters in the array passed.
charToByteArray(char[], int, int) - Static method in class com.sun.cldc.i18n.Helper
Convert a char array to a byte array
charToByteArray(char[], int, int, String) - Static method in class com.sun.cldc.i18n.Helper
Convert a char array to a byte array
charValue() - Method in class java.lang.Character
Returns the value of this Character object.
charWidth(char) - Method in class com.livescribe.display.Font
Gets the width of the character based on the metrics.
checkError() - Method in class java.io.PrintStream
Flush the stream and check its error state.
Class - Class in java.lang
Instances of the class Class represent classes and interfaces in a running Java application.
ClassCastException - Exception in java.lang
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
ClassCastException() - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String) - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
ClassNotFoundException - Exception in java.lang
Thrown when an application tries to load in a class through its string name using the forName method in class Class but no definition for the class with the specified name could be found.
ClassNotFoundException() - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String) - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
clear() - Method in class com.livescribe.display.AttributedText
Clears all the attributed text data in this AttributedText object.
clear() - Method in interface com.livescribe.ext.util.Collection
 
clear() - Method in class com.livescribe.ext.util.LinkedList
Removes all objects from the list
clear() - Method in interface com.livescribe.ext.util.List
 
clear() - Method in class com.livescribe.ext.util.PriorityQueue
Clears queue
clear() - Method in class java.lang.ref.Reference
Clears this reference object.
clear() - Method in class java.lang.ref.WeakReference
Clears this reference object.
clear() - Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clearRect() - Method in class com.livescribe.display.Graphics
Clears the drawing surface backed by the Graphics object.
clearRect(int, int, int, int) - Method in class com.livescribe.display.Graphics
Clears the portion of the drawing surface backed by the Graphics object.
clearResources() - Method in class com.livescribe.ext.plugins.AcquireHWPlugin
Clears all the ICR resources.
clearStrokes() - Method in class com.livescribe.icr.ICRContext
Erases all strokes from the recognition context.
clone() - Method in interface com.livescribe.ext.util.Cloneable
Should create a shallow copy of the object
clone() - Method in class com.livescribe.ext.util.LinkedList
Produces a shallow copy of the list
clone() - Method in class com.livescribe.ext.util.PriorityQueue
Create a shallow copy of the array
Cloneable - Interface in com.livescribe.ext.util
 
close() - Method in class com.livescribe.ext.io.BufferedInputStream
Can asynchronously close this stream.
close() - Method in class com.sun.cldc.i18n.j2me.UTF8_Writer
Closes the writer.
close() - Method in class com.sun.cldc.i18n.StreamReader
Close the stream.
close() - Method in class com.sun.cldc.i18n.StreamWriter
Close the writer and the output stream.
close() - Method in class com.sun.cldc.io.j2me.socket.Protocol
Close the connection.
close() - Method in class com.sun.cldc.io.ResourceInputStream
 
close() - Method in class java.io.ByteArrayInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.ByteArrayOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.DataInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.DataOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStreamReader
Close the stream.
close() - Method in class java.io.OutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.OutputStreamWriter
Close the stream.
close() - Method in class java.io.PrintStream
Close the stream.
close() - Method in class java.io.Reader
Close the stream.
close() - Method in class java.io.Writer
Close the stream, flushing it first.
close() - Method in interface javax.microedition.io.Connection
Close the connection.
close() - Method in interface javax.microedition.media.Player
 
close0(int) - Static method in class com.sun.cldc.io.j2me.socket.Protocol
 
CLOSED - Static variable in interface javax.microedition.media.Player
 
CLOSED - Static variable in interface javax.microedition.media.PlayerListener
 
CollationKey - Class in com.livescribe.i18n
A CollationKey represents a String under the rules of a specific Collator object.
CollationKey(String) - Constructor for class com.livescribe.i18n.CollationKey
CollationKey constructor.
Collator - Class in com.livescribe.i18n
The Collator class performs locale-sensitive String comparison.
Collator() - Constructor for class com.livescribe.i18n.Collator
Default constructor.
Collection - Interface in com.livescribe.ext.util
 
com.livescribe.ext.io - package com.livescribe.ext.io
Contains I/O-related tools and classes.
com.livescribe.ext.plugins - package 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 - package com.livescribe.ext.ui
Contains classes for conveniently creating menus, managing menu bookmarks, and doing other helpful UI-related things.
com.livescribe.ext.util - package com.livescribe.ext.util
Contains miscellaneous helper utilities, including a logging helper, collections classes, and a few threading primitives.
com.sun.cldc.i18n - package com.sun.cldc.i18n
Provides classes for work with character streams.
com.sun.cldc.i18n.j2me - package com.sun.cldc.i18n.j2me
 
com.sun.cldc.i18n.uclc - package com.sun.cldc.i18n.uclc
Provides class for converting characters from upper case to low case.
com.sun.cldc.io - package com.sun.cldc.io
Provides base class for all connections.
com.sun.cldc.io.j2me.socket - package com.sun.cldc.io.j2me.socket
 
com.sun.cldc.isolate - package com.sun.cldc.isolate
 
com.sun.cldc.util - package com.sun.cldc.util
 
com.sun.cldc.util.j2me - package com.sun.cldc.util.j2me
Provides implementation classes for java.util.Calendar and java.util.TimeZone.
com.sun.cldchi.io - package com.sun.cldchi.io
Provides class for System.out implmentation.
com.sun.cldchi.jvm - package com.sun.cldchi.jvm
Provides classes for interaction with VM internals.
com.sun.cldchi.test - package com.sun.cldchi.test
 
commit() - Method in interface javax.microedition.media.control.RecordControl
Complete the current recording.
Comparable - Interface in com.livescribe.ext.util
 
compare(String, String) - Method in class com.livescribe.i18n.Collator
Compares the source string to the target string according to the collation rules for this Collator.
compare(Object, Object) - Method in class com.livescribe.i18n.Collator
Compares its two arguments for order.
compareTo(Object) - Method in interface com.livescribe.ext.util.Comparable
Comparable should be implemented to return < 0 if this object is smaller than o and to return > 0 if the second object is smaller than this
compareTo(CollationKey) - Method in class com.livescribe.i18n.CollationKey
Compare this CollationKey to the target CollationKey.
compareTo(String) - Method in class java.lang.String
Compares two strings lexicographically.
computeFields() - Method in class com.sun.cldc.util.j2me.CalendarImpl
Converts UTC as milliseconds to time field values.
computeFields() - Method in class java.util.Calendar
Converts the current millisecond time value time to field values in fields[].
computeTime() - Method in class com.sun.cldc.util.j2me.CalendarImpl
Converts time field values to UTC as milliseconds.
computeTime() - Method in class java.util.Calendar
Converts the current field values in fields[] to the millisecond time value time.
concat(String) - Method in class java.lang.String
Concatenates the specified string to the end of this string.
Config - Class in com.livescribe.configuration
This class contains utility functions for retrieving and storing typed data.
Config() - Constructor for class com.livescribe.configuration.Config
 
connect() - Method in class javax.microedition.media.protocol.DataSource
Open a connection to the source described by the locator and initiate communication.
Connection - Interface in javax.microedition.io
This is the most basic type of generic connection.
ConnectionBaseInterface - Interface in com.sun.cldc.io
Base class for Connection protocols.
ConnectionNotFoundException - Exception in javax.microedition.io
This class is used to signal that a connection target cannot be found, or the protocol type is not supported.
ConnectionNotFoundException() - Constructor for exception javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with no detail message.
ConnectionNotFoundException(String) - Constructor for exception javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with the specified detail message.
Connector - Class in javax.microedition.io
This class is factory for creating new Connection objects.
ConsoleOutputStream - Class in com.sun.cldchi.io
 
ConsoleOutputStream() - Constructor for class com.sun.cldchi.io.ConsoleOutputStream
 
consume() - Method in class com.livescribe.event.Event
Marks this event as consumed.
consumed - Variable in class com.livescribe.event.Event
Whether the event is marked as consumed.
contains(Object) - Method in interface com.livescribe.ext.util.Collection
 
contains(Object) - Method in class com.livescribe.ext.util.LinkedList
Returns if the object exist in the list or not
contains(Object) - Method in interface com.livescribe.ext.util.List
 
contains(Object) - Method in class com.livescribe.ext.util.PriorityQueue
Returns true if object exists in queue
contains(int, int) - Method in class com.livescribe.geom.Rectangle
Indicates if the point specified by (x,y) is contained within this rectangle.
contains(int, int) - Method in class com.livescribe.geom.Shape
Indicates if the point specified by (x,y) is contained within this shape.
contains(Object) - Method in class java.util.Hashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object) - Method in class java.util.Vector
Tests if the specified object is a component in this vector.
containsAll(Collection) - Method in interface com.livescribe.ext.util.Collection
 
containsAll(Collection) - Method in class com.livescribe.ext.util.LinkedList
Returns true if the list contains all objects in the collection
containsAll(Collection) - Method in interface com.livescribe.ext.util.List
 
containsAll(Collection) - Method in class com.livescribe.ext.util.PriorityQueue
Check if priority queue contains all the objects in the collection
containsKey(Object) - Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
ContentConnection - Interface in javax.microedition.io
This interface defines the stream connection over which content is passed.
ContentDescriptor - Class in javax.microedition.media.protocol
A ContentDescriptor identifies media data containers.
ContentDescriptor(String) - Constructor for class javax.microedition.media.protocol.ContentDescriptor
Create a content descriptor with the specified content type.
context - Variable in class com.livescribe.penlet.Penlet
 
Control - Interface in javax.microedition.media
 
CONTROL_CHANGE - Static variable in interface javax.microedition.media.control.MIDIControl
 
Controllable - Interface in javax.microedition.media
 
COORD_MAX - Static variable in class com.livescribe.geom.Shape
The maximum coordinate value, unsigned.
COORD_MIN - Static variable in class com.livescribe.geom.Shape
The minimum coordinate value, unsigned.
coordinate - Variable in class com.livescribe.event.CoordinateEvent
The associated coordinate value.
coordinate(long, Coordinate) - Method in interface com.livescribe.event.CoordinateListener
This is called whenever a new coordinate has been decoded by the system.
Coordinate - Class in com.livescribe.geom
Represents a coordinate in some coordinate system.
Coordinate(Point) - Constructor for class com.livescribe.geom.Coordinate
Creates a new coordinate using the specified 2D point.
Coordinate(int, int) - Constructor for class com.livescribe.geom.Coordinate
Creates a new coordinate having the specified 2D Cartesian values.
COORDINATE_COORDINATE - Static variable in class com.livescribe.event.CoordinateEvent
The Normal pen down coordinate event.
COORDINATE_FAILED - Static variable in class com.livescribe.event.CoordinateEvent
The Pen down decode failure event.
COORDINATE_HOVER - Static variable in class com.livescribe.event.CoordinateEvent
The Hover event.
COORDINATE_HOVER_AWAY - Static variable in class com.livescribe.event.CoordinateEvent
The Hover away event.
COORDINATE_WHITE_PAPER - Static variable in class com.livescribe.event.CoordinateEvent
The Pen sees white paper event.
CoordinateEvent - Class in com.livescribe.event
 
CoordinateEvent(int, long, int, int, int) - Constructor for class com.livescribe.event.CoordinateEvent
Creates a new coordinate event having the specified parameters.
coordinateFailed(long) - Method in interface com.livescribe.event.CoordinateListener
This is called if a coordinate failed to decode.
CoordinateListener - Interface in com.livescribe.event
This interface must be implemented by any class that wishes to receive coordinate events from the system.
copyInto(Object[]) - Method in class java.util.Vector
Copies the components of this vector into the specified array.
COPYRIGHT_KEY - Static variable in interface javax.microedition.media.control.MetaDataControl
 
cos(double) - Static method in class java.lang.Math
Returns the trigonometric cosine of an angle.
count - Variable in class com.livescribe.ext.io.BufferedInputStream
The number of valid bytes in the buffer, in the range 0–buf.length.
count - Variable in class java.io.ByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
count - Variable in class java.io.ByteArrayOutputStream
The number of valid bytes in the buffer.
COUNTRY_CHINA - Static variable in class com.livescribe.i18n.Locale
ISO 3166 code for China
COUNTRY_FRANCE - Static variable in class com.livescribe.i18n.Locale
ISO 3166 code for FRANCE
COUNTRY_GB - Static variable in class com.livescribe.i18n.Locale
ISO 3166 code for United Kingdom
COUNTRY_GERMANY - Static variable in class com.livescribe.i18n.Locale
ISO 3166 code for Germany
COUNTRY_ITALY - Static variable in class com.livescribe.i18n.Locale
ISO 3166 code for ITALY
COUNTRY_JAPAN - Static variable in class com.livescribe.i18n.Locale
ISO 3166 code for Japan
COUNTRY_KOREA - Static variable in class com.livescribe.i18n.Locale
ISO 3166 code for South Korea
COUNTRY_MALAYSIA - Static variable in class com.livescribe.i18n.Locale
ISO 3166 code for MALAYSIA
COUNTRY_SPAIN - Static variable in class com.livescribe.i18n.Locale
ISO 3166 code for SPAIN
COUNTRY_US - Static variable in class com.livescribe.i18n.Locale
ISO 3166 code for United States of America
createAKSystemResource(String) - Method in class com.livescribe.icr.ICRContext
Creates a new Resource from the specified Alphabet Knowledge system resource name.
createAppImage(String, String, int) - Static method in class com.sun.cldchi.jvm.JVM
 
createAppResource(String) - Method in class com.livescribe.icr.ICRContext
Creates a new Resource from the specified resource name.
createBrowseList(Vector, BrowseList.Title) - Method in class com.livescribe.ext.ui.Menu
This gives subclasses the opportunity to use their own Menu.MenuBrowseList implementation, for example to paint icons differently.
createBrowseList(Vector, BrowseList.Title) - Method in class com.livescribe.ext.ui.RadioMenu
Creates our own implementation of a browse list.
createDir(String) - Method in interface com.livescribe.storage.PenletStorage
Create a sub-directory to a PenletStorage pool directory
createImage(byte[]) - Static method in class com.livescribe.display.Image
Creates a new image from the given ARW-encoded byte array.
createImage(int, int) - Static method in class com.livescribe.display.Image
Create a black image with the dimensions specified.
createImage(int, int, byte) - Static method in class com.livescribe.display.Image
Create an image with the specified size and background color.
createImage(InputStream) - Static method in class com.livescribe.display.Image
Creates a new image from an ARW-encoded byte stream.
createLKDynamicResource() - Method in class com.livescribe.icr.ICRContext
Creates a new Lexicon Knowledge dynamic resource.
createLKSystemResource(String) - Method in class com.livescribe.icr.ICRContext
Creates a new Resource from the specified Linguistic Knowledge system resource name.
createOnOffMenu(boolean, Display) - Static method in class com.livescribe.ext.ui.RadioMenu
A convenience method that creates a radio menu containing "Off" and "On".
createPlayer(String) - Static method in class javax.microedition.media.Manager
 
createPlayer(InputStream, String) - Static method in class javax.microedition.media.Manager
 
createPlayer(DataSource) - Static method in class javax.microedition.media.Manager
 
createRegionFor(Bookmarkable) - Method in class com.livescribe.buttons.DrawnButtonController
Subclasses can override this to change how regions are created for a bookmarkable item.
createSKDynamicResource() - Method in class com.livescribe.icr.ICRContext
This feature is not currently supported, but may be supported in a future release.
createSKSystemResource(String) - Method in class com.livescribe.icr.ICRContext
Creates a new Resource from the specified Subset Knowledge system resource name.
currBB - Variable in class com.livescribe.ext.plugins.AcquireHWPlugin
The current bounding box of any received strokes.
currentIsolate() - Static method in class com.sun.cldc.isolate.Isolate
Returns the Isolate object corresponding to the currently executing task.
currentThread() - Static method in class java.lang.Thread
Returns a reference to the currently executing Thread object.
currentTimeMillis() - Static method in class java.lang.System
Returns the current time in milliseconds.
currPage - Variable in class com.livescribe.ext.plugins.AcquireHWPlugin
The current page, set when a pen-down event occurs.
Cursive - Static variable in class com.livescribe.icr.WritingStyle
The cursive writing style.

D

Datagram - Interface in javax.microedition.io
This class defines an abstract interface for datagram packets.
DatagramConnection - Interface in javax.microedition.io
This interface defines the capabilities that a datagram connection must have.
DataInput - Interface in java.io
The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
DataInputStream - Class in java.io
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
Creates a DataInputStream and saves its argument, the input stream in, for later use.
dataModifiedTime - Variable in class com.livescribe.penlet.Penlet
Holds the last modified time when the application data.
DataOutput - Interface in java.io
The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
DataOutputStream - Class in java.io
A data output stream lets an application write primitive Java data types to an output stream in a portable way.
DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
DataSource - Class in javax.microedition.media.protocol
A DataSource is an abstraction for media protocol-handlers.
DataSource(String) - Constructor for class javax.microedition.media.protocol.DataSource
Construct a DataSource from a locator.
DATE - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
Date - Class in java.util
The class Date represents a specific instant in time, with millisecond precision.
Date() - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the current time specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
Date(long) - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
DATE_KEY - Static variable in interface javax.microedition.media.control.MetaDataControl
 
DATE_LONG - Static variable in class com.livescribe.i18n.Formatter
 
DATE_SHORT - Static variable in class com.livescribe.i18n.Formatter
 
DateIndicator - Class in com.livescribe.ui
 
DateIndicator() - Constructor for class com.livescribe.ui.DateIndicator
Creates an uninitialized DateIndicator
DateIndicator(long, int, int) - Constructor for class com.livescribe.ui.DateIndicator
Creates a DateIndicator
DATETIME_LONG - Static variable in class com.livescribe.i18n.Formatter
 
DATETIME_NATURAL - Static variable in class com.livescribe.i18n.Formatter
 
DATETIME_SHORT - Static variable in class com.livescribe.i18n.Formatter
 
DAY_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DAY_OF_WEEK - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the week.
DE_DE - Static variable in class com.livescribe.i18n.Locale
 
deactivate() - Method in class com.livescribe.buttons.DrawnButtonController
Deactivates the plugin.
deactivate() - Method in class com.livescribe.ext.plugins.AcquireHWPlugin
Deactivates the plugin.
deactivate() - Method in class com.livescribe.penlet.AbstractPenletPlugin
Deactivates the plugin.
deactivate() - Method in class com.livescribe.penlet.PenletPlugin
Deactivates the plugin.
deactivate() - Method in class com.livescribe.util.TapAndHoldGesture
Deactivates the timer.
deactivateApp(int) - Method in class com.livescribe.penlet.Penlet
Deactivates the application.
DEACTIVATED_BY_APPSWITCH - Static variable in class com.livescribe.penlet.Penlet
Indicates that the deactivation occurred because the system switched to another app.
DEACTIVATED_BY_MENU - Static variable in class com.livescribe.penlet.Penlet
Indicates that the deactivation occurred because the system switched back to main menu
DEACTIVATED_BY_NOTES_MODE - Static variable in class com.livescribe.penlet.Penlet
Indicates that the deactivation occurred due to switching to notes mode.
DEACTIVATED_BY_SELF - Static variable in class com.livescribe.penlet.Penlet
Indicates that the deactivation occurred due to the Penlet making a state change using PenletInstance.notifyStateChange()
DEACTIVATED_BY_SHUTDOWN - Static variable in class com.livescribe.penlet.Penlet
Indicates that the deactivation occurred because the system is shutdown
DEACTIVATED_BY_SYCNEVENT - Static variable in class com.livescribe.penlet.Penlet
 
DEACTIVATED_BY_SYSEVENT - Static variable in class com.livescribe.penlet.Penlet
Indicates that the deactivation occurred due to some system event
deallocate() - Method in interface javax.microedition.media.Player
 
debug(String) - Static method in class com.livescribe.ext.util.Log
Writes an debug message to the log.
debug(Class, String, String) - Static method in class com.livescribe.ext.util.Log
Writes a debug message to the log and prefixes the message with "SimpleClassName.method: ".
debug(String, String, String) - Static method in class com.livescribe.ext.util.Log
Writes a debug message to the log and prefixes the message with "SimpleClassName.method: ".
debug(String) - Method in class com.livescribe.penlet.Logger
Log the msg on the log stream if debug level is enabled.
DebuggerInvoke - Class in com.sun.cldchi.jvm
 
DebuggerInvoke() - Constructor for class com.sun.cldchi.jvm.DebuggerInvoke
 
DECEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the twelfth month of the year.
DEFAULT - Static variable in class com.livescribe.display.BrowseList.Insets
Insets that is used for the default rendering of the item.
DEFAULT - Static variable in class com.livescribe.display.Transition
Default transtion which swaps one screen on top of the other.
DEFAULT - Static variable in class com.livescribe.icr.Language
The default localized language.
DEFAULT - Static variable in class com.livescribe.icr.WritingStyle
The default writing style used by the HWR engine.
DEFAULT_ANIMATION_DELAY - Static variable in class com.livescribe.ui.ScrollLabel
Default animation delay : Set to 50L
DEFAULT_COORDINATE_FREQUENCY_DIVIDER - Static variable in class com.livescribe.configuration.SystemConfig
The default frequency divider when streaming coordinates.
DEFAULT_HWR_INACTIVITY_TIME - Static variable in class com.livescribe.ext.plugins.AcquireHWPlugin
The default HWR inactivity time.
DEFAULT_INPUT_TIMEOUT - Static variable in class com.livescribe.buttons.DrawnButtonController
The default input timeout, the timeout once a user starts drawing.
DEFAULT_MASK - Static variable in class com.livescribe.penlet.Logger
Default mask that has all the mask turned on.
DEFAULT_SHIFT_WIDTH - Static variable in class com.livescribe.ui.ScrollLabel
Default Shift Width in pixels : Set to 1 Number of pixels to shift while scrolling
DEFAULT_SPACE_WIDTH - Static variable in class com.livescribe.ui.ScrollLabel
Default Space Width in pixels : Set to 10 Space between the end of the content and the start of the content while scrolling.
DEFAULT_TITLE_ICON - Static variable in class com.livescribe.display.BrowseList.Title
 
DEFAULT_VALUE_AUDIO_MUTED - Static variable in class com.livescribe.configuration.SystemConfig
Object to maintain the system default value (on/off) for audio mute.
DEFAULT_VALUE_AUDIO_QUALITY - Static variable in class com.livescribe.configuration.SystemConfig
Object to maintain the system default value for audio quality.
DEFAULT_VALUE_AUDIO_VOLUME - Static variable in class com.livescribe.configuration.SystemConfig
Object to maintain the system default value for audio volume.
DEFAULT_VALUE_DATE_FORMAT - Static variable in class com.livescribe.configuration.SystemConfig
Object to maintain the system default value for date format.
DEFAULT_VALUE_DISPLAY_BRIGHTNESS - Static variable in class com.livescribe.configuration.SystemConfig
Object to maintain the system default value for display brightness.
DEFAULT_VALUE_DISPLAY_ORIENTATION - Static variable in class com.livescribe.configuration.SystemConfig
Object to maintain the system default value for display orientation.
DEFAULT_VALUE_LAUNCHLINE - Static variable in class com.livescribe.configuration.SystemConfig
Object to maintain the system default value (on/off) for LaunchLine.
DEFAULT_VALUE_MIC_SENSITIVITY - Static variable in class com.livescribe.configuration.SystemConfig
Object to maintain the system default value for microphone sensitivity.
DEFAULT_VALUE_PLAYBACK_LATENCY - Static variable in class com.livescribe.configuration.SystemConfig
Object to maintain the system default value (on/off) for playback latency.
DEFAULT_VALUE_SCROLL_SPEED - Static variable in class com.livescribe.configuration.SystemConfig
Object to maintain the system default value for scroll speed.
DEFAULT_VALUE_TIME_FORMAT - Static variable in class com.livescribe.configuration.SystemConfig
Object to maintain the system default value for date format.
DEFAULT_VALUE_VOICE_MENUS - Static variable in class com.livescribe.configuration.SystemConfig
Object to maintain the system default value (on/off) for voice menus.
DEFAULT_VALUES - Static variable in class com.livescribe.configuration.SystemConfig
Hashtable to maintain the system default values.
DefaultCaseConverter - Class in com.sun.cldc.i18n.uclc
Default class converting the case of characters.
DefaultCaseConverter() - Constructor for class com.sun.cldc.i18n.uclc.DefaultCaseConverter
 
delete(String) - Method in interface com.livescribe.storage.PenletStorage
Remove a PenletStorage pool item (file or directory) If the item is a directory, the directory and all its contents is removed
delete(int, int) - Method in class java.lang.StringBuffer
Removes the characters in a substring of this StringBuffer.
deleteCharAt(int) - Method in class java.lang.StringBuffer
Removes the character at the specified position in this StringBuffer (shortening the StringBuffer by one character).
deleteEntry(QuickLaunch.Entry) - Method in class com.livescribe.penlet.QuickLaunch
 
destroy() - Method in class com.livescribe.afp.PropertyCollection
Destroys this property collection.
destroyApp() - Method in class com.livescribe.penlet.Penlet
Destroys the application.
DetailedResult - Class in com.livescribe.icr
This class is not currently supported, but may be supported in a future release.
DetailedResult() - Constructor for class com.livescribe.icr.DetailedResult
 
DetailedResult.CandidateEnumeration - Class in com.livescribe.icr
An Enumeration of recognition candidates.
DetailedResult.CandidateEnumeration() - Constructor for class com.livescribe.icr.DetailedResult.CandidateEnumeration
 
DEVICE_AVAILABLE - Static variable in interface javax.microedition.media.PlayerListener
 
DEVICE_UNAVAILABLE - Static variable in interface javax.microedition.media.PlayerListener
 
digit(char, int) - Static method in class com.sun.cldc.i18n.uclc.DefaultCaseConverter
Returns the numeric value of the character ch in the specified radix.
digit(char, int) - Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
disableAllCharacters() - Method in class com.livescribe.icr.SKDynamicResource
Disables all characters in this dynamic resource.
disableCharacters(String) - Method in class com.livescribe.icr.SKDynamicResource
Disables the specified characters (in the given string) in this dynamic resource.
disconnect() - Method in class javax.microedition.media.protocol.DataSource
Close the connection to the source described by the locator and free resources used to maintain the connection.
DiskUsageIndicator - Class in com.livescribe.ui
 
DiskUsageIndicator() - Constructor for class com.livescribe.ui.DiskUsageIndicator
Creates an uninitialized DiskUsageIndicator
DiskUsageIndicator(long, int, int) - Constructor for class com.livescribe.ui.DiskUsageIndicator
Creates a DiskUsageIndicator
Display - Class in com.livescribe.display
Display encapsulates the display device of the pen.
displayable - Variable in class com.livescribe.buttons.BookmarkInfo
The Displayable to use for the user prompt.
Displayable - Class in com.livescribe.display
A Displayable object can be placed on the pen display.
DisplayableResource - Class in com.livescribe.i18n
This class defines a resource that has been localized for a particular Locale and that can be rendered on the display.
DisplayableResource(String) - Constructor for class com.livescribe.i18n.DisplayableResource
Creates a new audible resource having the specified ID.
displayableWidth - Variable in class com.livescribe.ui.ScrollLabel
 
dispose() - Method in class com.livescribe.icr.ICRContext
Dispose all the resources added to this recognition context.
Document - Class in com.livescribe.afp
This class encapsulates a paper product and associated metadata.
Document() - Constructor for class com.livescribe.afp.Document
 
DOCUMENT_FIRST_ID - Static variable in class com.livescribe.event.DocumentEvent
The first number in the range of ID's used for this event.
DOCUMENT_LAST_ID - Static variable in class com.livescribe.event.DocumentEvent
The last number in the range of ID's used for this event.
DOCUMENT_NEW_DOCUMENT - Static variable in class com.livescribe.event.DocumentEvent
The new document event.
DOCUMENT_NEW_PAGE - Static variable in class com.livescribe.event.DocumentEvent
The new page event.
DocumentEvent - Class in com.livescribe.event
This event type provides support for document events.
DocumentEvent(int, long, PageInstance) - Constructor for class com.livescribe.event.DocumentEvent
Creates a new document event using the specified parameters.
doSelect(int, Display, MediaPlayer) - Method in class com.livescribe.ext.ui.Menu
Selects an item as if it was chosen with a tap on the NavPlus right arrow.
Double - Class in java.lang
The Double class wraps a value of the primitive type double in an object.
Double(double) - Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the primitive double argument.
doubleTap(long, int, int) - Method in interface com.livescribe.event.PenTipListener
Called when the user performs a double tap.
doubleToLongBits(double) - Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout.
doubleValue() - Method in class java.lang.Double
Returns the double value of this Double.
doubleValue() - Method in class java.lang.Float
Returns the double value of this Float object.
doubleValue() - Method in class java.lang.Integer
Returns the value of this Integer as a double.
doubleValue() - Method in class java.lang.Long
Returns the value of this Long as a double.
Down - Static variable in class com.livescribe.event.MenuEvent
The NavPlus menuing system moved down (scroll down)
draw(AttributedText, boolean) - Method in class com.livescribe.ui.ScrollLabel
Draws the attributed text on the label.
draw(DisplayableResource) - Method in class com.livescribe.ui.ScrollLabel
Draw a DisplayableResource on the Scroll Label
draw(String) - Method in class com.livescribe.ui.ScrollLabel
Draw the text without scrolling.
draw(DisplayableResource, boolean) - Method in class com.livescribe.ui.ScrollLabel
Draw a DisplayableResource on the Scroll Label and specify if it needs to be scrolled
draw(String, boolean) - Method in class com.livescribe.ui.ScrollLabel
Draw the text.
draw(DisplayableResource, int, int, boolean) - Method in class com.livescribe.ui.ScrollLabel
 
draw(String, int, int, boolean) - Method in class com.livescribe.ui.ScrollLabel
 
draw(DisplayableResource, int, int, int, int, boolean) - Method in class com.livescribe.ui.ScrollLabel
 
draw(String, int, int, int, int, boolean) - Method in class com.livescribe.ui.ScrollLabel
 
draw(String, Image, boolean) - Method in class com.livescribe.ui.ScrollLabel
Draws the text followed by the image.
draw(Image, String, boolean) - Method in class com.livescribe.ui.ScrollLabel
Draws the image followed by the text.
draw(String, Image, int, int, int, int, boolean) - Method in class com.livescribe.ui.ScrollLabel
Draws the text and the image at the specified x,y, width and height
draw(AttributedText, Image, int, int, int, int, boolean) - Method in class com.livescribe.ui.ScrollLabel
 
draw(Image, String, int, int, int, int, boolean) - Method in class com.livescribe.ui.ScrollLabel
Draws the image and the text at the specified x,y, width and height
drawDecorations(Graphics, BrowseList.Item) - Method in class com.livescribe.display.BrowseList
Draws the decoration for the Item passed on to the Graphics.
drawImage(Image, int, int) - Method in class com.livescribe.display.Graphics
Draw the specified image at coordinates x and y of the destination.
drawImage(Image, int, int, int, int, int, int) - Method in class com.livescribe.display.Graphics
Draws a portion of the image specified by (srcx,srcy,width,height) to the location (x,y) of the destination.
drawItem(Graphics, BrowseList.Item, Image, Object, int, int) - Method in class com.livescribe.display.BrowseList
Renders the item contents on the graphics.
drawLine(int, int, int, int) - Method in class com.livescribe.display.Graphics
Draws a line between the coordinates (x0,y0) and (x1,y1) on the destination associated with this Graphics.
drawMiniBattery(Graphics, int, int) - Method in class com.livescribe.ui.BatteryIndicator
Draw a miniature battery at the designated coordinates
DrawnButtonController - Class in com.livescribe.buttons
A plugin that manages the display, presentation, and processing of new prompt and believe buttons.
DrawnButtonController(Penlet) - Constructor for class com.livescribe.buttons.DrawnButtonController
Creates a new setup button plugin.
drawRightJustified(AttributedText) - Method in class com.livescribe.ui.ScrollLabel
 
drawRightJustified(String) - Method in class com.livescribe.ui.ScrollLabel
Draws the text with the alignment at the right
drawString(String, int, int, int) - Method in class com.livescribe.display.Graphics
Draw a string on the destination of this Graphics, using the current font.
drawString(AttributedText, int, int, int) - Method in class com.livescribe.display.Graphics
Draw a Attributed text on the destination of this Graphics, using the current font.
Dummy - Class in com.sun.cldchi.test
 
Dummy() - Constructor for class com.sun.cldchi.test.Dummy
 
DURATION_UPDATED - Static variable in interface javax.microedition.media.PlayerListener
 

E

E - Static variable in class java.lang.Math
The double value that is closer than any other to e, the base of the natural logarithms.
element() - Method in class com.livescribe.ext.util.LinkedList
Peeks at the first element
element() - Method in class com.livescribe.ext.util.PriorityQueue
Retrieves but does not remove the first element in the queue
element() - Method in interface com.livescribe.ext.util.Queue
 
elementAt(int) - Method in class java.util.Vector
Returns the component at the specified index.
elementCount - Variable in class java.util.Vector
The number of valid components in the vector.
elementData - Variable in class java.util.Vector
The array buffer into which the components of the vector are stored.
elements() - Method in class java.util.Hashtable
Returns an enumeration of the values in this hashtable.
elements() - Method in class java.util.Vector
Returns an enumeration of the components of this vector.
Ellipse - Class in com.livescribe.geom
This class describes an ellipse with the upper left and lower right points.
Ellipse() - Constructor for class com.livescribe.geom.Ellipse
Creates a new ellipse having its top left point at (0,0) and a height and width of zero.
Ellipse(int, int, int, int) - Constructor for class com.livescribe.geom.Ellipse
Creates a new ellipse having the specified top left coordinate and size.
Ellipse(int[]) - Constructor for class com.livescribe.geom.Ellipse
Creates a new ellipse having the specified points.
empty() - Method in class java.util.Stack
Tests if this stack is empty.
EmptyStackException - Exception in java.util
Thrown by methods in the Stack class to indicate that the stack is empty.
EmptyStackException() - Constructor for exception java.util.EmptyStackException
Constructs a new EmptyStackException with null as its error message string.
EN - Static variable in class com.livescribe.i18n.Locale
Locale with language set to Locale.LANG_ENGLISH
EN_GB - Static variable in class com.livescribe.i18n.Locale
Locale with language set to Locale.LANG_ENGLISH and country set to Locale.COUNTRY_GB
EN_US - Static variable in class com.livescribe.i18n.Locale
Locale with language set to Locale.LANG_ENGLISH and country set to Locale.COUNTRY_US
EN_US - Static variable in class com.livescribe.icr.Language
English/US language specification.
EN_US_CHARACTERS_DIGIT - Static variable in class com.livescribe.icr.SKDynamicResource
String containing English digits (0–9).
EN_US_CHARACTERS_LOWERCASE - Static variable in class com.livescribe.icr.SKDynamicResource
String containing lower-case English letters (a–z).
EN_US_CHARACTERS_PUNCTUATION - Static variable in class com.livescribe.icr.SKDynamicResource
String containing English punctuation ( !,-.:;?\"()' ).
EN_US_CHARACTERS_SYMBOLS - Static variable in class com.livescribe.icr.SKDynamicResource
String containing extended English symbols.
EN_US_CHARACTERS_UPPERCASE - Static variable in class com.livescribe.icr.SKDynamicResource
String containing upper-case English letters (A–Z).
enable(boolean) - Static method in class com.livescribe.configuration.PaperTablet
Turn on/off Paper Tablet streaming for regions with the tablet bit set
enableAllCharacters() - Method in class com.livescribe.icr.SKDynamicResource
Enables all characters in this dynamic resource.
enableCharacters(String) - Method in class com.livescribe.icr.SKDynamicResource
Enables the passed characters (in String) in the DynamicResource.
enableDoubleTapFilter(boolean) - Method in class com.livescribe.icr.ICRContext
Indicates whether to prevent double taps from going to the recognition context.
enableFlickScrub(boolean) - Method in class com.livescribe.display.BrowseList
Flick n Scrub should be disabled if you want to process hand writting recognition while this controll is visible
enableFlickScrub(boolean) - Method in class com.livescribe.ui.ScrollLabel
Flick n Scrub should be disabled if you want to process hand writting recognition while this controll is visible
enableLaunchLine(boolean) - Method in class com.livescribe.configuration.SystemConfig
Sets LaunchLine on/off.
enableMacMode(boolean) - Static method in class com.livescribe.configuration.PaperTablet
Turn on/off Mac Mode for Paper Tablet streaming.
END_OF_MEDIA - Static variable in interface javax.microedition.media.PlayerListener
 
endsWith(String) - Method in class java.lang.String
Tests if this string ends with the specified suffix.
ensureCapacity(int) - Method in class java.lang.StringBuffer
Ensures that the capacity of the buffer is at least equal to the specified minimum.
ensureCapacity(int) - Method in class java.util.Vector
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
entries() - Method in class com.livescribe.penlet.QuickLaunch
 
Enumeration - Interface in java.util
An object that implements the Enumeration interface generates a series of elements, one at a time.
EOFException - Exception in java.io
Signals that an end of file or end of stream has been reached unexpectedly during input.
EOFException() - Constructor for exception java.io.EOFException
Constructs an EOFException with null as its error detail message.
EOFException(String) - Constructor for exception java.io.EOFException
Constructs an EOFException with the specified detail message.
EQUAL - Static variable in class com.livescribe.i18n.Collator
EQUAL is returned if source string is compared to be equal to target string in the compare() method.
equals(Object) - Method in interface com.livescribe.ext.util.Collection
 
equals(Object) - Method in class com.livescribe.ext.util.LinkedList
Equals implementation
equals(Object) - Method in interface com.livescribe.ext.util.List
 
equals(Object) - Method in class com.livescribe.geom.Rectangle
Returns whether the given object is considered equal to this rectangle.
equals(String, String) - Method in class com.livescribe.i18n.Collator
Convenience method for comparing the equality of two strings based on this Collator's collation rules.
equals(Object) - Method in class com.livescribe.i18n.Locale
 
equals(Region) - Method in class com.livescribe.penlet.Region
Deprecated. Use Region.equals(Object).
equals(Object) - Method in class com.livescribe.penlet.Region
Checks whether the given object is equal to this region.
equals(Object) - Method in class java.lang.Boolean
Returns true if and only if the argument is not null and is a Boolean object that represents the same boolean value as this object.
equals(Object) - Method in class java.lang.Byte
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Character
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Double
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Float
Compares this object against some other object.
equals(Object) - Method in class java.lang.Integer
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Long
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Object
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class java.lang.Short
Compares this object to the specified object.
equals(Object) - Method in class java.lang.String
Compares this string to the specified object.
equals(Object) - Method in class java.util.Calendar
Compares this calendar to the specified object.
equals(Object) - Method in class java.util.Date
Compares two dates for equality.
equalsIgnoreCase(String) - Method in class java.lang.String
Compares this String to another String, ignoring case considerations.
err - Static variable in class java.lang.System
The "standard" error output stream.
error(String) - Static method in class com.livescribe.ext.util.Log
Writes an error message to the log.
error(Class, String, String) - Static method in class com.livescribe.ext.util.Log
Writes an error to the log and prefixes the message with "SimpleClassName.method: ".
error(String, String, String) - Static method in class com.livescribe.ext.util.Log
Writes an error to the log and prefixes the message with "SimpleClassName.method: ".
error(String) - Method in class com.livescribe.penlet.Logger
Log the msg on the log stream always.
Error - Error in java.lang
An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
Error() - Constructor for error java.lang.Error
Constructs an Error with no specified detail message.
Error(String) - Constructor for error java.lang.Error
Constructs an Error with the specified detail message.
ERROR - Static variable in interface javax.microedition.media.PlayerListener
 
ES_ES - Static variable in class com.livescribe.i18n.Locale
 
ES_ES - Static variable in class com.livescribe.icr.Language
Spanish/Spain language specification.
Event - Class in com.livescribe.event
This is the base class for penlet and menu events.
Event(int) - Constructor for class com.livescribe.event.Event
Creates a new event having the specified ID.
eventId - Variable in class com.livescribe.event.Event
The event ID.
Exception - Exception in java.lang
The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
Exception() - Constructor for exception java.lang.Exception
Constructs an Exception with no specified detail message.
Exception(String) - Constructor for exception java.lang.Exception
Constructs an Exception with the specified detail message.
execute(Image, Image, Graphics) - Method in class com.livescribe.display.Transition
Execute the transition.
execute(Menu, int) - Method in interface com.livescribe.ext.ui.Menu.MenuAction
The specified menu and menu selection index was just selected.
exists(PenletContext, String) - Static method in class com.livescribe.afp.PropertyCollection
Tests if the specified property file exists.
exists(String) - Method in interface com.livescribe.storage.PenletStorage
Check if a PenletStorage pool item (file or directory) exists.
exit(int) - Method in class com.sun.cldc.isolate.Isolate
Requests normal termination of this Isolate.
exit(int) - Method in class java.lang.Runtime
Terminates the currently running Java application.
exit(int) - Static method in class java.lang.System
Terminates the currently running Java application.
exitCode() - Method in class com.sun.cldc.isolate.Isolate
Returns the exit code of the isolate.
exp(float) - Static method in class com.livescribe.util.MathFunctions
Returns Euler's number, e, raised to the specified value.

F

face - Variable in class com.livescribe.display.Font
 
FACE_MONOSPACE - Static variable in class com.livescribe.display.Font
 
FACE_PROPORTIONAL - Static variable in class com.livescribe.display.Font
 
FACE_SYSTEM - Static variable in class com.livescribe.display.Font
 
faceName - Variable in class com.livescribe.display.Font
 
FALSE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value false.
FastIOHelper - Class in com.livescribe.io
A native-backed helper class that quickly reads primitive types into an array from an InputStream.
FEBRUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the second month of the year.
fields - Variable in class java.util.Calendar
The field values for the currently set time for this calendar.
fileDecoder - Variable in class com.sun.cldc.io.ResourceInputStream
 
fill(int, int, int, int, int) - Method in class com.livescribe.display.Graphics
 
fillRect(int, int, int, int) - Method in class com.livescribe.display.Graphics
Fills the specified rectangle with the white color.
filter(String) - Method in interface com.livescribe.ext.plugins.AcquireHWPlugin.DisplayFilter
This filters the result for use when HWR results are displayed on the screen.
fireActivated() - Method in class com.livescribe.penlet.AbstractPenletPlugin
Fires the activated event to all the listeners.
fireDeactivated() - Method in class com.livescribe.penlet.AbstractPenletPlugin
Fires the deactivated event to all the listeners.
fireItemChanged(int, int, boolean) - Method in class com.livescribe.ext.ui.Menu
Notifies the listener that an item was changed.
fireItemSelected(int) - Method in class com.livescribe.ext.ui.Menu
Notifies the listener that an item was selected.
fireMenuShown() - Method in class com.livescribe.ext.ui.Menu
Notifies the listener that the menu was shown on the display.
firstElement() - Method in class java.util.Vector
Returns the first component of this vector.
flickHorizontally(int) - Method in class com.livescribe.display.BrowseList
 
flickHorizontally(int) - Method in interface com.livescribe.display.HorizontalFlickScrub
 
flickHorizontally(int) - Method in class com.livescribe.ui.ScrollLabel
 
flickVertically(int) - Method in class com.livescribe.display.BrowseList
 
flickVertically(int) - Method in interface com.livescribe.display.VerticalFlickScrub
 
Float - Class in java.lang
The Float class wraps a value of primitive type float in an object.
Float(float) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the primitive float argument.
Float(double) - Constructor for class java.lang.Float
Constructs a newly allocated Floatobject that represents the argument converted to type float.
floatToIntBits(float) - Static method in class java.lang.Float
Returns the bit representation of a single-float value.
floatValue() - Method in class java.lang.Double
Returns the float value of this Double.
floatValue() - Method in class java.lang.Float
Returns the float value of this Float object.
floatValue() - Method in class java.lang.Integer
Returns the value of this Integer as a float.
floatValue() - Method in class java.lang.Long
Returns the value of this Long as a float.
floor(double) - Static method in class java.lang.Math
Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer.
flush() - Method in class com.sun.cldc.i18n.StreamWriter
Flush the writer and the output stream.
flush() - Method in class java.io.DataOutputStream
Flushes this data output stream.
flush() - Method in class java.io.OutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class java.io.OutputStreamWriter
Flush the stream.
flush() - Method in class java.io.PrintStream
Flush the stream.
flush() - Method in class java.io.Writer
Flush the stream.
flushJarCaches() - Static method in class com.sun.cldchi.jvm.JVM
Flushes all JAR file caches.
focusIndex - Variable in class com.livescribe.display.BrowseList
 
focusToNext() - Method in class com.livescribe.display.BrowseList
Scrolls this BrowseList to display the item after the current one
focusToPrevious() - Method in class com.livescribe.display.BrowseList
Scrolls this BrowseList to display the item before the current one.
Font - Class in com.livescribe.display
Font encapsulates the metrics as well as support for rendering (see TextRenderer ) text on a destination surface.
Font(int, int, int, String) - Constructor for class com.livescribe.display.Font
Construct an instance of Font with the attributes specified.
font - Variable in class com.livescribe.ui.ScrollLabel
 
FONT_INPUT_TEXT - Static variable in class com.livescribe.display.Font
 
FONT_STATIC_TEXT - Static variable in class com.livescribe.display.Font
 
formatCurrency(double) - Method in class com.livescribe.i18n.Formatter
 
formatCurrency(double, String) - Method in class com.livescribe.i18n.Formatter
 
formatDateTime(Calendar, int) - Method in class com.livescribe.i18n.Formatter
 
formatDateTime(Calendar, String) - Method in class com.livescribe.i18n.Formatter
 
formatNumber(double) - Method in class com.livescribe.i18n.Formatter
 
formatNumber(double, int) - Method in class com.livescribe.i18n.Formatter
 
formatNumber(long) - Method in class com.livescribe.i18n.Formatter
 
formatPercentage(float, int) - Method in class com.livescribe.i18n.Formatter
 
formatPercentage(long) - Method in class com.livescribe.i18n.Formatter
 
Formatter - Class in com.livescribe.i18n
 
forName(String) - Static method in class java.lang.Class
Returns the Class object associated with the class with the given string name.
FR_FR - Static variable in class com.livescribe.i18n.Locale
 
FramePositioningControl - Interface in javax.microedition.media.control
 
freeMemory() - Method in class java.lang.Runtime
Returns the amount of free memory in the system.
FRIDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Friday.
FULL_DECOMPOSITION - Static variable in class com.livescribe.i18n.Collator
Decomposition mode value.

G

gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
Runs the garbage collector.
get(int) - Method in class com.livescribe.ext.util.LinkedList
Gets the object at index
get(int) - Method in interface com.livescribe.ext.util.List
 
get(Isolate, String, String) - Static method in class com.sun.cldchi.test.Reflect
 
get() - Method in class java.lang.ref.Reference
Returns this reference object's referent.
get() - Method in class java.lang.ref.WeakReference
Returns this reference object's referent.
get(int) - Method in class java.util.Calendar
Gets the value for a given time field.
get(Object) - Method in class java.util.Hashtable
Returns the value to which the specified key is mapped in this hashtable.
getAddress() - Method in interface javax.microedition.io.Datagram
Get the address of the datagram.
getAllCommands() - Static method in class com.livescribe.penlet.QuickLaunch
 
getAllCommands(Locale) - Static method in class com.livescribe.penlet.QuickLaunch
 
getAppConfiguration() - Method in class com.livescribe.penlet.PenletContext
Gets the application configuration.
getAppImageProgress() - Static method in class com.sun.cldchi.jvm.JVM
 
getAreaId() - Method in class com.livescribe.penlet.Region
Gets the area ID, a 16-bit unsigned value.
getArgs() - Method in class com.livescribe.penlet.QuickLaunch.Entry
 
getAttribute(int) - Method in class com.livescribe.display.AttributedText
Gets the attribute for the index specified.
getAudioBitrate() - Method in class com.livescribe.configuration.SystemConfig
Returns the audio bitrate, based on the audio quality and the binaural mode.
getAudioMimeType() - Method in interface com.livescribe.display.BrowseList.Item
Returns the MIME type of the audio stream.
getAudioMimeType() - Method in class com.livescribe.display.BrowseList.Title
 
getAudioMimeType() - Method in class com.livescribe.ext.ui.Menu.MenuItem
 
getAudioQuality() - Method in class com.livescribe.configuration.SystemConfig
Returns the system audio quality setting.
getAudioStream() - Method in interface com.livescribe.display.BrowseList.Item
Returns the audio stream that should be played when this Item has focus.
getAudioStream() - Method in class com.livescribe.display.BrowseList.Title
 
getAudioStream() - Method in class com.livescribe.ext.ui.Menu.MenuItem
 
getAudioVolume() - Method in class com.livescribe.configuration.SystemConfig
Returns the system volume.
getAutoPowerOffTime() - Method in class com.livescribe.configuration.SystemConfig
Gets the automatic power-off time, in seconds.
getAvailableIDs() - Static method in class java.util.TimeZone
Gets all the available IDs supported.
getBankList(boolean) - Method in interface javax.microedition.media.control.MIDIControl
 
getBaselinePosition() - Method in class com.livescribe.display.Font
Gets the baseline position for this font.
getBatteryLevel() - Method in class com.livescribe.configuration.SystemConfig
Returns the current level of charge of the battery.
getBitmapRegionCellState(Region, int, int) - Method in class com.livescribe.penlet.RegionCollection
Gets the state of a cell in the bitmap region (true = on, false = off) Note that this function will fail if the region is not referring to a bitmap region.
getBlackColor() - Static method in class com.livescribe.display.Display
Gets the pixel value used for black color
getBookmarkAreaId() - Method in interface com.livescribe.buttons.Bookmarkable
Gets an unsigned 16-bit area ID for this bookmarkable object.
getBookmarkAreaId() - Method in class com.livescribe.buttons.BookmarkInfo
Gets the area ID.
getBookmarkDisplayable() - Method in interface com.livescribe.buttons.Bookmarkable
Gets the Displayable object that will be used to prompt the user to draw a button.
getBookmarkDisplayable() - Method in class com.livescribe.buttons.BookmarkInfo
This returns null for the default displayable.
getBookmarkDisplayName() - Method in interface com.livescribe.buttons.Bookmarkable
Gets a string suitable for displaying to the user.
getBookmarkDisplayName() - Method in class com.livescribe.buttons.BookmarkInfo
Gets the displayable name.
getBookmarkZOrder() - Method in interface com.livescribe.buttons.Bookmarkable
Gets an unsigned 15-bit Z-order to be used when resolving overlapping conflicts between two bookmarked regions.
getBookmarkZOrder() - Method in class com.livescribe.buttons.BookmarkInfo
Gets the Z-order value.
getBooleanValue(String) - Method in class com.livescribe.configuration.Config
Gets the value of the specified property as a boolean.
getBooleanValue(String) - Method in class com.livescribe.configuration.SystemConfig
 
getBooleanValue(String) - Method in class com.sun.cldchi.test.Reflect
 
getBoundingBox() - Method in class com.livescribe.geom.Shape
Gets the bounding box of this shape.
getBoundingBox(Region) - Method in class com.livescribe.penlet.RegionCollection
Gets the bounding box of the Region.
getBounds() - Method in interface com.livescribe.geom.BoundsStrategy
Gets the accumulated bounds.
getBounds() - Method in class com.livescribe.geom.OctagonBoundsStrategy
Gets the accumulated bounds.
getBounds() - Method in class com.livescribe.geom.RectangleBoundsStrategy
Gets the accumulated bounds.
getBrowseList() - Method in class com.livescribe.ext.ui.Menu
Gets the browse list display object.
getBrushColor() - Method in class com.livescribe.display.Graphics
Gets the current brush color of this Graphics.
getBytes(String) - Method in class java.lang.String
Convert this String into bytes according to the specified character encoding, storing the result into a new byte array.
getBytes() - Method in class java.lang.String
Convert this String into bytes according to the platform's default character encoding, storing the result into a new byte array.
getByteValue(String) - Method in class com.livescribe.configuration.SystemConfig
 
getCause() - Method in exception com.livescribe.penlet.PenletStateChangeException
Gets the cause for this exception.
getChannelVolume(int) - Method in interface javax.microedition.media.control.MIDIControl
 
getChars(int, int, char[], int) - Method in class java.lang.String
Copies characters from this string into the destination character array.
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
Characters are copied from this string buffer into the destination character array dst.
getClass() - Method in class java.lang.Object
Returns the runtime class of an object.
getClassPath() - Method in class com.sun.cldc.isolate.Isolate
Returns the classpath the Isolate was started with.
getClipHeight() - Method in class com.livescribe.display.Graphics
Gets the height of the clip
getClipWidth() - Method in class com.livescribe.display.Graphics
Gets the width of the clip
getClipX() - Method in class com.livescribe.display.Graphics
Gets the X-coordinate of the clip.
getClipY() - Method in class com.livescribe.display.Graphics
Gets the Y-coordinate of the clip.
getCollationKey(String) - Method in class com.livescribe.i18n.Collator
Transforms the String into a series of bits that can be compared bitwise to other CollationKeys.
getContentDescriptor() - Method in interface javax.microedition.media.protocol.SourceStream
Get the content type for this stream.
getContentLength() - Method in interface javax.microedition.media.protocol.SourceStream
Get the size in bytes of the content on this stream.
getContentType() - Method in interface javax.microedition.media.control.RecordControl
Return the content type of the recorded media.
getContentType() - Method in interface javax.microedition.media.Player
 
getContentType() - Method in class javax.microedition.media.protocol.ContentDescriptor
Obtain a string that represents the content type for this descriptor.
getContentType() - Method in class javax.microedition.media.protocol.DataSource
Get a string that describes the content-type of the media that the source is providing.
getContentWidth() - Method in class com.livescribe.ui.ScrollLabel
 
getContext() - Method in class com.livescribe.penlet.Penlet
Gets the penlet context.
getControl(String) - Method in interface javax.microedition.media.Controllable
 
getControl(String) - Method in class javax.microedition.media.protocol.DataSource
 
getControls() - Method in interface javax.microedition.media.Controllable
 
getControls() - Method in class javax.microedition.media.protocol.DataSource
 
getCoordinateFrequencyDivider() - Method in class com.livescribe.configuration.SystemConfig
Gets the current value for the coordinate streaming frequency divider.
getCoordinateTime(long, int) - Static method in class com.livescribe.geom.Stroke
Calculates a specific coordinate's time.
getCopy() - Method in class com.livescribe.afp.PageInstance
Gets the copy to which this page belongs.
getCopy() - Method in class com.livescribe.event.DocumentEvent
Gets the copy number.
getCopy() - Method in class com.livescribe.event.PaperEvent
Gets the page instance's copy number.
getCount() - Method in class com.livescribe.display.AttributedText
Returns the number of attribute\text pairs that this AttributedText object contains.
getCountry() - Method in class com.livescribe.i18n.Locale
Gets the country/region code for this locale which will be the empty string or an uppercase ISO 3166 2-letter code.
getCropRegion() - Method in class com.livescribe.afp.PageInstance
Returns the crop region for the page.
getCurrent() - Method in class com.livescribe.display.Display
Gets the current Displayable instance.
getCurrentRegionCollection() - Method in class com.livescribe.penlet.PenletContext
Gets the RegionCollection for the current page.
getData() - Method in interface javax.microedition.io.Datagram
Get the contents of the data buffer.
getDataLastModifiedTime() - Method in class com.livescribe.penlet.Penlet
Gets the time when the application last modified its data.
getDataSource(String) - Method in interface com.livescribe.storage.PenletStorage
Gets a DataSource object for the specified name.
getDate() - Method in class com.livescribe.ui.DateIndicator
Returns the current date in a String format
getDateFormat() - Method in class com.livescribe.configuration.SystemConfig
Returns the system date format setting.
getDecimalPointSymbol() - Method in class com.livescribe.i18n.Formatter
Get the decimal point symbol.
getDecomposition() - Method in class com.livescribe.i18n.Collator
Get the decomposition mode of this Collator.
getDefault() - Static method in class com.livescribe.i18n.Locale
Gets the default locale of the platform.
getDefault() - Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDefaultAlphabetKnowledgeResource() - Method in class com.livescribe.icr.ICRContext
Gets the default Alphabet Knowledge resource to use for handwriting recognition in the specified language and writing style.
getDefaultEnglishName() - Method in class com.livescribe.penlet.QuickLaunch.Entry
 
getDefaultFont() - Static method in class com.livescribe.display.Font
Returns the default font for the current locale.
getDefaultFont(Locale) - Static method in class com.livescribe.display.Font
Returns the default font for the locale specified.
getDefaultLexiconKnowledgeResource() - Method in class com.livescribe.icr.ICRContext
Gets the default lexicon resource to use for handwriting recognition in the specified language and writing style.
getDestination() - Method in class com.livescribe.display.Graphics
Gets the destination Image this Graphics renders to.
getDigitGroupingSymbol() - Method in class com.livescribe.i18n.Formatter
Get the digit grouping symbol.
getDisplay() - Method in class com.livescribe.penlet.PenletContext
Gets the display instance.
getDisplay() - Method in class com.livescribe.penlet.PenletPlugin
Gets the current Display.
getDisplayable() - Method in class com.livescribe.i18n.DisplayableResource
Gets the localized displayable object.
getDisplayBrightness() - Method in class com.livescribe.configuration.SystemConfig
Returns the brightness of the smartpen display.
getDisplayHeight() - Method in interface javax.microedition.media.control.VideoControl
Return the actual height of the current render video.
getDisplayName(Locale) - Method in class com.livescribe.i18n.Locale
Gets the display name of this locale in the native language of the locale passed in.
getDisplayName() - Method in class com.livescribe.i18n.Locale
Calls getDisplayName with the current system locale
getDisplayOrientation() - Method in class com.livescribe.configuration.SystemConfig
Returns whether the smartpen display currently has left-handed display orientation.
getDisplayResource(String) - Method in class com.livescribe.i18n.ResourceBundle
Returns the localized display resource for the identifier passed.
getDisplayWidth() - Method in interface javax.microedition.media.control.VideoControl
Return the actual width of the current render video.
getDisplayX() - Method in interface javax.microedition.media.control.VideoControl
Return the X-coordinate of the video with respect to the GUI object where the video is displayed.
getDisplayY() - Method in interface javax.microedition.media.control.VideoControl
Return the Y-coordinate of the video with respective to the GUI object where the video is displayed.
getDistance(int, int) - Method in class com.livescribe.geom.Point
Get the distance between this and the specified point.
getDocument() - Method in class com.livescribe.afp.PageInstance
Gets the document (paper product) associated with this page instance.
getDocument() - Method in class com.livescribe.event.DocumentEvent
Gets the document object.
getDoubleValue(String) - Method in class com.livescribe.configuration.Config
Gets the value of the specified property as a double.
getDoubleValue(String) - Method in class com.livescribe.configuration.SystemConfig
 
getDuration() - Method in interface javax.microedition.media.Player
 
getEncoding() - Method in interface javax.microedition.io.ContentConnection
Returns a string describing the encoding of the content which the resource connected to is providing.
getEndTime(long) - Method in class com.livescribe.geom.Stroke
Gets the stroke's end time.
getFace() - Method in class com.livescribe.display.Font
Gets the face type of the font.
getFailedCoordinateCount() - Method in class com.livescribe.configuration.SystemConfig
Gets the total number of failed coordinates since the pen was turned on.
getField(String) - Method in class com.sun.cldchi.test.Reflect
 
getFileSystemAvailableSize() - Method in class com.livescribe.configuration.SystemConfig
Returns the available space on the smartpen file system.
getFileSystemAvailableSize64() - Method in class com.livescribe.configuration.SystemConfig
 
getFileSystemTotalSize() - Method in class com.livescribe.configuration.SystemConfig
Returns the total size of the smartpen file system, both used and unused.
getFileSystemTotalSize64() - Method in class com.livescribe.configuration.SystemConfig
 
getFirmwareVersion() - Method in class com.livescribe.configuration.SystemConfig
Returns the system firmware version.
getFirst() - Method in class com.livescribe.ext.util.LinkedList
Gets the first element
getFirstRegion(int) - Method in class com.livescribe.penlet.RegionCollection
Gets the first Region for the area identifier passed.
getFocusIndex() - Method in class com.livescribe.display.BrowseList
Gets the index of the item that currently has focus.
getFocusIndex() - Method in class com.livescribe.ext.ui.Menu
Gets the index of the item that currently has the focus.
getFocusItem() - Method in class com.livescribe.display.BrowseList
Gets the item that currently has focus.
getFont() - Method in class com.livescribe.display.AttributedText.Attribute
Gets the font attribute.
getFont(String, int, int) - Static method in class com.livescribe.display.Font
Returns the font for the attributes specified for the current locale.
getFont(int, int, int) - Static method in class com.livescribe.display.Font
Gets the font for the attributes specified for the current locale.
getFont(Locale, int, int, int) - Static method in class com.livescribe.display.Font
Returns the font for the locale and the attributes specified.
getFont(Locale, String, int, int) - Static method in class com.livescribe.display.Font
Returns the font for the locale and the attributes specified.
getFont() - Method in class com.livescribe.display.Graphics
Gets the current font of this Graphics.
getFormat(int) - Method in class com.livescribe.i18n.Formatter
 
getFormatter(Locale) - Static method in class com.livescribe.i18n.Formatter
 
getFormatter() - Static method in class com.livescribe.i18n.Formatter
 
getGraphics(Image) - Static method in class com.livescribe.display.Graphics
Gets an instance of the Graphics that can render to the Image passed.
getGUID() - Method in class com.livescribe.afp.Document
Gets the unique identifier of this document.
getHardware() - Method in class com.livescribe.penlet.PenletContext
Get info about the pen
getHeight() - Static method in class com.livescribe.display.Display
Gets the height of the display in pixels.
getHeight() - Method in class com.livescribe.display.Font
Gets the height of the font.
getHeight() - Method in class com.livescribe.display.Image
Gets the image height
getHeight() - Method in class com.livescribe.geom.Ellipse
Gets the height of this ellipse.
getHeight() - Method in class com.livescribe.geom.LineSegment
Gets the height of this line.
getHeight() - Method in class com.livescribe.geom.Rectangle
Gets the height of this rectangle.
getHWRErrorString() - Method in class com.livescribe.ext.plugins.AcquireHWPlugin
Returns the HWR error string if AcquireHWPlugin.getResultStatus() returns AcquireHWPlugin.RESULT_HWR_ERROR.
getIcon() - Method in interface com.livescribe.display.BrowseList.Item
Gets the image that should be displayed when this Item has focus.
getIcon() - Method in class com.livescribe.display.BrowseList.Title
Returns the icon for the title.
getIcon() - Method in class com.livescribe.ext.ui.Menu.MenuItem
 
getICRContext(int, HWRListener, Language, WritingStyle) - Method in class com.livescribe.penlet.PenletContext
Deprecated.  
getICRContext(int, HWRListener, Locale, WritingStyle) - Method in class com.livescribe.penlet.PenletContext
Creates an ICR recognition context for recognition of text for a specified language and writing style.
getICRContext(int, HWRListener) - Method in class com.livescribe.penlet.PenletContext
Creats an ICR recognition context for recognition of text for the current locale and default writing style (WritingStyle.DEFAULT).
getId() - Method in class com.livescribe.event.Event
Returns the event's ID, an integer.
getId() - Method in class com.livescribe.i18n.Resource
Gets resource ID.
getId() - Method in class com.livescribe.penlet.PenletContext
Gets the identifier for the application.
getId() - Method in class com.livescribe.penlet.Region
Gets the unique 64-bit region ID.
getID() - Method in class com.sun.cldc.util.j2me.TimeZoneImpl
Gets the ID of this time zone.
getID() - Method in class java.util.TimeZone
Gets the ID of this time zone.
getIDs() - Method in class com.sun.cldc.util.j2me.TimeZoneImpl
Gets all the available IDs supported.
getIdString() - Method in class com.livescribe.penlet.Region
Returns the ID as a string in hex, having the following format: 0xHIGH_WORD:LOW_WORD.
getImage() - Method in class com.livescribe.i18n.ImageResource
Gets the localized image.
getImageResource(String) - Method in class com.livescribe.i18n.ResourceBundle
Returns the localized image resource for the identifier passed.
getIndex() - Method in class com.livescribe.ext.ui.Menu.MenuItem
Gets the item's index number.
getInputStream() - Method in class com.livescribe.i18n.SoundResource
Gets the localized audio stream.
getInstance(PenletContext, String, boolean) - Static method in class com.livescribe.afp.PropertyCollection
This is a factory method that returns an instance of the requested property collection.
getInstance(PenletContext, String) - Static method in class com.livescribe.afp.PropertyCollection
This is a factory method that returns an instance of the requested property collection.
getInstance(PenletContext, Region) - Static method in class com.livescribe.afp.PropertyCollection
This is a factory method that returns an instance of the requested property collection.
getInstance(PenletContext, Region, boolean) - Static method in class com.livescribe.afp.PropertyCollection
This is a factory method that returns an instance of the requested property collection.
getInstance() - Static method in class com.livescribe.configuration.SystemConfig
 
getInstance() - Static method in class com.livescribe.i18n.Collator
Gets the Collator for the current default locale.
getInstance(Locale) - Static method in class com.livescribe.i18n.Collator
Gets the Collator for the desired locale.
getInstance() - Method in class com.livescribe.penlet.Region
Gets the penlet instance that owns this region.
getInstance(String) - Method in class com.sun.cldc.util.j2me.TimeZoneImpl
Gets the TimeZone for the given ID.
getInstance() - Static method in class java.util.Calendar
Gets a calendar using the default time zone.
getInstance(TimeZone) - Static method in class java.util.Calendar
Gets a calendar using the specified time zone.
getInternalPenletStorage() - Method in class com.livescribe.penlet.PenletContext
Gets the persistant storage to be used by the application.
getInternalTime() - Static method in class com.livescribe.configuration.SystemConfig
Returns the system time.
getIntValue(String) - Method in class com.sun.cldchi.test.Reflect
 
getIsolates() - Static method in class com.sun.cldc.isolate.Isolate
Returns an array of Isolate objects representing all tasks that have been started but have not terminated.
getItemAt(int, BrowseList.ItemHolder) - Method in class com.livescribe.display.BrowseList
 
getItemCount() - Method in class com.livescribe.display.BrowseList
Gets the number of items in this browse list.
getItemCount() - Method in class com.livescribe.ext.ui.Menu
Gets the item count.
getKeyName(int, int, int) - Method in interface javax.microedition.media.control.MIDIControl
 
getKeys() - Method in interface javax.microedition.media.control.MetaDataControl
 
getKeyValue(String) - Method in interface javax.microedition.media.control.MetaDataControl
 
getLanguage() - Method in class com.livescribe.i18n.Locale
Gets the language code for this locale which will be the empty string or a lower case ISO 639 code.
getLast() - Method in class com.livescribe.ext.util.LinkedList
Gets the last (tail) element
getLastCoord() - Method in class com.livescribe.storage.StrokeStorage
Returns the last point.
getLastStroke() - Method in class com.livescribe.storage.StrokeStorage
Returns the last stroke time.
getLength() - Method in interface javax.microedition.io.ContentConnection
Returns the length of the content which is being provided.
getLength() - Method in interface javax.microedition.io.Datagram
Get the length of the datagram.
getLevel() - Method in interface javax.microedition.media.control.VolumeControl
 
getLocale() - Method in class com.livescribe.configuration.SystemConfig
Returns the current locale.
getLocale() - Method in class com.livescribe.i18n.Collator
 
getLocale() - Method in class com.livescribe.i18n.Formatter
 
getLocale(String, String, String) - Static method in class com.livescribe.i18n.Locale
 
getLocale() - Method in class com.livescribe.i18n.ResourceBundle
Returns the locale of the bundle.
getLocale() - Method in class com.livescribe.icr.ICRContext
Normally this will be the same as the requested locale passed when the ICR context is created.
getLocator() - Method in class javax.microedition.media.protocol.DataSource
Get the locator that describes this source.
getLongValue(String) - Method in class com.livescribe.configuration.Config
Gets the value of the specified property as a long.
getLongValue(String) - Method in class com.livescribe.configuration.SystemConfig
 
getMaximumLength() - Method in interface javax.microedition.io.DatagramConnection
Get the maximum length a datagram can be.
getMaxPitch() - Method in interface javax.microedition.media.control.PitchControl
 
getMaxRate() - Method in interface javax.microedition.media.control.RateControl
 
getMediaTime() - Method in interface javax.microedition.media.Player
 
getMessage() - Method in exception com.livescribe.penlet.PenletStateChangeException
Overridden to supply a message from the cause exception if there is no detail message.
getMessage() - Method in class java.lang.Throwable
Returns the error message string of this Throwable object.
getMetadata() - Method in class com.livescribe.ext.ui.Menu
Returns the metadata associated with this menu.
getMetadata(int) - Method in class com.livescribe.ext.ui.Menu
Gets the metadata associated with the specified menu item.
getMicSensitivity() - Method in class com.livescribe.configuration.SystemConfig
Returns the microphone sensitivity.
getMimeType() - Method in class com.livescribe.i18n.SoundResource
Returns the MIME type of the audio stream.
getMimeType(String) - Static method in class com.livescribe.ui.MediaPlayer
Returns the MIME type of the specified audio file.
getMinPitch() - Method in interface javax.microedition.media.control.PitchControl
 
getMinRate() - Method in interface javax.microedition.media.control.RateControl
 
getModifiedTime(String) - Method in interface com.livescribe.storage.PenletStorage
Get the modified time for the file entry passed.
getMultiWordDefaultResourceSet() - Method in class com.livescribe.icr.ICRContext
Gets a resource set that is appropriate for the recognition of multiple words in the specified language.
getName() - Method in class com.livescribe.penlet.PenletContext
Gets the name of the penlet.
getName(Locale) - Method in class com.livescribe.penlet.QuickLaunch.Entry
 
getName() - Method in class java.lang.Class
Returns the fully-qualified name of the entity (class, interface, array class, primitive type, or void) represented by this Class object, as a String.
getName() - Method in class java.lang.Thread
Returns this thread's name.
getNegativeBrushColor() - Method in class com.livescribe.display.Graphics
Gets the color that will erase what is painted with the brush.
getNextStroke(long) - Method in class com.livescribe.storage.StrokeStorage
Returns the next stroke time, in milliseconds.
getNominalLength() - Method in interface javax.microedition.io.DatagramConnection
Get the nominal length of a datagram.
getNumberOfCopies() - Method in class com.livescribe.afp.Document
Gets the number of copies of this document.
getNumberOfPages() - Method in class com.livescribe.afp.Document
Gets the number of pages contained in this document.
getNumberofVertices() - Method in class com.livescribe.geom.Shape
Deprecated. Use Shape.getNumberOfVertices().
getNumberOfVertices() - Method in class com.livescribe.geom.Shape
Returns the number of vertices in this shape.
getObjectValue() - Method in class com.sun.cldchi.test.Reflect
 
getOffset() - Method in class com.livescribe.ui.ScrollLabel
 
getOffset(int, int, int, int, int, int) - Method in class com.sun.cldc.util.j2me.TimeZoneImpl
Gets offset, for current date, modified in case of daylight savings.
getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
Gets offset, for current date, modified in case of daylight savings.
getOffset() - Method in interface javax.microedition.io.Datagram
Get the offset.
getPage() - Method in class com.livescribe.afp.PageInstance
Gets the logical page number.
getPage() - Method in class com.livescribe.event.PaperEvent
Gets the page's page number.
getPageAddress() - Method in class com.livescribe.afp.PageInstance
Gets the page address of this page.
getPageHeight() - Method in class com.livescribe.afp.PageInstance
Gets the page height in Anoto Units.
getPageInstance() - Method in class com.livescribe.afp.PageAddress
Gets the PageInstance for this page address.
getPageInstance(long) - Static method in class com.livescribe.afp.PageAddress
Gets the PageInstance for the specified 64-bit page address.
getPageInstance() - Method in class com.livescribe.event.PaperEvent
Gets the page object.
getPageWidth() - Method in class com.livescribe.afp.PageInstance
Gets the page width in Anoto Units.
getParent() - Method in class com.livescribe.ext.ui.Menu
Returns the parent menu, or null if this menu has no parent.
getPenlet() - Method in class com.livescribe.penlet.PenletPlugin
Gets the penlet to which this plugin is attached.
getPenName() - Method in class com.livescribe.configuration.SystemConfig
Returns the pen name
getPitch() - Method in interface javax.microedition.media.control.PitchControl
 
getPreviousStroke(long) - Method in class com.livescribe.storage.StrokeStorage
Returns the previous stroke time, in milliseconds.
getPrintedPageNumber() - Method in class com.livescribe.afp.PageInstance
Returns the page number printed on the physical page.
getPriority() - Method in class com.sun.cldc.isolate.Isolate
Returns the priority of this isolate.
getPriority() - Method in class java.lang.Thread
Returns this thread's priority.
getProgram(int) - Method in interface javax.microedition.media.control.MIDIControl
 
getProgramList(int) - Method in interface javax.microedition.media.control.MIDIControl
 
getProgramName(int, int) - Method in interface javax.microedition.media.control.MIDIControl
 
getProperty(long) - Method in class com.livescribe.afp.PropertyCollection
Gets the value of the specified property.
getProperty(String) - Method in class com.livescribe.penlet.PenletContext
Gets the value of the specified property.
getProperty(String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getPropertyCount() - Method in class com.livescribe.afp.PropertyCollection
Gets the property count.
getQuickLaunch() - Method in class com.livescribe.penlet.PenletContext
Get a QuickLaunch object which allows editing of the dynamic Quick Launch menu items associated with this penlet
getRate() - Method in interface javax.microedition.media.control.RateControl
 
getRawBatteryVoltage() - Method in class com.livescribe.configuration.SystemConfig
Returns the raw battery voltage.
getRawOffset() - Method in class com.sun.cldc.util.j2me.TimeZoneImpl
Gets the GMT offset for this time zone.
getRawOffset() - Method in class java.util.TimeZone
Gets the GMT offset for this time zone.
getRecognitionScore() - Method in class com.livescribe.icr.DetailedResult.CandidateEnumeration
Returns the recognition score of the current candidate.
getRecordingAvailableSize() - Method in class com.livescribe.configuration.SystemConfig
Gets the available space to store new audio recordings.
getRecordingAvailableSize64() - Method in class com.livescribe.configuration.SystemConfig
 
getReelCount() - Method in class com.livescribe.ext.ui.SlotMachine
Gets the number of reels.
getReelPosition(int) - Method in class com.livescribe.ext.ui.SlotMachine
Gets the reel position as a floating-point value.
getRegion() - Method in class com.livescribe.event.PaperEvent
Gets the region object.
getRegionCollection(PageInstance) - Method in class com.livescribe.penlet.PenletContext
Gets a region collection for the page instance passed.
getRelativeCoordinateTime(long, int) - Method in class com.livescribe.geom.Stroke
Gets the coordinate time in relation to the stroke's end time.
getRemoteMessage() - Method in exception com.sun.cldc.isolate.IsolateStartupException
Returns the detail message string for the remote exception (which may be null even if a remote exception occured).
getRemoteName() - Method in exception com.sun.cldc.isolate.IsolateStartupException
Returns either the name of the exception type of the remote exception or null if there was no reportable remote Java exception.
getRenderer() - Method in class com.livescribe.display.Font
Gets the renderer that can render text using this font.
getResource(String) - Method in class com.livescribe.afp.Document
Retrieves the contents of a file from the document as an input stream.
getResourceAsStream(String) - Method in class com.livescribe.ui.MediaPlayer
Allows the penlet to provide the stream for the resource specified.
getResourceAsStream(String) - Method in class java.lang.Class
Finds a resource with a given name in the application's JAR file.
getResourceBundle() - Method in class com.livescribe.penlet.PenletContext
Gets the resource bundle for the current locale.
getResourceBundle(Locale) - Method in class com.livescribe.penlet.PenletContext
Gets the resource bundle for a specific locale.
getResult() - Method in class com.livescribe.ext.plugins.AcquireHWPlugin
Returns the last HWR result.
getResultBounds() - Method in class com.livescribe.ext.plugins.AcquireHWPlugin
Gets the bounds of the last result.
getResultStatus() - Method in class com.livescribe.ext.plugins.AcquireHWPlugin
Gets the status of the result, for example if the result is null because of an error.
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getScrollSpeed() - Method in class com.livescribe.configuration.SystemConfig
Returns the system scroll speed.
getSeekType() - Method in interface javax.microedition.media.protocol.SourceStream
Find out if the stream is seekable.
getSelectedIndex() - Method in class com.livescribe.ext.ui.RadioMenu
Gets the index of the currently selected item.
getShape(Region) - Method in class com.livescribe.penlet.RegionCollection
Lets the user obtain a Shape object that corresponds to the region stored by the system.
getShiftWidth() - Method in class com.livescribe.ui.ScrollLabel
 
getSingleWordDefaultResourceSet() - Method in class com.livescribe.icr.ICRContext
Gets a resource set that is appropriate for the recognition of single words in the specified language.
getSize() - Method in class com.livescribe.display.Font
Gets the size of the font.
getSize() - Method in class com.livescribe.geom.Shape
Gets the geometrical area or length of this shape, depending on the type.
getSnapshot(String) - Method in interface javax.microedition.media.control.VideoControl
Get a snapshot of the displayed content.
getSoundResource(String) - Method in class com.livescribe.i18n.ResourceBundle
Returns the localized sound resource for the identifier passed.
getSourceHeight() - Method in interface javax.microedition.media.control.VideoControl
Return the height of the source video.
getSourceString() - Method in class com.livescribe.i18n.CollationKey
Returns the String that this CollationKey represents.
getSourceWidth() - Method in interface javax.microedition.media.control.VideoControl
Return the width of the source video.
getState() - Method in interface javax.microedition.media.Player
 
getStaticBooleanValue(Isolate, String, String) - Static method in class com.sun.cldchi.test.Reflect
 
getStaticIntValue(Isolate, String, String) - Static method in class com.sun.cldchi.test.Reflect
 
getStaticStringValue(Isolate, String, String) - Static method in class com.sun.cldchi.test.Reflect
 
getStopTime() - Method in interface javax.microedition.media.control.StopTimeControl
 
getStreamReader(InputStream) - Static method in class com.sun.cldc.i18n.Helper
Get a reader for an InputStream
getStreamReader(InputStream, String) - Static method in class com.sun.cldc.i18n.Helper
Get a reader for an InputStream
getStreams() - Method in class javax.microedition.media.protocol.DataSource
Get the collection of streams that this source manages.
getStreamWriter(OutputStream) - Static method in class com.sun.cldc.i18n.Helper
Get a writer for an OutputStream
getStreamWriter(OutputStream, String) - Static method in class com.sun.cldc.i18n.Helper
Get a writer for an OutputStream
getStrength() - Method in class com.livescribe.i18n.Collator
Returns this Collator's strength property.
getStringValue(String) - Method in class com.livescribe.configuration.Config
Gets the value of the specified property as a string.
getStringValue(String) - Method in class com.livescribe.configuration.SystemConfig
 
getStringValue(String) - Method in class com.sun.cldchi.test.Reflect
 
getStroke(long) - Method in class com.livescribe.storage.StrokeStorage
Returns the stroke corresponding to the specified time.
getStrokeBoundingBox(long) - Method in class com.livescribe.storage.StrokeStorage
Returns the rectangle bounding the stroke.
getStyle() - Method in class com.livescribe.display.Font
Gets the style of the font.
getSubLevelCandidates() - Method in class com.livescribe.icr.DetailedResult.CandidateEnumeration
Returns a CandidateEnumeration of candidates for the next level of decomposition.
getSubmenu(int) - Method in class com.livescribe.ext.ui.Menu
Gets the submenu for the item at the specified index.
getSuccessfulCoordinateCount() - Method in class com.livescribe.configuration.SystemConfig
Gets the total number of successful coordinates since the pen was turned on.
getSupportedContentTypes(String) - Static method in class javax.microedition.media.Manager
 
getSupportedLocales() - Static method in class com.livescribe.configuration.SystemConfig
Returns the list of locales support by the system.
getSupportedProtocols(String) - Static method in class javax.microedition.media.Manager
 
getSurface() - Method in class com.livescribe.display.Displayable
Gets the drawing surface of the Displayable.
getSystemConfiguration() - Method in class com.livescribe.penlet.PenletContext
Gets the system configuration instance.
getSystemTimeBase() - Static method in class javax.microedition.media.Manager
 
getTabletRegion() - Method in class com.livescribe.afp.PageInstance
Returns the tablet region for the page.
getTempo() - Method in interface javax.microedition.media.control.TempoControl
 
getText(int) - Method in class com.livescribe.display.AttributedText
Gets the text for the index specified.
getText() - Method in interface com.livescribe.display.BrowseList.Item
Returns the text that should be displayed when this Item has focus.
getText() - Method in class com.livescribe.display.BrowseList.Title
Returns the text for the title.
getText() - Method in class com.livescribe.ext.ui.Menu.MenuItem
 
getText() - Method in class com.livescribe.i18n.TextResource
Gets the localized text.
getTextBoundingBox() - Method in class com.livescribe.icr.ICRContext
Gets the bounding box of the recognized text.
getTextCandidates() - Method in class com.livescribe.icr.DetailedResult
Gets an enumeration of recognition candidates for the text level.
getTextResource(String) - Method in class com.livescribe.i18n.ResourceBundle
Returns the localized text resource for the identifier passed.
getTime() - Method in class com.livescribe.event.PenletEvent
Gets the event time.
getTime() - Method in class com.livescribe.ui.TimeIndicator
Returns the current time in a format specifically the current locale.
getTime() - Method in class java.util.Calendar
Gets this Calendar's current time.
getTime() - Method in class java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
getTime() - Method in interface javax.microedition.media.TimeBase
 
getTimeBase() - Method in interface javax.microedition.media.Player
 
getTimeFormat() - Method in class com.livescribe.configuration.SystemConfig
Returns the system time format setting.
getTimeInMillis() - Method in class java.util.Calendar
Gets this Calendar's current time as a long expressed in milliseconds after January 1, 1970, 0:00:00 GMT (the epoch).
getTimeOfDay() - Method in class com.livescribe.configuration.SystemConfig
Deprecated. use {System.currentTimeMillis}
getTimeZone() - Method in class java.util.Calendar
Gets the time zone.
getTimeZone(String) - Static method in class java.util.TimeZone
Gets the TimeZone for the given ID.
getTitle() - Method in class com.livescribe.afp.Document
Gets the title of this document.
getTransferSize() - Method in interface javax.microedition.media.protocol.SourceStream
Get the size of a "logical" chunk of media data from the source.
getTransition() - Method in class com.livescribe.display.Display
Gets the current Transition object.
getTrayHeight() - Static method in class com.livescribe.display.Display
Gets the height of the system tray in pixels.
getTrayWidth() - Static method in class com.livescribe.display.Display
Gets the width of the system tray in pixels.
getType() - Method in class com.livescribe.geom.Shape
Returns the shape type, one of the SHAPE_XXX constants.
getType() - Method in interface javax.microedition.io.ContentConnection
Returns the type of content that the resource connected to is providing.
getUnattributedText() - Method in class com.livescribe.display.AttributedText
Returns a string representation of this object.
getUnion(Shape, Shape) - Static method in class com.livescribe.geom.Shape
Finds the smallest possible rectangle that contains both shapes.
getURI() - Method in class com.livescribe.icr.Resource
Gets the URI of this resources
getVariant() - Method in class com.livescribe.i18n.Locale
Gets the variant code for this locale.
getViewportWidth() - Method in class com.livescribe.ui.ScrollLabel
 
getVoiceMenus() - Method in class com.livescribe.configuration.SystemConfig
Returns the state of voice menus (on/off).
getWhiteColor() - Static method in class com.livescribe.display.Display
Gets the pixel value used for white color
getWidth() - Static method in class com.livescribe.display.Display
Gets the width of the display in pixels.
getWidth() - Method in class com.livescribe.display.Image
Gets the image width
getWidth() - Method in class com.livescribe.geom.Ellipse
Gets the width of this ellipse.
getWidth() - Method in class com.livescribe.geom.LineSegment
Gets the width of this line.
getWidth() - Method in class com.livescribe.geom.Rectangle
Gets the width of this rectangle.
getX() - Method in class com.livescribe.event.PenTipEvent
Gets the X-coordinate for single- and double-taps.
getX() - Method in class com.livescribe.geom.Ellipse
Returns the X-coordinate of the top left corner.
getX() - Method in class com.livescribe.geom.LineSegment
Returns the X-coordinate of the top left corner.
getX() - Method in class com.livescribe.geom.Point
Returns the X-coordinate.
getX() - Method in class com.livescribe.geom.Rectangle
Returns the X-coordinate of the top left corner.
getX(int) - Method in class com.livescribe.geom.Shape
Gets the X-coordinate at the specified index.
getXY() - Method in class com.livescribe.geom.Shape
Gets an array of the coordinates in this shape.
getY() - Method in class com.livescribe.event.PenTipEvent
Gets the Y-coordinate for single- and double-taps.
getY() - Method in class com.livescribe.geom.Ellipse
Returns the Y-coordinate of the top left corner.
getY() - Method in class com.livescribe.geom.LineSegment
Returns the Y-coordinate of the top left corner.
getY() - Method in class com.livescribe.geom.Point
Returns the Y-coordinate.
getY() - Method in class com.livescribe.geom.Rectangle
Returns the Y-coordinate of the top left corner.
getY(int) - Method in class com.livescribe.geom.Shape
Gets the Y-coordinate at the specified index.
getZOrder() - Method in class com.livescribe.penlet.Region
Gets the Z-order of the shape.
Graphics - Class in com.livescribe.display
The Graphics class provides 2D drawing functionality.
GREATER - Static variable in class com.livescribe.i18n.Collator
GREATER is returned if source string is compared to be greater than target string in the compare() method.
GUIControl - Interface in javax.microedition.media.control
 

H

halt(int) - Method in class com.sun.cldc.isolate.Isolate
Forces termination of this Isolate.
handleMenuEvent(MenuEvent) - Method in interface com.livescribe.event.MenuEventListener
Called to notify the penlet about a menu event.
handleMenuEvent(MenuEvent, Display, MediaPlayer) - Method in class com.livescribe.ext.ui.Menu
Handles a menu event by properly displaying the information.
handleSystemEvent(SystemEvent) - Method in interface com.livescribe.event.SystemEventListener
Called by the system to handle SystemEvent
handleTick(long) - Method in class com.livescribe.util.TapAndHoldGesture
This is called when a timeout has elapsed.
HandPrint - Static variable in class com.livescribe.icr.WritingStyle
The non-cursive, or "printing", writing style.
HardwareEvent - Class in com.livescribe.event
The HardwareEvent class extends the SystemEvent class to encapsulate hardware specific events.
hashCode() - Method in interface com.livescribe.ext.util.Collection
 
hashCode() - Method in interface com.livescribe.ext.util.List
 
hashCode() - Method in class com.livescribe.i18n.Locale
 
hashCode() - Method in class com.livescribe.penlet.Region
Returns a hash code for this region.
hashCode() - Method in class java.lang.Boolean
Returns a hash code for this Boolean object.
hashCode() - Method in class java.lang.Byte
Returns a hashcode for this Byte.
hashCode() - Method in class java.lang.Character
Returns a hash code for this Character.
hashCode() - Method in class java.lang.Double
Returns a hashcode for this Double object.
hashCode() - Method in class java.lang.Float
Returns a hashcode for this Float object.
hashCode() - Method in class java.lang.Integer
Returns a hashcode for this Integer.
hashCode() - Method in class java.lang.Long
Computes a hashcode for this Long.
hashCode() - Method in class java.lang.Object
Returns a hash code value for the object.
hashCode() - Method in class java.lang.Short
Returns a hashcode for this Short.
hashCode() - Method in class java.lang.String
Returns a hashcode for this string.
hashCode() - Method in class java.util.Date
Returns a hash code value for this object.
Hashtable - Class in java.util
This class implements a hashtable, which maps keys to values.
Hashtable(int) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity.
Hashtable() - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with a default capacity and load factor.
hasMoreElements() - Method in interface java.util.Enumeration
Tests if this enumeration contains more elements.
hasMoreTokens() - Method in class com.livescribe.util.Tokenizer
Check if there are more tokens available from this tokenizer's string.
hasNext() - Method in interface com.livescribe.ext.util.Iterator
 
hasNext() - Method in interface com.livescribe.ext.util.ListIterator
 
hasPrevious() - Method in interface com.livescribe.ext.util.ListIterator
 
hasScrollableContent() - Method in class com.livescribe.ui.ScrollLabel
Indicates if the content that is supposed to be rendered by the label is scrollable or not.
HE_BATTERY_DISCHARGED - Static variable in class com.livescribe.event.HardwareEvent
ID to indicate that the pen battery is discharged
HE_BATTERY_FULL - Static variable in class com.livescribe.event.HardwareEvent
ID to indicate that the battery level is full
HE_BATTERY_LOW - Static variable in class com.livescribe.event.HardwareEvent
ID to indicate that the battery level is low
HE_BATTERY_NORMAL - Static variable in class com.livescribe.event.HardwareEvent
ID to indicate that the battery level is normal
HE_CHARGING - Static variable in class com.livescribe.event.HardwareEvent
ID to indicate that the pen is currently charging
HE_CHARGING_COMPLETE - Static variable in class com.livescribe.event.HardwareEvent
ID to indicate that the pen charging is complete
HE_MEMORY_FULL - Static variable in class com.livescribe.event.HardwareEvent
ID to indicate that the pen memory is full
HE_MEMORY_LOW - Static variable in class com.livescribe.event.HardwareEvent
ID to indicate that pen memory is low
HE_MEMORY_NORMAL - Static variable in class com.livescribe.event.HardwareEvent
ID to indicate that pen memory is normal
HE_MIC_PLUGGED_IN - Static variable in class com.livescribe.event.HardwareEvent
ID to indicate that the mic is plugged in
HE_MIC_PLUGGED_OUT - Static variable in class com.livescribe.event.HardwareEvent
ID to indicate that the mic is plugged out
HE_NOT_CHARGING - Static variable in class com.livescribe.event.HardwareEvent
ID to indicate that the pen is not currently charging
HE_PHONES_PLUGGED_IN - Static variable in class com.livescribe.event.HardwareEvent
ID to indicate that the headphones are plugged in
HE_PHONES_UNPLUGGED - Static variable in class com.livescribe.event.HardwareEvent
ID to indicate that the headphones are plugged out
HE_QUICKRECORD - Static variable in class com.livescribe.event.HardwareEvent
ID to indicate that quick record has started
HE_QUICKRECORD_ABORT - Static variable in class com.livescribe.event.HardwareEvent
ID to indicate that quick record has aborted
HE_USB_CONNECTED - Static variable in class com.livescribe.event.HardwareEvent
ID to indicate that the pen is connected via USB
HE_USB_DISCONNECTED - Static variable in class com.livescribe.event.HardwareEvent
ID to indicate that the pen is not connected via USB
Helper - Class in com.sun.cldc.i18n
This class provides general helper functions for the J2ME environment.
Helper() - Constructor for class com.sun.cldc.i18n.Helper
 
hideMuteWarning() - Method in class com.livescribe.penlet.PenletContext
Hides a warning to user that volume is MUTED.
HorizontalFlickScrub - Interface in com.livescribe.display
 
HOUR - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the morning or afternoon.
HOUR_OF_DAY - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the day.
hover(long, Coordinate) - Method in interface com.livescribe.event.CoordinateListener
This is called when a valid coordinate is detected when the pen tip is near, but not in contact with, the paper.
hoverAway(long) - Method in interface com.livescribe.event.CoordinateListener
This is called when the pen tip moves beyond the range of it ability to decode coordinates when hovering.
hwrCrossingOut(long, String) - Method in interface com.livescribe.event.HWRListener
This method is not currently supported, but may be supported in a future release.
hwrError(long, String) - Method in interface com.livescribe.event.HWRListener
Called when the HWR engine is unable to process strokes due to an error.
HWRListener - Interface in com.livescribe.event
Implementors of this interface will receive Handwriting Recognition (HWR) events.
hwrResult(long, String) - Method in interface com.livescribe.event.HWRListener
Called when the HWR engine has recognized a set of user drawn strokes as text.
hwrUserPause(long, String) - Method in interface com.livescribe.event.HWRListener
Called when the HWR engine has not processed input for a specified time interval.

I

ICRContext - Class in com.livescribe.icr
This class allows the application to use the Intelligent Character Recognition (ICR) engine.
id - Variable in class com.livescribe.buttons.BookmarkInfo
The area ID.
id - Variable in class com.livescribe.i18n.Resource
The resource ID.
id() - Method in class com.sun.cldc.isolate.Isolate
Returns a small integer ID that uniquely identifies this Isolate among the current set of active Isolates.
IDENTICAL - Static variable in class com.livescribe.i18n.Collator
Collator strength value.
identityHashCode(Object) - Static method in class java.lang.System
Returns the same hashcode for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().
IllegalAccessException - Exception in java.lang
Thrown when an application tries to load in a class, but the currently executing method does not have access to the definition of the specified class, because the class is not public and in another package.
IllegalAccessException() - Constructor for exception java.lang.IllegalAccessException
Constructs an IllegalAccessException without a detail message.
IllegalAccessException(String) - Constructor for exception java.lang.IllegalAccessException
Constructs an IllegalAccessException with a detail message.
IllegalArgumentException - Exception in java.lang
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
IllegalArgumentException() - Constructor for exception java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with no detail message.
IllegalArgumentException(String) - Constructor for exception java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with the specified detail message.
IllegalIsolateStateException - Exception in com.sun.cldc.isolate
Signals that a method of Isolate has been invoked at an illegal or inappropriate time.
IllegalIsolateStateException() - Constructor for exception com.sun.cldc.isolate.IllegalIsolateStateException
Constructs an IllegalIsolateStateException with no specified detail message.
IllegalIsolateStateException(String) - Constructor for exception com.sun.cldc.isolate.IllegalIsolateStateException
Constructs an IllegalIsolateStateException with specified detail message.
IllegalMonitorStateException - Exception in java.lang
Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.
IllegalMonitorStateException() - Constructor for exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with no detail message.
IllegalMonitorStateException(String) - Constructor for exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with the specified detail message.
IllegalThreadStateException - Exception in java.lang
Thrown to indicate that a thread is not in an appropriate state for the requested operation.
IllegalThreadStateException() - Constructor for exception java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with no detail message.
IllegalThreadStateException(String) - Constructor for exception java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with the specified detail message.
Image - Class in com.livescribe.display
Image represents a image buffer that can hold pixel data.
ImageResource - Class in com.livescribe.i18n
This class defines an image resource that has been localized for a particular Locale and that can be rendered on the display.
ImageResource(String) - Constructor for class com.livescribe.i18n.ImageResource
Creates a new image resource having the specified ID.
in - Variable in class com.livescribe.ext.io.BufferedInputStream
The wrapped input stream.
in - Variable in class com.sun.cldc.i18n.StreamReader
Input stream to read from
in - Variable in class java.io.DataInputStream
The input stream.
InactivityTimer - Class in com.livescribe.util
This class implements a timer thread that can be used to monitor application activity.
InactivityTimer() - Constructor for class com.livescribe.util.InactivityTimer
Creates a new inactivity timer.
inch2au(float) - Static method in class com.livescribe.afp.Scale
Deprecated. Use Scale.inchToAu(float).
inchToAu(float) - Static method in class com.livescribe.afp.Scale
Converts between inches and Anoto Units (AU).
indexOf(Object) - Method in class com.livescribe.ext.util.LinkedList
Gets the index of the object.
indexOf(Object) - Method in interface com.livescribe.ext.util.List
 
indexOf(int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character.
indexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.
indexOf(String) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOf(Object) - Method in class java.util.Vector
Searches for the first occurrence of the given argument, testing for equality using the equals method.
indexOf(Object, int) - Method in class java.util.Vector
Searches for the first occurrence of the given argument, beginning the search at index, and testing for equality using the equals method.
IndexOutOfBoundsException - Exception in java.lang
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.
IndexOutOfBoundsException() - Constructor for exception java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(String) - Constructor for exception java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with the specified detail message.
info(String) - Static method in class com.livescribe.ext.util.Log
Writes an info message to the log.
info(Class, String, String) - Static method in class com.livescribe.ext.util.Log
Writes an info message to the log and prefixes the message with "SimpleClassName.method: ".
info(String, String, String) - Static method in class com.livescribe.ext.util.Log
Writes an info message to the log and prefixes the message with "SimpleClassName.method: ".
info(String) - Method in class com.livescribe.penlet.Logger
Log the msg on the log stream if info level is enabled.
init() - Method in class com.livescribe.util.TapAndHoldGesture
Called when the gesture is acivated.
initApp() - Method in class com.livescribe.penlet.Penlet
Initializes the application.
initDisplayMode(int, Object) - Method in interface javax.microedition.media.control.GUIControl
Initialize the mode on how the GUI is displayed.
initDisplayMode(int, Object) - Method in interface javax.microedition.media.control.VideoControl
Initialize the mode on how the video is displayed.
InputConnection - Interface in javax.microedition.io
This interface defines the capabilities that an input stream connection must have.
InputStream - Class in java.io
This abstract class is the superclass of all classes representing an input stream of bytes.
InputStream() - Constructor for class java.io.InputStream
 
InputStreamReader - Class in java.io
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters.
InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the default character encoding.
InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the named character encoding.
insert(int, Object) - Method in class java.lang.StringBuffer
Inserts the string representation of the Object argument into this string buffer.
insert(int, String) - Method in class java.lang.StringBuffer
Inserts the string into this string buffer.
insert(int, char[]) - Method in class java.lang.StringBuffer
Inserts the string representation of the char array argument into this string buffer.
insert(int, boolean) - Method in class java.lang.StringBuffer
Inserts the string representation of the boolean argument into this string buffer.
insert(int, char) - Method in class java.lang.StringBuffer
Inserts the string representation of the char argument into this string buffer.
insert(int, int) - Method in class java.lang.StringBuffer
Inserts the string representation of the second int argument into this string buffer.
insert(int, long) - Method in class java.lang.StringBuffer
Inserts the string representation of the long argument into this string buffer.
insert(int, float) - Method in class java.lang.StringBuffer
Inserts the string representation of the float argument into this string buffer.
insert(int, double) - Method in class java.lang.StringBuffer
Inserts the string representation of the double argument into this string buffer.
insertElementAt(Object, int) - Method in class java.util.Vector
Inserts the specified object as a component in this vector at the specified index.
insertText(int, AttributedText) - Method in class com.livescribe.display.AttributedText
Inserts the contents of another AttributedText object at the specified index.
insertText(int, Font, String) - Method in class com.livescribe.display.AttributedText
Inserts text at the specified index.
insets - Variable in class com.livescribe.display.BrowseList
Represents the borders for the item content.
installPlugin(PenletPlugin) - Method in class com.livescribe.penlet.PenletContext
Installs the specified plugin but does not activate it.
instanceId - Variable in class com.livescribe.penlet.PenletContext
 
InstantiationException - Exception in java.lang
Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class.
InstantiationException() - Constructor for exception java.lang.InstantiationException
Constructs an InstantiationException with no detail message.
InstantiationException(String) - Constructor for exception java.lang.InstantiationException
Constructs an InstantiationException with the specified detail message.
intBitsToFloat(int) - Static method in class java.lang.Float
Returns the single-float corresponding to a given bit representation.
Integer - Class in java.lang
The Integer class wraps a value of the primitive type int in an object.
Integer(int) - Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the primitive int argument.
intern() - Method in class java.lang.String
Returns a canonical representation for the string object.
interrupt() - Method in class java.lang.Thread
Interrupts this thread.
InterruptedException - Exception in java.lang
Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it.
InterruptedException() - Constructor for exception java.lang.InterruptedException
Constructs an InterruptedException with no detail message.
InterruptedException(String) - Constructor for exception java.lang.InterruptedException
Constructs an InterruptedException with the specified detail message.
InterruptedIOException - Exception in java.io
Signals that an I/O operation has been interrupted.
InterruptedIOException() - Constructor for exception java.io.InterruptedIOException
Constructs an InterruptedIOException with null as its error detail message.
InterruptedIOException(String) - Constructor for exception java.io.InterruptedIOException
Constructs an InterruptedIOException with the specified detail message.
INTERSECT_CLIP - Static variable in class com.livescribe.geom.Shape
The shapes intersect at one or more points.
INTERSECT_EXTERNAL - Static variable in class com.livescribe.geom.Shape
The shapes do not intersect at all.
INTERSECT_INTERNAL1 - Static variable in class com.livescribe.geom.Shape
This shape is completely inside the other shape.
INTERSECT_INTERNAL2 - Static variable in class com.livescribe.geom.Shape
The other shape is completely inside this shape.
intersectsWith(Shape) - Method in class com.livescribe.geom.Shape
Detects any intersection between the this shape and the given shape.
intValue() - Method in class java.lang.Double
Returns the integer value of this Double (by casting to an int).
intValue() - Method in class java.lang.Float
Returns the integer value of this Float (by casting to an int).
intValue() - Method in class java.lang.Integer
Returns the value of this Integer as an int.
IOException - Exception in java.io
Signals that an I/O exception of some sort has occurred.
IOException() - Constructor for exception java.io.IOException
Constructs an IOException with null as its error detail message.
IOException(String) - Constructor for exception java.io.IOException
Constructs an IOException with the specified detail message.
isActive() - Method in class com.livescribe.penlet.AbstractPenletPlugin
Returns the active state of this plugin.
isActive() - Method in class com.livescribe.penlet.PenletPlugin
Returns whether the plugin is currently active.
isActive() - Method in class com.livescribe.util.TapAndHoldGesture
Check if this is active.
isAlive() - Method in class java.lang.Thread
Tests if this thread is alive.
isArray() - Method in class java.lang.Class
Determines if this Class object represents an array class.
isAssignableFrom(Class) - Method in class java.lang.Class
Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
isAudioPlayerPlaying() - Method in class com.livescribe.ui.MediaPlayer
Check if a audio is currently being played.
isAvailable() - Static method in class com.livescribe.configuration.PaperTablet
This will return true on an Echo pen that has the Paper Tablet app installed
isBankQuerySupported() - Method in interface javax.microedition.media.control.MIDIControl
 
isBitmapRegion() - Method in class com.livescribe.penlet.Region
Indicates if the region is a bitmap Region.
isBold() - Method in class com.livescribe.display.Font
Deprecated. use Font.getStyle()
isConsumed() - Method in class com.livescribe.event.Event
Checks if this event is marked as consumed.
isCurrent() - Method in class com.livescribe.display.Displayable
Indicates if this Displayable is set as the current Displayable on the pen display.
isDebuggerConnected() - Method in class com.sun.cldc.isolate.Isolate
Indicates if debugger connection is established with the VM.
isDigit(char) - Static method in class com.sun.cldc.i18n.uclc.DefaultCaseConverter
Determines if the specified character is a digit.
isDigit(char) - Static method in class java.lang.Character
Determines if the specified character is a digit.
isEmpty() - Method in interface com.livescribe.ext.util.Collection
 
isEmpty() - Method in class com.livescribe.ext.util.LinkedList
Returns true if this collection is empty
isEmpty() - Method in interface com.livescribe.ext.util.List
 
isEmpty() - Method in class com.livescribe.ext.util.PriorityQueue
Check if the queue is empty
isEmpty() - Method in class java.util.Hashtable
Tests if this hashtable maps no keys to values.
isEmpty() - Method in class java.util.Vector
Tests if this vector has no components.
isEnabled() - Static method in class com.livescribe.configuration.PaperTablet
The status of Paper Tablet streaming
isHeadPhonesPluggedIn() - Method in class com.livescribe.configuration.SystemConfig
Indicates if the headphones are plugged in.
isHorizontalFlickScrubEnabled() - Method in class com.livescribe.display.BrowseList
 
isHorizontalFlickScrubEnabled() - Method in interface com.livescribe.display.HorizontalFlickScrub
 
isHorizontalFlickScrubEnabled() - Method in class com.livescribe.ui.ScrollLabel
 
isInfinite(double) - Static method in class java.lang.Double
Returns true if the specified number is infinitely large in magnitude.
isInfinite() - Method in class java.lang.Double
Returns true if this Double value is infinitely large in magnitude.
isInfinite(float) - Static method in class java.lang.Float
Returns true if the specified number is infinitely large in magnitude.
isInfinite() - Method in class java.lang.Float
Returns true if this Float value is infinitely large in magnitude.
isInstance(Object) - Method in class java.lang.Class
Determines if the specified Object is assignment-compatible with the object represented by this Class.
isInterface() - Method in class java.lang.Class
Determines if the specified Class object represents an interface type.
isInUse() - Method in class com.livescribe.afp.Document
Indicates if the document is in use.
isItalic() - Method in class com.livescribe.display.Font
Deprecated. use Font.getStyle()
isLaunchLineEnabled() - Method in class com.livescribe.configuration.SystemConfig
Determines if LaunchLine is enabled.
isLocaleSupported(Locale) - Static method in class com.livescribe.icr.ICRContext
Check to see if a particular locale is supported on this pen.
isLowerCase(char) - Static method in class com.sun.cldc.i18n.uclc.DefaultCaseConverter
Determines if the specified character is a lowercase character.
isLowerCase(char) - Static method in class java.lang.Character
Determines if the specified character is a lowercase character.
isMacModeEnabled() - Static method in class com.livescribe.configuration.PaperTablet
The status of Mac Mode
isMicsPluggedIn() - Method in class com.livescribe.configuration.SystemConfig
Indicates if the binaural microphones are plugged in.
isMoviePlaying() - Method in class com.livescribe.ui.MediaPlayer
Check if a movie is currently being played.
isMuted() - Method in class com.livescribe.configuration.SystemConfig
Determines if system audio is muted.
isMuted() - Method in interface javax.microedition.media.control.VolumeControl
 
isNaN(double) - Static method in class java.lang.Double
Returns true if the specified number is the special Not-a-Number (NaN) value.
isNaN() - Method in class java.lang.Double
Returns true if this Double value is the special Not-a-Number (NaN) value.
isNaN(float) - Static method in class java.lang.Float
Returns true if the specified number is the special Not-a-Number (NaN) value.
isNaN() - Method in class java.lang.Float
Returns true if this Float value is Not-a-Number (NaN).
ISO8859_1_Reader - Class in com.sun.cldc.i18n.j2me
Default J2ME class for input stream readers
ISO8859_1_Reader() - Constructor for class com.sun.cldc.i18n.j2me.ISO8859_1_Reader
 
ISO8859_1_Writer - Class in com.sun.cldc.i18n.j2me
Default J2ME class for output stream writers.
ISO8859_1_Writer() - Constructor for class com.sun.cldc.i18n.j2me.ISO8859_1_Writer
 
isOcclusive() - Method in class com.livescribe.penlet.Region
Indicates if this region physically blocks or hides another region on the page.
Isolate - Class in com.sun.cldc.isolate
Isolate(String, String[]) - Constructor for class com.sun.cldc.isolate.Isolate
Creates a new isolated java application with a default configuration.
Isolate(String, String[], String[]) - Constructor for class com.sun.cldc.isolate.Isolate
Creates a new isolated java application with a default configuration.
Isolate(String, String[], String[], String[]) - Constructor for class com.sun.cldc.isolate.Isolate
Creates a new Isolate with the specified arguments and classpath.
Isolated - Static variable in class com.livescribe.icr.WritingStyle
The "isolated" writing style.
ISOLATED_CHARACTER_TYPE_INK - Static variable in class com.livescribe.icr.ICRContext
The "ink" isolated character type for use in ICRContext.startNewIsolatedCharacter(short).
ISOLATED_CHARACTER_TYPE_SPACE - Static variable in class com.livescribe.icr.ICRContext
The "space" isolated character type for use in ICRContext.startNewIsolatedCharacter(short).
IsolateResourceError - Error in com.sun.cldc.isolate
IsolateResourceError is thrown when the resource requirements required for an action cannot be fulfilled.
IsolateResourceError() - Constructor for error com.sun.cldc.isolate.IsolateResourceError
Constructs a IsolateResourceError with no specified detail message.
IsolateResourceError(String) - Constructor for error com.sun.cldc.isolate.IsolateResourceError
Constructs a IsolateResourceError with specified detail message.
IsolateResourceError(Throwable) - Constructor for error com.sun.cldc.isolate.IsolateResourceError
Constructs a IsolateResourceError that wraps the specified throwable.
IsolateResourceError(String, Throwable) - Constructor for error com.sun.cldc.isolate.IsolateResourceError
Constructs a IsolateResourceError that wraps the specified throwable and provides the given detail message.
IsolateStartupException - Exception in com.sun.cldc.isolate
An exception thrown when the implementation is unable to start execution of a new isolate due to an error or exceptional condition in the bootstrap code for the new isolate (i.e., before the application starts).
IsolateStartupException() - Constructor for exception com.sun.cldc.isolate.IsolateStartupException
Constructs an IsolateStartupException with no specified detail message and null remote exception information.
IsolateStartupException(String) - Constructor for exception com.sun.cldc.isolate.IsolateStartupException
Constructs an IsolateStartupException with specified detail message and null remote exception information.
isopen - Variable in class com.sun.cldc.io.j2me.socket.Protocol
Input stream open flag
isOverlappingExistingArea(Shape) - Method in class com.livescribe.penlet.RegionCollection
Deprecated. use RegionCollection.isOverlappingExistingRegion(Shape)
isOverlappingExistingRegion(Shape) - Method in class com.livescribe.penlet.RegionCollection
Checks whether the supplied Shape object overlaps any region present in this collection.
isPauseEnabled() - Method in class com.livescribe.ui.ScrollLabel
 
isPlain() - Method in class com.livescribe.display.Font
Deprecated. use Font.getStyle()
isRecordingInProgress() - Method in class com.livescribe.penlet.PenletContext
Indicates if the system is currently recording or not.
isSelectable() - Method in interface com.livescribe.display.BrowseList.Item
Indicates if the item can be selected.
isSelectable() - Method in class com.livescribe.display.BrowseList.Title
 
isSelectable(int) - Method in class com.livescribe.ext.ui.Menu
Returns whether the item at the specified index is selectable.
isSelectable() - Method in class com.livescribe.ext.ui.Menu.MenuItem
 
isSet() - Method in class com.livescribe.ext.util.Latch
Checks if the latch is set.
isSet - Variable in class java.util.Calendar
The flags which tell if a specified time field for the calendar is set.
isStopped() - Method in class com.livescribe.util.InactivityTimer
Indicates if the timer is stopped.
isStrokesStored() - Method in class com.livescribe.penlet.Region
Indicates if the region stores strokes or not.
isSubtractive() - Method in class com.livescribe.penlet.Region
Indicates if the shape is subtractive.
isSuspended() - Method in class com.sun.cldc.isolate.Isolate
Returns if this isolate has been suspended.
isSystemTimeSet() - Method in class com.livescribe.configuration.SystemConfig
Returns the state of the system time (set/unset)
isTabletRegion() - Method in class com.livescribe.penlet.Region
Indicates if the region is a tablet Region.
isTap(long) - Method in class com.livescribe.storage.StrokeStorage
Checks if the stroke is a tap
isTap(long, long) - Method in class com.livescribe.storage.StrokeStorage
Checks if a stroke is a double tap
isTerminated() - Method in class com.sun.cldc.isolate.Isolate
Returns true if this Isolate is terminated.
isUpperCase(char) - Static method in class com.sun.cldc.i18n.uclc.DefaultCaseConverter
Determines if the specified character is an uppercase character.
isUpperCase(char) - Static method in class java.lang.Character
Determines if the specified character is an uppercase character.
isUSBConnected() - Method in class com.livescribe.penlet.PenHardware
Get the current state of USB
isVerticalFlickScrubEnabled() - Method in class com.livescribe.display.BrowseList
 
isVerticalFlickScrubEnabled() - Method in interface com.livescribe.display.VerticalFlickScrub
 
isWrapAroundEnabled() - Method in class com.livescribe.display.BrowseList
Indicates if wrap-around is enabled or not.
isWrapEnabled() - Method in class com.livescribe.ui.ScrollLabel
 
IT_IT - Static variable in class com.livescribe.i18n.Locale
 
itemChanged(Menu, int, int, boolean) - Method in interface com.livescribe.ext.ui.Menu.MenuListener
The item in the specified menu was changed to the item having the given index.
itemModel - Variable in class com.livescribe.display.BrowseList
 
itemSelected(Menu, int) - Method in interface com.livescribe.ext.ui.Menu.MenuListener
An item in the specified menu was selected (activated, executed).
iterator() - Method in interface com.livescribe.ext.util.Collection
 
Iterator - Interface in com.livescribe.ext.util
 
iterator() - Method in class com.livescribe.ext.util.LinkedList
Gets an iterator to the list
iterator() - Method in interface com.livescribe.ext.util.List
 
iterator() - Method in class com.livescribe.ext.util.PriorityQueue
 

J

JA_JP - Static variable in class com.livescribe.i18n.Locale
Locale with language set to Locale.LANG_JAPANESE and country set to Locale.COUNTRY_JAPAN
JANUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the first month of the year.
java.io - package java.io
Provides classes for input and output through data streams.
java.lang - package java.lang
Provides classes that are fundamental to the Java programming language.
java.lang.ref - package java.lang.ref
Provides support for weak references.
java.util - package java.util
Contains the collection classes, and the date and time facilities.
javax.microedition.io - package javax.microedition.io
Classes for the Generic Connection framework.
javax.microedition.media - package javax.microedition.media
 
javax.microedition.media.control - package javax.microedition.media.control
 
javax.microedition.media.protocol - package javax.microedition.media.protocol
 
join() - Method in class java.lang.Thread
Waits for this thread to die.
JULY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the seventh month of the year.
JUNE - Static variable in class java.util.Calendar
Value of the MONTH field indicating the sixth month of the year.
JVM - Class in com.sun.cldchi.jvm
 
JVM() - Constructor for class com.sun.cldchi.jvm.JVM
 

K

keys() - Method in class java.util.Hashtable
Returns an enumeration of the keys in this hashtable.
KO - Static variable in class com.livescribe.i18n.Locale
 
KO_KR - Static variable in class com.livescribe.i18n.Locale
 

L

LANG_CHINESE - Static variable in class com.livescribe.i18n.Locale
ISO 639-2 code for Chinese Language
LANG_ENGLISH - Static variable in class com.livescribe.i18n.Locale
ISO 639-2 code for English Language
LANG_FRENCH - Static variable in class com.livescribe.i18n.Locale
ISO 639-2 code for French Language
LANG_GERMAN - Static variable in class com.livescribe.i18n.Locale
ISO 639-2 code for German Language
LANG_ITALIAN - Static variable in class com.livescribe.i18n.Locale
ISO 639-2 code for Italian Language
LANG_JAPANESE - Static variable in class com.livescribe.i18n.Locale
ISO 639-2 code for Japanese Language
LANG_KOREAN - Static variable in class com.livescribe.i18n.Locale
ISO 639-2 code for Korean Language
LANG_MALAY - Static variable in class com.livescribe.i18n.Locale
ISO 639-2 code for MALAY Language
LANG_SPANISH - Static variable in class com.livescribe.i18n.Locale
ISO 639-2 code for Spanish Language
Language - Class in com.livescribe.icr
Represents a language localized to a specific region or country.
lastElement() - Method in class java.util.Vector
Returns the last component of the vector.
lastIndexOf(Object) - Method in class com.livescribe.ext.util.LinkedList
Returns the last occurrence of object in list.
lastIndexOf(Object) - Method in interface com.livescribe.ext.util.List
 
lastIndexOf(int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(Object) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified object in this vector.
lastIndexOf(Object, int) - Method in class java.util.Vector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
Latch - Class in com.livescribe.ext.util
A latch that can be used for thread signalling.
Latch() - Constructor for class com.livescribe.ext.util.Latch
Creates a new latch.
left - Variable in class com.livescribe.display.BrowseList.Insets
 
Left - Static variable in class com.livescribe.event.MenuEvent
The NavPlus menuing system moved left
LEFT_TO_RIGHT - Static variable in class com.livescribe.display.Transition
Transition that goes from left to right.
length() - Method in class java.lang.String
Returns the length of this string.
length() - Method in class java.lang.StringBuffer
Returns the length (character count) of this string buffer.
LESS - Static variable in class com.livescribe.i18n.Collator
LESS is returned if source string is compared to be less than target string in the compare() method.
LINE_STYLE_DOTTED - Static variable in class com.livescribe.display.Graphics
 
LINE_STYLE_INVISIBLE - Static variable in class com.livescribe.display.Graphics
 
LINE_STYLE_SOLID - Static variable in class com.livescribe.display.Graphics
 
LineSegment - Class in com.livescribe.geom
This class describes a line segment with the upper left and lower right points.
LineSegment() - Constructor for class com.livescribe.geom.LineSegment
Creates a new line segment having both of its points at (0,0).
LineSegment(int, int, int, int) - Constructor for class com.livescribe.geom.LineSegment
Creates a new line segment having the specified top left coordinate and size.
LineSegment(int[]) - Constructor for class com.livescribe.geom.LineSegment
Creates a new line segment having the specified points.
lineTo(int, int) - Method in class com.livescribe.display.Graphics
Draws a line from the current position to the coordinate specified.
LinkedList - Class in com.livescribe.ext.util
LinkedList implements the standard Java SE class
LinkedList() - Constructor for class com.livescribe.ext.util.LinkedList
 
LinkedList(Collection) - Constructor for class com.livescribe.ext.util.LinkedList
 
LinkedList(Enumeration) - Constructor for class com.livescribe.ext.util.LinkedList
 
LinkedList(Object[]) - Constructor for class com.livescribe.ext.util.LinkedList
 
List - Interface in com.livescribe.ext.util
 
list(String, String, boolean) - Method in interface com.livescribe.storage.PenletStorage
List all the file entries within the directory name specified.
listeners - Variable in class com.livescribe.penlet.AbstractPenletPlugin
The listener list.
listIterator(int) - Method in class com.livescribe.ext.util.LinkedList
Returns a ListIterator object to the list starting with object at index
listIterator() - Method in class com.livescribe.ext.util.LinkedList
Gets an iterator to the list
listIterator() - Method in interface com.livescribe.ext.util.List
 
listIterator(int) - Method in interface com.livescribe.ext.util.List
 
ListIterator - Interface in com.livescribe.ext.util
 
listUserdataFiles() - Method in class com.livescribe.afp.Document
Lists all the files, including those in subdirectories, contained within the document.
LKDynamicResource - Class in com.livescribe.icr
A Linguistic Knowledge resource is used to enable the recognition of a set of words.
LKDynamicResource() - Constructor for class com.livescribe.icr.LKDynamicResource
Default constructor.
ln(double) - Static method in class com.livescribe.util.MathFunctions
Returns the natural logarithm (base e) of a double value.
loadLibrary(String) - Static method in class com.sun.cldchi.jvm.JVM
This method is used to load binary library into the VM.
locale - Variable in class com.livescribe.configuration.SystemConfig
Contains the current locale.
Locale - Class in com.livescribe.i18n
A Locale object represents a specific geographical, political, or cultural region.
Lock - Class in com.livescribe.ext.util
Implementation of an exclusive lock.
Lock() - Constructor for class com.livescribe.ext.util.Lock
Creates a new lock object.
lock - Variable in class java.io.Reader
The object used to synchronize operations on this stream.
lock - Variable in class java.io.Writer
The object used to synchronize operations on this stream.
Log - Class in com.livescribe.ext.util
A convenience class that provides access to the penlet's Logger instance.
log(double) - Static method in class com.livescribe.util.MathFunctions
Returns the base 10 logarithm of a double value.
LOG_MASK_PROPERTY - Static variable in class com.livescribe.penlet.Penlet
Property that specified the logging mask.
Logger - Class in com.livescribe.penlet
Logger provides methods to log application messages.
Logger(String, PrintStream, short) - Constructor for class com.livescribe.penlet.Logger
Construct a Logger instance.
logger - Variable in class com.livescribe.penlet.Penlet
 
Long - Class in java.lang
The Long class wraps a value of the primitive type long in an object.
Long(long) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the primitive long argument.
longBitsToDouble(long) - Static method in class java.lang.Double
Returns the double-float corresponding to a given bit representation.
longMidiEvent(byte[], int, int) - Method in interface javax.microedition.media.control.MIDIControl
 
longValue() - Method in class java.lang.Double
Returns the long value of this Double (by casting to a long).
longValue() - Method in class java.lang.Float
Returns the long value of this Float (by casting to a long).
longValue() - Method in class java.lang.Integer
Returns the value of this Integer as a long.
longValue() - Method in class java.lang.Long
Returns the value of this Long as a long value.

M

Manager - Class in javax.microedition.media
 
mapFrameToTime(int) - Method in interface javax.microedition.media.control.FramePositioningControl
Converts the given frame number to the corresponding media time.
mapTimeToFrame(long) - Method in interface javax.microedition.media.control.FramePositioningControl
Converts the given media time to the corresponding frame number.
MARCH - Static variable in class java.util.Calendar
Value of the MONTH field indicating the third month of the year.
mark(int) - Method in class com.sun.cldc.i18n.StreamReader
Mark the present position in the stream.
mark(int) - Method in class com.sun.cldc.io.ResourceInputStream
Remembers current position in ResourceInputStream so that subsequent call to reset will rewind the stream to the saved position.
mark - Variable in class java.io.ByteArrayInputStream
The currently marked position in the stream.
mark(int) - Method in class java.io.ByteArrayInputStream
Set the current marked position in the stream.
mark(int) - Method in class java.io.DataInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.InputStreamReader
Mark the present position in the stream.
mark(int) - Method in class java.io.Reader
Mark the present position in the stream.
markSupported() - Method in class com.sun.cldc.i18n.StreamReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class com.sun.cldc.io.ResourceInputStream
Indicates that this ResourceInputStream supports mark/reset functionality
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if ByteArrayInputStream supports mark/reset.
markSupported() - Method in class java.io.DataInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.InputStreamReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class java.io.Reader
Tell whether this stream supports the mark() operation.
mask - Variable in class com.livescribe.penlet.Logger
 
MASK_DEBUG - Static variable in class com.livescribe.penlet.Logger
Debug mask.
MASK_INFO - Static variable in class com.livescribe.penlet.Logger
Information mask.
MASK_TEST - Static variable in class com.livescribe.penlet.Logger
Test mask.
MASK_WARN - Static variable in class com.livescribe.penlet.Logger
Warning mask.
Math - Class in java.lang
The class Math contains methods for performing basic numeric operations.
MathFunctions - Class in com.livescribe.util
MathFunctions provide rounding and scientific methods
max(int, int) - Static method in class java.lang.Math
Returns the greater of two int values.
max(long, long) - Static method in class java.lang.Math
Returns the greater of two long values.
max(float, float) - Static method in class java.lang.Math
Returns the greater of two float values.
max(double, double) - Static method in class java.lang.Math
Returns the greater of two double values.
MAX_PRIORITY - Static variable in class com.sun.cldc.isolate.Isolate
The maximum priority that an Isolate can have.
MAX_PRIORITY - Static variable in class java.lang.Thread
The maximum priority that a thread can have.
MAX_RADIX - Static variable in class java.lang.Character
The maximum radix available for conversion to and from Strings.
MAX_VALUE - Static variable in class java.lang.Byte
The maximum value a Byte can have.
MAX_VALUE - Static variable in class java.lang.Character
The constant value of this field is the largest value of type char.
MAX_VALUE - Static variable in class java.lang.Double
The largest positive finite value of type double.
MAX_VALUE - Static variable in class java.lang.Float
The largest positive value of type float.
MAX_VALUE - Static variable in class java.lang.Integer
The largest value of type int.
MAX_VALUE - Static variable in class java.lang.Long
The largest value of type long.
MAX_VALUE - Static variable in class java.lang.Short
The maximum value a Short can have.
MAY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fifth month of the year.
MediaException - Exception in javax.microedition.media
 
MediaException() - Constructor for exception javax.microedition.media.MediaException
 
MediaException(String) - Constructor for exception javax.microedition.media.MediaException
 
mediaPlayer - Variable in class com.livescribe.buttons.DrawnButtonController
 
MediaPlayer - Class in com.livescribe.ui
MediaPlayer allows various media to be played.
MemoryFull - Static variable in class com.livescribe.event.HardwareEvent
HardwareEvent to indicate that pen memory is full
MemoryLow - Static variable in class com.livescribe.event.HardwareEvent
HardwareEvent to indicate that pen memory is low
MemoryNormal - Static variable in class com.livescribe.event.HardwareEvent
HardwareEvent to indicate that pen memory is normal
Menu - Class in com.livescribe.ext.ui
A class to make it easier to build browse list-based menus.
Menu() - Constructor for class com.livescribe.ext.ui.Menu
Creates a new menu with no title.
Menu(Object) - Constructor for class com.livescribe.ext.ui.Menu
Creates a new menu having the specified title.
Menu.MenuAction - Interface in com.livescribe.ext.ui
This interface provides a way for menu selection to trigger an action.
Menu.MenuBrowseList - Class in com.livescribe.ext.ui
A special BrowseList implementation that allows the menu to access some protected methods and override others.
Menu.MenuBrowseList(Vector, BrowseList.Title) - Constructor for class com.livescribe.ext.ui.Menu.MenuBrowseList
Creates a new browse list.
Menu.MenuItem - Class in com.livescribe.ext.ui
An implementation of a browse list item.
Menu.MenuListener - Interface in com.livescribe.ext.ui
This interface listens to menu changes or events.
MENU_ACTIVATED - Static variable in class com.livescribe.event.MenuEvent
 
MENU_DOWN - Static variable in class com.livescribe.event.MenuEvent
 
MENU_LEFT - Static variable in class com.livescribe.event.MenuEvent
 
MENU_RIGHT - Static variable in class com.livescribe.event.MenuEvent
 
MENU_SELECT - Static variable in class com.livescribe.event.MenuEvent
 
MENU_UP - Static variable in class com.livescribe.event.MenuEvent
 
MenuBookmarkHandlerPlugin - Class in com.livescribe.ext.ui
A plugin that handles menu bookmark activation.
MenuBookmarkHandlerPlugin(Penlet) - Constructor for class com.livescribe.ext.ui.MenuBookmarkHandlerPlugin
Creates a new handler for activating menu bookmarks.
MenuEvent - Class in com.livescribe.event
This represents events that occur by using the NavPlus menuing system.
MenuEventListener - Interface in com.livescribe.event
MenuEventListener must be implemented by any penlet that has an application menu.
menuShown(Menu) - Method in interface com.livescribe.ext.ui.Menu.MenuListener
The specified menu was just shown on the display.
MetaDataControl - Interface in javax.microedition.media.control
 
MethodTrap - Class in com.sun.cldchi.jvm
Java API to support run-time method trapping from Java code.
MethodTrap() - Constructor for class com.sun.cldchi.jvm.MethodTrap
 
MIDI_DEVICE_LOCATOR - Static variable in class javax.microedition.media.Manager
 
MIDIControl - Interface in javax.microedition.media.control
 
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
MIME_AUDIO_AAC - Static variable in class com.livescribe.i18n.ResourceBundle
AAC MIME Type
MIME_AUDIO_WAV - Static variable in class com.livescribe.i18n.ResourceBundle
Wave MIME Type
MIME_AUDIO_WAVPACK - Static variable in class com.livescribe.i18n.ResourceBundle
Wave Pack MIME Type
MIME_IMAGE_ARW - Static variable in class com.livescribe.i18n.ResourceBundle
ARW Image MIME Type
MIME_UNKNOWN - Static variable in class com.livescribe.i18n.ResourceBundle
Unknown MIME Type
min(int, int) - Static method in class java.lang.Math
Returns the smaller of two int values.
min(long, long) - Static method in class java.lang.Math
Returns the smaller of two long values.
min(float, float) - Static method in class java.lang.Math
Returns the smaller of two float values.
min(double, double) - Static method in class java.lang.Math
Returns the smaller of two double values.
MIN_PRIORITY - Static variable in class com.sun.cldc.isolate.Isolate
The minimum priority that an Isolate can have.
MIN_PRIORITY - Static variable in class java.lang.Thread
The minimum priority that a thread can have.
MIN_RADIX - Static variable in class java.lang.Character
The minimum radix available for conversion to and from Strings.
MIN_VALUE - Static variable in class java.lang.Byte
The minimum value a Byte can have.
MIN_VALUE - Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char.
MIN_VALUE - Static variable in class java.lang.Double
The smallest positive value of type double.
MIN_VALUE - Static variable in class java.lang.Float
The smallest positive value of type float.
MIN_VALUE - Static variable in class java.lang.Integer
The smallest value of type int.
MIN_VALUE - Static variable in class java.lang.Long
The smallest value of type long.
MIN_VALUE - Static variable in class java.lang.Short
The minimum value a Short can have.
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
mm2au(float) - Static method in class com.livescribe.afp.Scale
Deprecated. Use Scale.mmToAu(float).
mmToAu(float) - Static method in class com.livescribe.afp.Scale
Converts between millimeters (mm) and Anoto Units (AU).
MONDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Monday.
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.
moveReel(int, float) - Method in class com.livescribe.ext.ui.SlotMachine
Moves the reel a specified amount.
moveTo(int, int) - Method in class com.livescribe.display.Graphics
Move to the coordinate specified by (x,y)
MS_MY - Static variable in class com.livescribe.i18n.Locale
 
MuteWarningOff - Static variable in class com.livescribe.event.SystemEvent
A SystemEvent instance for SystemEvent.SE_MUTE_WARN_OFF.
MuteWarningOn - Static variable in class com.livescribe.event.SystemEvent
A SystemEvent instance for SystemEvent.SE_MUTE_WARN_ON.

N

name - Variable in class com.livescribe.buttons.BookmarkInfo
The localized display name.
NaN - Static variable in class java.lang.Double
A Not-a-Number (NaN) value of type double.
NaN - Static variable in class java.lang.Float
The Not-a-Number (NaN) value of type float.
NEGATIVE_INFINITY - Static variable in class java.lang.Double
The negative infinity of type double.
NEGATIVE_INFINITY - Static variable in class java.lang.Float
The negative infinity of type float.
NegativeArraySizeException - Exception in java.lang
Thrown if an application tries to create an array with negative size.
NegativeArraySizeException() - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with no detail message.
NegativeArraySizeException(String) - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with the specified detail message.
newDatagram(int) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newDatagram(int, String) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newDatagram(byte[], int) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newDatagram(byte[], int, String) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object.
newInstance(Penlet) - Static method in class com.livescribe.ui.MediaPlayer
Create a new instance of MediaPlayer.
newInstance() - Method in class java.lang.Class
Creates a new instance of a class.
next() - Method in interface com.livescribe.ext.util.Iterator
 
next() - Method in interface com.livescribe.ext.util.ListIterator
 
next(int) - Method in class java.util.Random
Generates the next pseudorandom number.
nextDouble() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from this random number generator's sequence.
nextElement() - Method in interface java.util.Enumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextFloat() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.
nextIndex() - Method in interface com.livescribe.ext.util.ListIterator
 
nextInt() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextInt(int) - Method in class java.util.Random
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.
nextLong() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
nextToken() - Method in class com.livescribe.util.Tokenizer
Returns the next token from this string tokenizer.
NO_DECOMPOSITION - Static variable in class com.livescribe.i18n.Collator
Decomposition mode value.
NO_DECORATION - Static variable in class com.livescribe.display.BrowseList.Insets
Insets that does not have any decoration.
NoClassDefFoundError - Error in java.lang
Thrown if the Java Virtual Machine tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.
NoClassDefFoundError() - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with no detail message.
NoClassDefFoundError(String) - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with the specified detail message.
NORM_PRIORITY - Static variable in class com.sun.cldc.isolate.Isolate
The default priority that is assigned to an Isolate.
NORM_PRIORITY - Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
NoSuchElementException - Exception in java.util
Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.
NoSuchElementException() - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException with null as its error message string.
NoSuchElementException(String) - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException, saving a reference to the error message string s for later retrieval by the getMessage method.
NOT_SEEKABLE - Static variable in interface javax.microedition.media.protocol.SourceStream
The value returned by getSeekType indicating that this SourceStream is not seekable.
NOTE_ON - Static variable in interface javax.microedition.media.control.MIDIControl
 
notify() - Method in class java.lang.Object
Wakes up a single thread that is waiting on this object's monitor.
notifyAll() - Method in class java.lang.Object
Wakes up all threads that are waiting on this object's monitor.
notifyCanProcessMenuEvents(boolean) - Method in class com.livescribe.penlet.PenletContext
The application notifies the system that it can now process or not process menu events.
notifyDataOnDisplay(boolean) - Method in class com.livescribe.penlet.PenletContext
Allows the application to notify the system that display has data.
notifyHidden(Display) - Method in class com.livescribe.buttons.ButtonPABDisplay
Stops the animation when this hidden.
notifyHidden(Display) - Method in class com.livescribe.display.BrowseList
 
notifyHidden(Display) - Method in class com.livescribe.display.Displayable
This is invoked by the system to notify this Displayable when it is not current.
notifyHidden(Display) - Method in class com.livescribe.ui.BatteryIndicator
When called indicates that this Displayable is no longer shown on the display device due to another Displayable being set to current.
notifyHidden(Display) - Method in class com.livescribe.ui.ScrollLabel
When called indicates that this Displayable is no longer shown on the display device due to another Displayable being set to current.
notifyHidden(Display) - Method in class com.livescribe.ui.TimeIndicator
When called indicates that this Displayable is no longer shown on the display device due to another Displayable being set to current.
notifyNoActivity() - Method in class com.livescribe.util.InactivityTimer
The method is called when there is no activity for the specified inactivity time.
notifyPenDown(long) - Method in class com.livescribe.icr.ICRContext
Notify ICR that the user is starting to write.
notifyScrollingPausedAtEnd() - Method in class com.livescribe.ui.ScrollLabel
If the label scrolls content, this method would be called when the content is paused at the end.
notifyScrollingPausedAtStart() - Method in class com.livescribe.ui.ScrollLabel
If the label scrolls content, this method would be called when the content is paused at the start.
notifyShown(Display) - Method in class com.livescribe.buttons.ButtonPABDisplay
This is called when this object has become the current thing on the display.
notifyShown(Display) - Method in class com.livescribe.display.BrowseList
 
notifyShown(Display) - Method in class com.livescribe.display.Displayable
This is invoked by the system to notify this Displayable when it has become current.
notifyShown(Display) - Method in class com.livescribe.ui.BatteryIndicator
When called by the system, indicates that this Canvas is current.
notifyShown(Display) - Method in class com.livescribe.ui.DateIndicator
When called by the system indicates that this ScrollLabel is current.
notifyShown(Display) - Method in class com.livescribe.ui.DiskUsageIndicator
When called by the system indicates that this ScrollLabel is current.
notifyShown(Display) - Method in class com.livescribe.ui.ScrollLabel
When called by the system indicates that this Canvas is current.
notifyShown(Display) - Method in class com.livescribe.ui.TimeIndicator
When called by the system indicates that this ScrollLabel is current.
notifyStateChange(boolean) - Method in class com.livescribe.penlet.PenletContext
Allows the application to request the system that it wants to change its state.
notifyStopped() - Method in class com.livescribe.util.InactivityTimer
This is called when the timer has been stopped or interrupted.
notifySystemTrayHidden() - Method in class com.livescribe.display.BrowseList
 
notifySystemTrayHidden() - Method in class com.livescribe.display.Displayable
This is invoked by the system to notify the Displayable when the system tray has been hidden.
notifySystemTrayShown() - Method in class com.livescribe.display.BrowseList
 
notifySystemTrayShown() - Method in class com.livescribe.display.Displayable
This is invoked by the system to notify the Displayable when the system tray has been displayed.
NOVEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eleventh month of the year.
NullPointerException - Exception in java.lang
Thrown when an application attempts to use null in a case where an object is required.
NullPointerException() - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with no detail message.
NullPointerException(String) - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with the specified detail message.
NumberFormatException - Exception in java.lang
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
NumberFormatException() - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String) - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.

O

Object - Class in java.lang
Class Object is the root of the class hierarchy.
Object() - Constructor for class java.lang.Object
 
OctagonBoundsStrategy - Class in com.livescribe.geom
A bounds strategy that calculates an octagonal bounding polygon around a set of Shapes.
OctagonBoundsStrategy() - Constructor for class com.livescribe.geom.OctagonBoundsStrategy
Creates a new octagon bounds strategy.
OCTOBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the tenth month of the year.
offer(Object) - Method in class com.livescribe.ext.util.LinkedList
Appends object to the end of list
offer(Object) - Method in class com.livescribe.ext.util.PriorityQueue
Inserts object into queue
offer(Object) - Method in interface com.livescribe.ext.util.Queue
 
onCoordinateEvent(CoordinateEvent) - Method in class com.livescribe.penlet.AbstractPenletPlugin
Handles a coordinate event.
onCoordinateEvent(CoordinateEvent) - Method in class com.livescribe.penlet.PenletPlugin
Handles a coordinate event.
onDocumentEvent(DocumentEvent) - Method in class com.livescribe.buttons.DrawnButtonController
Processes a document event.
onDocumentEvent(DocumentEvent) - Method in class com.livescribe.penlet.AbstractPenletPlugin
Handles a document event.
onDocumentEvent(DocumentEvent) - Method in class com.livescribe.penlet.PenletPlugin
Handles a document event.
onMenuEvent(MenuEvent) - Method in class com.livescribe.buttons.DrawnButtonController
Processes a menu event.
onMenuEvent(MenuEvent) - Method in class com.livescribe.penlet.AbstractPenletPlugin
Handles a menu event.
onMenuEvent(MenuEvent) - Method in class com.livescribe.penlet.PenletPlugin
Handles a menu event.
onNewDocument(Document, int) - Method in interface com.livescribe.event.PaperListener
Called when user puts pen on a page that is in a different document.
onNewPage(PageInstance) - Method in interface com.livescribe.event.PaperListener
Called when user puts the pen on a new page.
onPenTipEvent(PenTipEvent) - Method in class com.livescribe.buttons.DrawnButtonController
Processes a pen tip event.
onPenTipEvent(PenTipEvent) - Method in class com.livescribe.ext.plugins.AcquireHWPlugin
Processes a pen tip event.
onPenTipEvent(PenTipEvent) - Method in class com.livescribe.ext.ui.MenuBookmarkHandlerPlugin
This processes pen-down events but does not consume them.
onPenTipEvent(PenTipEvent) - Method in class com.livescribe.penlet.AbstractPenletPlugin
Handles a pen tip event.
onPenTipEvent(PenTipEvent) - Method in class com.livescribe.penlet.PenletPlugin
Handles a pen tip event.
onRegionEvent(RegionEvent) - Method in class com.livescribe.penlet.AbstractPenletPlugin
Handles a region event.
onRegionEvent(RegionEvent) - Method in class com.livescribe.penlet.PenletPlugin
Handles a region event.
onRequest(byte[]) - Method in interface com.livescribe.event.RequestListener
Processes a request.
onResize(int) - Method in class com.livescribe.ui.ScrollLabel
 
onStrokeEvent(StrokeEvent) - Method in class com.livescribe.buttons.DrawnButtonController
Processes a stroke event.
onStrokeEvent(StrokeEvent) - Method in class com.livescribe.ext.plugins.AcquireHWPlugin
A new stroke was created by the user.
onStrokeEvent(StrokeEvent) - Method in class com.livescribe.penlet.AbstractPenletPlugin
Handles a stroke event.
onStrokeEvent(StrokeEvent) - Method in class com.livescribe.penlet.PenletPlugin
Handles a stroke event.
open(OutputStream, String) - Method in class com.sun.cldc.i18n.j2me.UTF8_Writer
Opens the writer.
open(InputStream, String) - Method in class com.sun.cldc.i18n.StreamReader
Open the reader
open(OutputStream, String) - Method in class com.sun.cldc.i18n.StreamWriter
Open the writer
open(String, int, boolean) - Method in class com.sun.cldc.io.j2me.socket.Protocol
Open the connection
open(int, int) - Method in class com.sun.cldc.io.j2me.socket.Protocol
Open the connection
open(String) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, int) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, int, boolean) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open0(byte[], int, int) - Static method in class com.sun.cldc.io.j2me.socket.Protocol
 
openDataInputStream() - Method in class com.sun.cldc.io.j2me.socket.Protocol
Open and return a data input stream for a connection.
openDataInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream.
openDataInputStream() - Method in interface javax.microedition.io.InputConnection
Open and return a data input stream for a connection.
openDataOutputStream() - Method in class com.sun.cldc.io.j2me.socket.Protocol
Open and return a data output stream for a connection.
openDataOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream.
openDataOutputStream() - Method in interface javax.microedition.io.OutputConnection
Open and return a data output stream for a connection.
openInputStream(String) - Method in interface com.livescribe.storage.PenletStorage
Open a PenletStorage input stream for reading.
openInputStream() - Method in class com.sun.cldc.io.j2me.socket.Protocol
Returns an input stream for this socket.
openInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream.
openInputStream() - Method in interface javax.microedition.io.InputConnection
Open and return an input stream for a connection.
openOutputStream(String) - Method in interface com.livescribe.storage.PenletStorage
Open a PenletStorage output stream for writing.
openOutputStream(String, boolean) - Method in interface com.livescribe.storage.PenletStorage
Open a PenletStorage output stream for writing (appending if append is true).
openOutputStream() - Method in class com.sun.cldc.io.j2me.socket.Protocol
Returns an output stream for this socket.
openOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream.
openOutputStream() - Method in interface javax.microedition.io.OutputConnection
Open and return an output stream for a connection.
openPrim(String, int, boolean) - Method in interface com.sun.cldc.io.ConnectionBaseInterface
 
openPrim(String, int, boolean) - Method in class com.sun.cldc.io.j2me.socket.Protocol
Open the connection
osopen - Variable in class com.sun.cldc.io.j2me.socket.Protocol
Output stream open flag
out(String) - Static method in class com.livescribe.ext.util.Log
Sends the output to System.out.
out(Class, String, String) - Static method in class com.livescribe.ext.util.Log
Sends the output to System.out.
out(String, String, String) - Static method in class com.livescribe.ext.util.Log
Sends the output to System.out.
out - Variable in class com.sun.cldc.i18n.StreamWriter
Output stream to write to
out - Variable in class java.io.DataOutputStream
The output stream.
out - Static variable in class java.lang.System
The "standard" output stream.
OutOfMemoryError - Error in java.lang
Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
OutOfMemoryError() - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with no detail message.
OutOfMemoryError(String) - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with the specified detail message.
OutputConnection - Interface in javax.microedition.io
This interface defines the capabilities that an output stream connection must have.
OutputStream - Class in java.io
This abstract class is the superclass of all classes representing an output stream of bytes.
OutputStream() - Constructor for class java.io.OutputStream
 
OutputStreamWriter - Class in java.io
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are translated into bytes.
OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the named character encoding.

P

PageAddress - Class in com.livescribe.afp
This class encapsulates the physical address of a page of the Anoto dot space.
PageAddress(long) - Constructor for class com.livescribe.afp.PageAddress
Constructs a new page address from the given 64-bit value.
PageInstance - Class in com.livescribe.afp
This class encapsulates an instance of the page in a particular paper product.
PageInstance() - Constructor for class com.livescribe.afp.PageInstance
 
pageInstance - Variable in class com.livescribe.event.PaperEvent
The page object.
paint(Graphics) - Method in class com.livescribe.buttons.ButtonPABDisplay
Paints the component.
paint(Graphics) - Method in class com.livescribe.display.BrowseList
 
paint(Graphics) - Method in class com.livescribe.display.Displayable
Invoked by the system to allow the Displayable to render contents using the graphics context.
paint(Graphics) - Method in class com.livescribe.ext.ui.SlotMachine
Paints this UI component.
paint(Graphics) - Method in class com.livescribe.ui.BatteryIndicator
Paints this BatteryIndicator
paint(Graphics) - Method in class com.livescribe.ui.ScrollLabel
 
paint(Graphics) - Method in class com.livescribe.ui.VolumeIndicator
Paints this VolumeIndicator.
paintList(Graphics) - Method in class com.livescribe.display.BrowseList
 
PaperEvent - Class in com.livescribe.event
Provides support for all paper-related events.
PaperListener - Interface in com.livescribe.event
This interface must be implemented by any class that wishes to receive document or paper events from the system.
PaperTablet - Class in com.livescribe.configuration
 
PaperTablet() - Constructor for class com.livescribe.configuration.PaperTablet
 
param1 - Variable in class com.livescribe.event.SystemEvent
The first event parameter.
param2 - Variable in class com.livescribe.event.SystemEvent
The second event parameter.
parseByte(String) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseByte(String, int) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseDouble(String) - Static method in class java.lang.Double
Returns a new double initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
parseEnriched(String, Font) - Static method in class com.livescribe.display.AttributedText
Parses enriched text and returns the string or a new AttributedText, as appropriate.
parseFloat(String) - Static method in class java.lang.Float
Returns a new float initialized to the value represented by the specified String.
parseInt(String, int) - Static method in class java.lang.Integer
Parses the string argument as a signed integer in the radix specified by the second argument.
parseInt(String) - Static method in class java.lang.Integer
Parses the string argument as a signed decimal integer.
parseLong(String, int) - Static method in class java.lang.Long
Parses the string argument as a signed long in the radix specified by the second argument.
parseLong(String) - Static method in class java.lang.Long
Parses the string argument as a signed decimal long.
parseShort(String) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
parseShort(String, int) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value in the radix specified by the second argument.
PE_AREAENTER - Static variable in class com.livescribe.event.PaperEvent
The area enter event.
PE_AREAEXIT - Static variable in class com.livescribe.event.PaperEvent
The area exit event.
PE_COORDINATE - Static variable in class com.livescribe.event.PaperEvent
 
PE_NEWDOCUMENT - Static variable in class com.livescribe.event.PaperEvent
The new document event.
PE_NEWPAGE - Static variable in class com.livescribe.event.PaperEvent
The new page event.
PE_PENDOWN - Static variable in class com.livescribe.event.PaperEvent
The pen down event.
PE_PENUP - Static variable in class com.livescribe.event.PaperEvent
The pen up event.
PE_STROKE - Static variable in class com.livescribe.event.PaperEvent
The stroke event.
peek() - Method in class com.livescribe.ext.util.LinkedList
Peeks at the first element
peek() - Method in class com.livescribe.ext.util.PriorityQueue
Looks at first element but does not remove
peek() - Method in interface com.livescribe.ext.util.Queue
 
peek() - Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
PEN_TIP_DOUBLE_TAP - Static variable in class com.livescribe.event.PenTipEvent
The double tap event.
PEN_TIP_FIRST_ID - Static variable in class com.livescribe.event.PenTipEvent
The first number in the range of ID's used for this event.
PEN_TIP_LAST_ID - Static variable in class com.livescribe.event.PenTipEvent
The last number in the range of ID's used for this event.
PEN_TIP_PEN_DOWN - Static variable in class com.livescribe.event.PenTipEvent
The pen down event.
PEN_TIP_PEN_UP - Static variable in class com.livescribe.event.PenTipEvent
The pen up event.
PEN_TIP_SINGLE_TAP - Static variable in class com.livescribe.event.PenTipEvent
The single tap event.
penDown(long, Region, PageInstance) - Method in interface com.livescribe.event.PenTipListener
Called when the user presses the pen on the page.
PenHardware - Class in com.livescribe.penlet
PenHardware can be retrieved from PenletContext.
Penlet - Class in com.livescribe.penlet
Penlet provides the lifecycle methods for a pen application.
Penlet() - Constructor for class com.livescribe.penlet.Penlet
 
PenletContext - Class in com.livescribe.penlet
PenletContext exposes services to the pen application.
PenletContext(int) - Constructor for class com.livescribe.penlet.PenletContext
Creates a new penlet context having the specified instance ID.
PenletEvent - Class in com.livescribe.event
This event type provides support for timestamp and size data.
PenletEvent(int[]) - Constructor for class com.livescribe.event.PenletEvent
Creates a new penlet event.
PenletEvent(long, int, int) - Constructor for class com.livescribe.event.PenletEvent
Deprecated.  
PenletFeatures - Interface in com.livescribe.penlet
This contains a list of the features available to a penlet.
PenletPlugin - Class in com.livescribe.penlet
A base class for all penlet plugins.
PenletPlugin(Penlet) - Constructor for class com.livescribe.penlet.PenletPlugin
Creates a new penlet plugin and uses the context of the specified Penlet.
PenletStateChangeException - Exception in com.livescribe.penlet
Signals that a requested penlet or plugin state change failed.
PenletStateChangeException() - Constructor for exception com.livescribe.penlet.PenletStateChangeException
Construct PenletStateChangeException with no message
PenletStateChangeException(String) - Constructor for exception com.livescribe.penlet.PenletStateChangeException
Construct PenletStateChangeException with a message.
PenletStateChangeException(String, Throwable) - Constructor for exception com.livescribe.penlet.PenletStateChangeException
Creates a new penlet state change exception with the specified cause.
PenletStateChangeException(Throwable) - Constructor for exception com.livescribe.penlet.PenletStateChangeException
Creates a new penlet state change exception with the specified cause.
PenletStorage - Interface in com.livescribe.storage
PenletStorage represents the storage pool for Penlets.
PenTipEvent - Class in com.livescribe.event
This event type provides support for pen tip events.
PenTipEvent(int, long, PageInstance, Region, int, int) - Constructor for class com.livescribe.event.PenTipEvent
Creates a new pen tip event using the specified parameters.
PenTipListener - Interface in com.livescribe.event
This interface must be implemented by any class that wishes to receive pen tip events from the system.
penUp(long, Region, PageInstance) - Method in interface com.livescribe.event.PenTipListener
Called when the user lifts the pen.
PI - Static variable in class java.lang.Math
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
PitchControl - Interface in javax.microedition.media.control
 
play(AudibleResource) - Method in class com.livescribe.ui.MediaPlayer
Plays an audible resource object
play(InputStream, String) - Method in class com.livescribe.ui.MediaPlayer
Plays the stream without waiting for it to finish playing
play(InputStream, String, boolean) - Method in class com.livescribe.ui.MediaPlayer
Plays the stream with the option of waiting for the clip to finish playing.
play(InputStream, String, boolean, int, int) - Method in class com.livescribe.ui.MediaPlayer
Seeks to the position specified by startOffset and plays the stream for byteCount bytes.
play(String) - Method in class com.livescribe.ui.MediaPlayer
Plays the clip without waiting for it to finish playing
play(String, boolean) - Method in class com.livescribe.ui.MediaPlayer
Plays the clip with the option of waiting for the clip to finish playing.
play(String[]) - Method in class com.livescribe.ui.MediaPlayer
 
play(String[], boolean) - Method in class com.livescribe.ui.MediaPlayer
 
PLAY_BLOCK - Static variable in interface javax.microedition.media.control.ToneControl
 
playAPM(InputStream, String) - Method in class com.livescribe.ui.MediaPlayer
Plays an APM [ Audio Punctuation Mark ].
playAPM(String) - Method in class com.livescribe.ui.MediaPlayer
Plays an APM [ Audio Punctuation Mark ].
playAudioForNumber(int) - Method in class com.livescribe.ui.MediaPlayer
Plays the audio for the number specified.
playDefaultLeftAPM(boolean) - Method in class com.livescribe.penlet.PenletContext
The system plays a default sound when a left menu event is passed to the application.
playDefaultRightAPM(boolean) - Method in class com.livescribe.penlet.PenletContext
The system plays a default sound when a right menu event is passed to the application.
Player - Interface in javax.microedition.media
 
PlayerListener - Interface in javax.microedition.media
 
playerUpdate(Player, String, Object) - Method in interface javax.microedition.media.PlayerListener
 
playMovie(String[], String[]) - Method in class com.livescribe.ui.MediaPlayer
Play a movie.
playMovieRepeatedly(String[], String[]) - Method in class com.livescribe.ui.MediaPlayer
Play a movie repeatedly.
playTone(int, int, int) - Static method in class javax.microedition.media.Manager
 
pluginActivated(PenletPlugin) - Method in interface com.livescribe.penlet.PluginListener
The specified plugin was activated.
pluginDeactivated(PenletPlugin) - Method in interface com.livescribe.penlet.PluginListener
The specified plugin was deactivated.
PluginListener - Interface in com.livescribe.penlet
Listens to penlet plugin state.
PM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from noon to just before midnight.
Point - Class in com.livescribe.geom
This class describes a point in cartesian space.
Point() - Constructor for class com.livescribe.geom.Point
Creates a new point having its location at (0,0).
Point(int, int) - Constructor for class com.livescribe.geom.Point
Creates a new point with the specified coordinates.
Point(int[]) - Constructor for class com.livescribe.geom.Point
Creates a new rectangle having the specified points.
poll() - Method in class com.livescribe.ext.util.LinkedList
Removes the first object from the list
poll() - Method in class com.livescribe.ext.util.PriorityQueue
Gets the first element from queue
poll() - Method in interface com.livescribe.ext.util.Queue
 
Polygon - Class in com.livescribe.geom
This class describes a polygon.
Polygon() - Constructor for class com.livescribe.geom.Polygon
Creates a new polygon having no points.
Polygon(int) - Constructor for class com.livescribe.geom.Polygon
Creates a new polygon having n points set to (0,0).
Polygon(int[]) - Constructor for class com.livescribe.geom.Polygon
Creates a new polygon having the specified points.
PolyLine - Class in com.livescribe.geom
This class describes a multi-segment line, or polyline.
PolyLine() - Constructor for class com.livescribe.geom.PolyLine
Creates a new polyline having no points.
PolyLine(int) - Constructor for class com.livescribe.geom.PolyLine
Creates a new polyline having n points set to (0,0).
PolyLine(int[]) - Constructor for class com.livescribe.geom.PolyLine
Creates a new polyline having the specified points.
pop() - Method in class java.util.Stack
Removes the object at the top of this stack and returns that object as the value of this function.
pos - Variable in class com.livescribe.ext.io.BufferedInputStream
The current buffer position, pointing to the next byte to be read from the buffer.
pos - Variable in class java.io.ByteArrayInputStream
The index of the next character to read from the input stream buffer.
POSITIVE_INFINITY - Static variable in class java.lang.Double
The positive infinity of type double.
POSITIVE_INFINITY - Static variable in class java.lang.Float
The positive infinity of type float.
pow(double, double) - Static method in class com.livescribe.util.MathFunctions
Returns the value of the first argument raised to the power of the second argument
powf(float, float) - Static method in class com.livescribe.util.MathFunctions
Returns the value of the first argument raised to the power of the second argument
powString(float, float) - Static method in class com.livescribe.util.MathFunctions
Returns the value of the first argument raised to the power of the second argument as a String
prefetch() - Method in interface javax.microedition.media.Player
 
PREFETCHED - Static variable in interface javax.microedition.media.Player
 
previous() - Method in interface com.livescribe.ext.util.ListIterator
 
previousIndex() - Method in interface com.livescribe.ext.util.ListIterator
 
PRIMARY - Static variable in class com.livescribe.i18n.Collator
Collator strength value.
print(boolean) - Method in class java.io.PrintStream
Print a boolean value.
print(char) - Method in class java.io.PrintStream
Print a character.
print(int) - Method in class java.io.PrintStream
Print an integer.
print(long) - Method in class java.io.PrintStream
Print a long integer.
print(float) - Method in class java.io.PrintStream
Print a floating point number.
print(double) - Method in class java.io.PrintStream
Print a double-precision floating point number.
print(char[]) - Method in class java.io.PrintStream
Print an array of characters.
print(String) - Method in class java.io.PrintStream
Print a string.
print(Object) - Method in class java.io.PrintStream
Print an object.
println() - Method in class java.io.PrintStream
Terminate the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintStream
Print a boolean and then terminate the line.
println(char) - Method in class java.io.PrintStream
Print a character and then terminate the line.
println(int) - Method in class java.io.PrintStream
Print an integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
Print a long and then terminate the line.
println(float) - Method in class java.io.PrintStream
Print a float and then terminate the line.
println(double) - Method in class java.io.PrintStream
Print a double and then terminate the line.
println(char[]) - Method in class java.io.PrintStream
Print an array of characters and then terminate the line.
println(String) - Method in class java.io.PrintStream
Print a String and then terminate the line.
println(Object) - Method in class java.io.PrintStream
Print an Object and then terminate the line.
printRemoteStackTrace() - Method in exception com.sun.cldc.isolate.IsolateStartupException
 
printRemoteStackTrace(PrintStream) - Method in exception com.sun.cldc.isolate.IsolateStartupException
Prints the remote exception like IsolateStartupException.printRemoteStackTrace() to the given PrintStream.
printStackTrace() - Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the standard error stream.
PrintStream - Class in java.io
A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
Create a new print stream.
PriorityQueue - Class in com.livescribe.ext.util
PriorityQueue implements the standard Java SE class Underlying implementation is a standard heap
PriorityQueue() - Constructor for class com.livescribe.ext.util.PriorityQueue
 
PriorityQueue(int) - Constructor for class com.livescribe.ext.util.PriorityQueue
 
PriorityQueue(Collection) - Constructor for class com.livescribe.ext.util.PriorityQueue
 
PriorityQueue(Enumeration) - Constructor for class com.livescribe.ext.util.PriorityQueue
 
PriorityQueue(Object[]) - Constructor for class com.livescribe.ext.util.PriorityQueue
 
PROPERTY_BOOL_AUDIO_MUTED - Static variable in class com.livescribe.configuration.SystemConfig
String to query the current value for audio mute on/off
PROPERTY_BOOL_DISPLAY_ORIENTATION - Static variable in class com.livescribe.configuration.SystemConfig
String to query the current value for display orientation.
PROPERTY_BOOL_LAUNCHLINE - Static variable in class com.livescribe.configuration.SystemConfig
String to query the current value (on/off) for LaunchLine.
PROPERTY_BOOL_PLAYBACK_LATENCY - Static variable in class com.livescribe.configuration.SystemConfig
String to query the current value (on/off) for playback latency.
PROPERTY_BOOL_VOICE_MENUS - Static variable in class com.livescribe.configuration.SystemConfig
String to query the current value for voice menus on/off.
PROPERTY_BYTE_AUDIO_QUALITY - Static variable in class com.livescribe.configuration.SystemConfig
String to query the current value for audio quality.
PROPERTY_BYTE_AUDIO_VOLUME - Static variable in class com.livescribe.configuration.SystemConfig
String to query the current value for audio volume.
PROPERTY_BYTE_DATE_FORMAT - Static variable in class com.livescribe.configuration.SystemConfig
String to query the current value for date format
PROPERTY_BYTE_DISPLAY_BRIGHTNESS - Static variable in class com.livescribe.configuration.SystemConfig
String to query the current value for display brightness.
PROPERTY_BYTE_MIC_SENSITIVITY - Static variable in class com.livescribe.configuration.SystemConfig
String to query the current value for microphone sensitivity.
PROPERTY_BYTE_TIME_FORMAT - Static variable in class com.livescribe.configuration.SystemConfig
String to query the current value for time format
PROPERTY_LONG_SCROLL_SPEED - Static variable in class com.livescribe.configuration.SystemConfig
String to query the current value for scroll speed.
PROPERTY_STRING_FWVERSION - Static variable in class com.livescribe.configuration.SystemConfig
String to query the current firmware version number.
PROPERTY_STRING_LOCALE - Static variable in class com.livescribe.configuration.SystemConfig
String to query the current value for the system locale.
PROPERTY_STRING_PEN_NAME - Static variable in class com.livescribe.configuration.SystemConfig
Pen property: Pen name.
PropertyCollection - Class in com.livescribe.afp
This class manages a set of properties for a penlet.
PropertyCollection() - Constructor for class com.livescribe.afp.PropertyCollection
 
propertyName - Variable in class com.livescribe.event.SystemEvent.Config
The property name.
propertyValue - Variable in class com.livescribe.event.SystemEvent.Config
The property value.
Protocol - Class in com.sun.cldc.io.j2me.socket
Connection to the J2ME socket API.
Protocol() - Constructor for class com.sun.cldc.io.j2me.socket.Protocol
 
push(Object) - Method in class java.util.Stack
Pushes an item onto the top of this stack.
put(Object, Object) - Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.
putPixel(int, int, int) - Method in class com.livescribe.display.Graphics
Puts a pixel (x,y) on the destination associated with this Graphics.

Q

Queue - Interface in com.livescribe.ext.util
 
QuickLaunch - Class in com.livescribe.penlet
Allows editing of the dynamic Quick Launch menu items associated with a penlet.
QuickLaunch.Entry - Class in com.livescribe.penlet
 
QuickLaunch.Entry(String, String[]) - Constructor for class com.livescribe.penlet.QuickLaunch.Entry
 

R

RadioMenu - Class in com.livescribe.ext.ui
A menu where only one item can be selected at once.
RadioMenu(String[], int, Display) - Constructor for class com.livescribe.ext.ui.RadioMenu
Creates a new menu with the specified default selection.
Random - Class in java.util
An instance of this class is used to generate a stream of pseudorandom numbers.
Random() - Constructor for class java.util.Random
Creates a new random number generator.
Random(long) - Constructor for class java.util.Random
Creates a new random number generator using a single long seed:
RANDOM_ACCESSIBLE - Static variable in interface javax.microedition.media.protocol.SourceStream
The value returned by getSeekType indicating that this SourceStream can be seeked anywhere within the media.
RateControl - Interface in javax.microedition.media.control
 
read() - Method in class com.livescribe.ext.io.BufferedInputStream
 
read(byte[], int, int) - Method in class com.livescribe.ext.io.BufferedInputStream
 
read() - Method in class com.sun.cldc.i18n.j2me.ISO8859_1_Reader
Read a single character.
read(char[], int, int) - Method in class com.sun.cldc.i18n.j2me.ISO8859_1_Reader
Read characters into a portion of an array.
read() - Method in class com.sun.cldc.i18n.j2me.UTF8_Reader
Reads a single character.
read(char[], int, int) - Method in class com.sun.cldc.i18n.j2me.UTF8_Reader
Reads characters into a portion of an array.
read() - Method in class com.sun.cldc.io.ResourceInputStream
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class com.sun.cldc.io.ResourceInputStream
Reads bytes into a byte array.
read() - Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read() - Method in class java.io.DataInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class java.io.DataInputStream
See the general contract of the read method of DataInput.
read(byte[], int, int) - Method in class java.io.DataInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.InputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class java.io.InputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.InputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class java.io.InputStreamReader
Read a single character.
read(char[], int, int) - Method in class java.io.InputStreamReader
Read characters into a portion of an array.
read() - Method in class java.io.Reader
Read a single character.
read(char[]) - Method in class java.io.Reader
Read characters into an array.
read(char[], int, int) - Method in class java.io.Reader
Read characters into a portion of an array.
READ - Static variable in class javax.microedition.io.Connector
Access mode READ.
read(byte[], int, int) - Method in interface javax.microedition.media.protocol.SourceStream
Reads up to len bytes of data from the input stream into an array of bytes.
READ_WRITE - Static variable in class javax.microedition.io.Connector
Access mode READ_WRITE.
readBoolean() - Method in interface java.io.DataInput
Reads one input byte and returns true if that byte is nonzero, false if that byte is zero.
readBoolean() - Method in class java.io.DataInputStream
See the general contract of the readBoolean method of DataInput.
readBuf(int, byte[], int, int) - Static method in class com.sun.cldc.io.j2me.socket.Protocol
 
readByte(int) - Static method in class com.sun.cldc.io.j2me.socket.Protocol
 
readByte() - Method in interface java.io.DataInput
Reads and returns one input byte.
readByte() - Method in class java.io.DataInputStream
See the general contract of the readByte method of DataInput.
readChar() - Method in interface java.io.DataInput
Reads an input char and returns the char value.
readChar() - Method in class java.io.DataInputStream
See the general contract of the readChar method of DataInput.
readDouble() - Method in interface java.io.DataInput
Reads eight input bytes and returns a double value.
readDouble() - Method in class java.io.DataInputStream
See the general contract of the readDouble method of DataInput.
Reader - Class in java.io
Abstract class for reading character streams.
Reader() - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object) - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the given object.
readFloat() - Method in interface java.io.DataInput
Reads four input bytes and returns a float value.
readFloat() - Method in class java.io.DataInputStream
See the general contract of the readFloat method of DataInput.
readFully(InputStream, char[]) - Static method in class com.livescribe.io.FastIOHelper
Reads char data from the given input stream into the specified char array.
readFully(InputStream, char[], int, int) - Static method in class com.livescribe.io.FastIOHelper
Reads char data from the given input stream into the specified char array.
readFully(InputStream, int[]) - Static method in class com.livescribe.io.FastIOHelper
Reads int data from the given input stream into the specified int array.
readFully(InputStream, int[], int, int) - Static method in class com.livescribe.io.FastIOHelper
Reads int data from the given input stream into the specified int array.
readFully(InputStream, short[]) - Static method in class com.livescribe.io.FastIOHelper
Reads short data from the given input stream into the specified short array.
readFully(InputStream, short[], int, int) - Static method in class com.livescribe.io.FastIOHelper
Reads short data from the given input stream into the specified short array.
readFully(InputStream, boolean[]) - Static method in class com.livescribe.io.FastIOHelper
Reads boolean data from the given input stream into the specified boolean array.
readFully(InputStream, boolean[], int, int) - Static method in class com.livescribe.io.FastIOHelper
Reads boolean data from the given input stream into the specified boolean array.
readFully(InputStream, long[]) - Static method in class com.livescribe.io.FastIOHelper
Reads long data from the given input stream into the specified long array.
readFully(InputStream, long[], int, int) - Static method in class com.livescribe.io.FastIOHelper
Reads long data from the given input stream into the specified long array.
readFully(byte[]) - Method in interface java.io.DataInput
Reads some bytes from an input stream and stores them into the buffer array b.
readFully(byte[], int, int) - Method in interface java.io.DataInput
Reads len bytes from an input stream.
readFully(byte[]) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readInt() - Method in interface java.io.DataInput
Reads four input bytes and returns an int value.
readInt() - Method in class java.io.DataInputStream
See the general contract of the readInt method of DataInput.
readLong() - Method in interface java.io.DataInput
Reads eight input bytes and returns a long value.
readLong() - Method in class java.io.DataInputStream
See the general contract of the readLong method of DataInput.
readShort() - Method in interface java.io.DataInput
Reads two input bytes and returns a short value.
readShort() - Method in class java.io.DataInputStream
See the general contract of the readShort method of DataInput.
readUnsignedByte() - Method in interface java.io.DataInput
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the range 0 through 255.
readUnsignedByte() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedShort() - Method in interface java.io.DataInput
Reads two input bytes, zero-extends it to type int, and returns an int value in the range 0 through 65535.
readUnsignedShort() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedShort method of DataInput.
readUTF() - Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF() - Method in class java.io.DataInputStream
See the general contract of the readUTF method of DataInput.
readUTF(DataInput) - Static method in class java.io.DataInputStream
Reads from the stream in a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
ready() - Method in class com.sun.cldc.i18n.StreamReader
Tell whether the underlying byte stream is ready to be read.
ready() - Method in class java.io.InputStreamReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.Reader
Tell whether this stream is ready to be read.
realize() - Method in interface javax.microedition.media.Player
 
REALIZED - Static variable in interface javax.microedition.media.Player
 
receive(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Receive a datagram.
RECORD_ERROR - Static variable in interface javax.microedition.media.PlayerListener
 
RECORD_STARTED - Static variable in interface javax.microedition.media.PlayerListener
 
RECORD_STOPPED - Static variable in interface javax.microedition.media.PlayerListener
 
recordActivity() - Method in class com.livescribe.util.InactivityTimer
This marks some activity at the current time and resets the timer's waiting period to be the initial inactivity time.
recordActivityIfRunning() - Method in class com.livescribe.util.InactivityTimer
This atomically combines the check for the timer running with marking some activity.
RecordControl - Interface in javax.microedition.media.control
RecordControl controls the recording of media from a Player.
RecordingStarted - Static variable in class com.livescribe.event.SystemEvent
A SystemEvent instance for SystemEvent.SE_RECORDING_STARTED.
RecordingStopped - Static variable in class com.livescribe.event.SystemEvent
A SystemEvent instance for SystemEvent.SE_RECORDING_STOPPED.
Rectangle - Class in com.livescribe.geom
This class describes a rectangle by using the upper left and lower right points.
Rectangle() - Constructor for class com.livescribe.geom.Rectangle
Creates a new rectangle having its top left point at (0,0) and a height and width of zero.
Rectangle(int, int, int, int) - Constructor for class com.livescribe.geom.Rectangle
Creates a new rectangle having the specified top left coordinate and size.
Rectangle(int[]) - Constructor for class com.livescribe.geom.Rectangle
Creates a new rectangle having the specified points.
RectangleBoundsStrategy - Class in com.livescribe.geom
A bounds strategy that calculates a rectangular bounding polygon around a set of Shapes.
RectangleBoundsStrategy() - Constructor for class com.livescribe.geom.RectangleBoundsStrategy
Creates a new rectangle bounds strategy.
Reference - Class in java.lang.ref
Abstract base class for reference objects.
Reflect - Class in com.sun.cldchi.test
 
Region - Class in com.livescribe.penlet
This class encapsulates a region of interest for an application.
Region(long) - Constructor for class com.livescribe.penlet.Region
Creates a new Region with the specified 64-bit ID.
Region(int, boolean) - Constructor for class com.livescribe.penlet.Region
Creates a new region having the specified area ID and occlusive state.
Region(int, boolean, boolean) - Constructor for class com.livescribe.penlet.Region
Creates a new region having the specified area ID, and occlusive and store strokes states.
Region(int, int, boolean, boolean) - Constructor for class com.livescribe.penlet.Region
Creates a new region having the specified area ID, Z-order, and occlusive and subtractive states.
Region(int) - Constructor for class com.livescribe.penlet.Region
Creates a new region having the specified area ID.
Region(int, int, boolean, boolean, boolean) - Constructor for class com.livescribe.penlet.Region
Creates a new region having the specified values.
Region(int, int, boolean, boolean, boolean, boolean) - Constructor for class com.livescribe.penlet.Region
Creates a new region having the specified values.
REGION_ENTERED - Static variable in class com.livescribe.event.RegionEvent
The region entered event.
REGION_EXITED - Static variable in class com.livescribe.event.RegionEvent
The region exited event.
REGION_FIRST_ID - Static variable in class com.livescribe.event.RegionEvent
The first number in the range of ID's used for this event.
REGION_LAST_ID - Static variable in class com.livescribe.event.RegionEvent
The last number in the range of ID's used for this event.
RegionCollection - Class in com.livescribe.penlet
The RegionCollection class enables the manipulation of your regions on a page associated with the application.
regionEnter(long, Region, PageInstance) - Method in interface com.livescribe.event.RegionEnterExitListener
Called when the pen enters a region assigned to your penlet.
RegionEnterExitListener - Interface in com.livescribe.event
This interface must be implemented by any class that wishes to receive region entry/exit events from the system.
RegionEvent - Class in com.livescribe.event
This event type provides support for region events.
RegionEvent(int, long, PageInstance, Region) - Constructor for class com.livescribe.event.RegionEvent
Creates a new stroke event using the specified parameters.
regionExit(long, Region, PageInstance) - Method in interface com.livescribe.event.RegionEnterExitListener
Called when the pen exits a region assigned to your penlet.
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
register(Menu, int, Bookmarkable, boolean) - Method in class com.livescribe.ext.ui.MenuBookmarkHandlerPlugin
Registers a menu item with this plugin so that when it is activated with a button tap, it is displayed properly.
registerLast(Menu, Bookmarkable, boolean) - Method in class com.livescribe.ext.ui.MenuBookmarkHandlerPlugin
Registers the last item in the menu.
rehash() - Method in class java.util.Hashtable
Rehashes the contents of the hashtable into a hashtable with a larger capacity.
release() - Method in class com.sun.cldc.util.Semaphore
Releases a permit, returning it to the semaphore.
releaseLock() - Method in class com.livescribe.ext.util.Lock
Releases the lock if the current thread is the owner.
releaseTrap(int) - Static method in class com.sun.cldchi.jvm.MethodTrap
Release Java method that was previously trapped by setTrap() call.
remove(int) - Method in class com.livescribe.ext.ui.Menu
Removes the menu item at the specified index.
remove(Object) - Method in interface com.livescribe.ext.util.Collection
 
remove() - Method in interface com.livescribe.ext.util.Iterator
 
remove(int) - Method in class com.livescribe.ext.util.LinkedList
Removes the object at index
remove(Object) - Method in class com.livescribe.ext.util.LinkedList
Removes the first occurence of the object from the list
remove() - Method in class com.livescribe.ext.util.LinkedList
Removes the first object from the list
remove(int) - Method in interface com.livescribe.ext.util.List
 
remove(Object) - Method in interface com.livescribe.ext.util.List
 
remove() - Method in interface com.livescribe.ext.util.ListIterator
 
remove() - Method in class com.livescribe.ext.util.PriorityQueue
Removes the first element from the queue
remove(Object) - Method in class com.livescribe.ext.util.PriorityQueue
Removes a single object from the queue
remove() - Method in interface com.livescribe.ext.util.Queue
 
remove(Object) - Method in class java.util.Hashtable
Removes the key (and its corresponding value) from this hashtable.
REMOVE_CLASSES_FROM_JAR - Static variable in class com.sun.cldchi.jvm.JVM
If this flag is defined and the romization is successful, class files are removed from the JAR file(s) after the romization process.
removeAll(Collection) - Method in interface com.livescribe.ext.util.Collection
 
removeAll(Collection) - Method in class com.livescribe.ext.util.LinkedList
Remove all objects in the list that is part of the collection
removeAll(Collection) - Method in interface com.livescribe.ext.util.List
 
removeAll(Collection) - Method in class com.livescribe.ext.util.PriorityQueue
Remove all objects in the collection from the priority queue
removeAllElements() - Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeAllRegions() - Method in class com.livescribe.penlet.RegionCollection
Removes all the regions.
removeAreaEnterExitListener(AreaEnterExitListener) - Method in class com.livescribe.penlet.PenletContext
Deprecated. use PenletContext.removeRegionEnterExitListener(RegionEnterExitListener)
removeCoordinateListener(CoordinateListener) - Method in class com.livescribe.penlet.PenletContext
Removes the coordinate listener that was added earlier.
removeElement(Object) - Method in class java.util.Vector
Removes the first occurrence of the argument from this vector.
removeElementAt(int) - Method in class java.util.Vector
Deletes the component at the specified index.
removeFirst() - Method in class com.livescribe.ext.util.LinkedList
Removes the first object from the list
removeLast() - Method in class com.livescribe.ext.util.LinkedList
Removes the last (tail) object from the list
removeMenuListener(Menu.MenuListener) - Method in class com.livescribe.ext.ui.Menu
Removes a menu listener.
removePaperListener(PaperListener) - Method in class com.livescribe.penlet.PenletContext
Removes the paper listener that was added earlier.
removePentipListener(PenTipListener) - Method in class com.livescribe.penlet.PenletContext
Deprecated. use PenletContext.removePenTipListener(PenTipListener)
removePenTipListener(PenTipListener) - Method in class com.livescribe.penlet.PenletContext
Removes the pen tip listener that was added earlier.
removePlayerListener(PlayerListener) - Method in interface javax.microedition.media.Player
 
removePluginListener(PluginListener) - Method in class com.livescribe.penlet.AbstractPenletPlugin
Adds a plugin listener.
removePluginListener(PluginListener) - Method in class com.livescribe.penlet.PenletPlugin
Removes a listener that's notified when the plugin changes state.
removeProperties(int) - Method in class com.livescribe.afp.PropertyCollection
Deprecated.  
removeProperty(long) - Method in class com.livescribe.afp.PropertyCollection
Removes the specified property.
removeRegion(Region) - Method in class com.livescribe.penlet.RegionCollection
Removes the region from the collection.
removeRegionEnterExitListener(RegionEnterExitListener) - Method in class com.livescribe.penlet.PenletContext
Removes the region enter/exit listener that was added earlier.
removeStrokeListener(StrokeListener) - Method in class com.livescribe.penlet.PenletContext
Removes the stroke listener that was added earlier.
removeWord(String) - Method in class com.livescribe.icr.LKDynamicResource
Remove the specified String from the DynamicResource.
render(Font, Graphics, String, int, int, int, int) - Static method in class com.livescribe.display.Font
Renders the text on the destination graphics using the font's renderer.
render(Graphics, String, int, int, int, int) - Method in interface com.livescribe.display.TextRenderer
Render the text from the specified offset onto the destination graphics at a particular location.
renderInitialView() - Method in class com.livescribe.display.BrowseList
 
repaint() - Method in class com.livescribe.display.Canvas
Request that the system schedule a call to the Displayable.paint(Graphics) method of this canvas.
REPEAT - Static variable in interface javax.microedition.media.control.ToneControl
 
replace(char, char) - Method in class java.lang.String
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
requestActivation(long) - Method in class com.livescribe.penlet.PenletContext
Requests the penlet to be activated after the specified time.
RequestListener - Interface in com.livescribe.event
This interface enables a penlet to respond to requests sent by other penlets.
reservedMemory() - Method in class com.sun.cldc.isolate.Isolate
 
reset() - Method in class com.sun.cldc.i18n.StreamReader
Reset the stream.
reset() - Method in class com.sun.cldc.io.ResourceInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.ByteArrayInputStream
Resets the buffer to the marked position.
reset() - Method in class java.io.ByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
reset() - Method in class java.io.DataInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.InputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.InputStreamReader
Reset the stream.
reset() - Method in class java.io.Reader
Reset the stream.
reset() - Method in interface javax.microedition.io.Datagram
Zero the read/write pointer as well as the offset and length state variables.
reset() - Method in interface javax.microedition.media.control.RecordControl
Erase the current recording.
RESET - Static variable in interface javax.microedition.media.control.StopTimeControl
 
resetBounds() - Method in interface com.livescribe.geom.BoundsStrategy
Resets the state so that it is as if no points have been added.
resetBounds() - Method in class com.livescribe.geom.OctagonBoundsStrategy
Resets the bounds.
resetBounds() - Method in class com.livescribe.geom.RectangleBoundsStrategy
Resets the bounds.
resetLatch() - Method in class com.livescribe.ext.util.Latch
Resets the latch.
RESOLUTION - Static variable in interface javax.microedition.media.control.ToneControl
 
Resource - Class in com.livescribe.i18n
This class defines a resource that has been localized for a particular Locale.
Resource(String) - Constructor for class com.livescribe.i18n.Resource
Creates a new resource having the specified ID.
Resource - Class in com.livescribe.icr
This class is an abstraction of a generic ICR resource file.
ResourceBundle - Class in com.livescribe.i18n
ResourceBundle encapsulates the localized resources for an application.
ResourceBundle(Locale) - Constructor for class com.livescribe.i18n.ResourceBundle
Construct a ResourceBundle for the specified locale
ResourceInputStream - Class in com.sun.cldc.io
Input stream class for accessing resource files in classpath.
ResourceInputStream(String) - Constructor for class com.sun.cldc.io.ResourceInputStream
Construct a resource input stream for accessing objects in the jar file.
ResourceInputStream(Object) - Constructor for class com.sun.cldc.io.ResourceInputStream
 
restart(boolean) - Method in class com.livescribe.ext.plugins.AcquireHWPlugin
Restarts the handwriting recognition process.
restoreDisplay() - Method in class com.livescribe.penlet.PenletPlugin
Restores the screen stored with PenletPlugin.saveDisplay().
RESULT_HWR_ERROR - Static variable in class com.livescribe.ext.plugins.AcquireHWPlugin
Indicates that an HWR error occurred.
RESULT_OK - Static variable in class com.livescribe.ext.plugins.AcquireHWPlugin
The result is "OK".
RESULT_OVERLAPPED - Static variable in class com.livescribe.ext.plugins.AcquireHWPlugin
An overlap was detected and overlapping was set to not allowed.
RESULT_PAGE_CHANGED - Static variable in class com.livescribe.ext.plugins.AcquireHWPlugin
The page was changed in the middle of the recognition and page changing was set to not allowed.
RESULT_UNDEFINED - Static variable in class com.livescribe.ext.plugins.AcquireHWPlugin
The plugin has not been used to generate a result or it has been deactivated early.
resume() - Method in class com.sun.cldc.isolate.Isolate
The opposite of the suspend method.
retainAll(Collection) - Method in interface com.livescribe.ext.util.Collection
 
retainAll(Collection) - Method in class com.livescribe.ext.util.LinkedList
Removes all the objects in the list BUT the objects in the collection
retainAll(Collection) - Method in interface com.livescribe.ext.util.List
 
retainAll(Collection) - Method in class com.livescribe.ext.util.PriorityQueue
Remove all but the objects in the PriorityQueue but the objects in the collection
reverse() - Method in class java.lang.StringBuffer
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
right - Variable in class com.livescribe.display.BrowseList.Insets
 
Right - Static variable in class com.livescribe.event.MenuEvent
The NavPlus menuing system moved right
RIGHT_TO_LEFT - Static variable in class com.livescribe.display.Transition
Transtion that goes from right to left.
round(double) - Static method in class com.livescribe.util.MathFunctions
Rounds the specified value.
roundDisplay(double) - Static method in class com.livescribe.util.MathFunctions
Returns the value of a decimal value with rounding
roundf(float) - Static method in class com.livescribe.util.MathFunctions
Rounds the specified value.
run() - Method in class com.livescribe.util.InactivityTimer
The timer thread code.
run() - Method in class com.livescribe.util.TapAndHoldGesture
This will run on the timer thread.
run() - Method in class com.livescribe.util.TimerTask
The action to be performed by this timer task.
run() - Method in interface java.lang.Runnable
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class java.lang.Thread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
Runnable - Interface in java.lang
The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.
Runtime - Class in java.lang
Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running.
RuntimeException - Exception in java.lang
RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
RuntimeException() - Constructor for exception java.lang.RuntimeException
Constructs a RuntimeException with no detail message.
RuntimeException(String) - Constructor for exception java.lang.RuntimeException
Constructs a RuntimeException with the specified detail message.

S

SATURDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Saturday.
save() - Method in class com.livescribe.penlet.QuickLaunch
 
saveDisplay() - Method in class com.livescribe.penlet.PenletPlugin
Stores the current screen contents so that it may be replaced and then restored at a later time.
Scale - Class in com.livescribe.afp
The Scale class provides utility functions for converting between Anoto Units (AU) and inches/millimeters.
schedule(TimerTask, long) - Method in class com.livescribe.util.Timer
Schedules the specified task for execution after the specified delay.
schedule(TimerTask, Date) - Method in class com.livescribe.util.Timer
Schedules the specified task for execution at the specified time.
schedule(TimerTask, long, long) - Method in class com.livescribe.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
schedule(TimerTask, Date, long) - Method in class com.livescribe.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
scheduleAtFixedRate(TimerTask, long, long) - Method in class com.livescribe.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
scheduleAtFixedRate(TimerTask, Date, long) - Method in class com.livescribe.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
scheduleDeactivation(long) - Method in class com.livescribe.penlet.AbstractPenletPlugin
A convenience method that schedules a call to AbstractPenletPlugin.deactivate() after the specified delay.
scheduledExecutionTime() - Method in class com.livescribe.util.TimerTask
Returns the scheduled execution time of the most recent actual execution of this task.
scheduleFlickRepaintTask() - Method in class com.livescribe.ui.ScrollLabel
 
scheduleRepaintTask() - Method in class com.livescribe.ui.ScrollLabel
 
SCROLL_UNIT_MILLIS - Static variable in class com.livescribe.ui.ScrollLabel
 
scrollItem(Graphics, ScrollLabel, BrowseList.Item, int, int) - Method in class com.livescribe.display.BrowseList
Renders the item contents on the graphics and use the scroller to scroll the textual content of the item.
ScrollLabel - Class in com.livescribe.ui
ScrollLabel allows both text and images to be displayed on the screen.
ScrollLabel() - Constructor for class com.livescribe.ui.ScrollLabel
Construct ScrollLable This constructs a ScrollLabel with the following defaults Animation delay : Repaint delay is set at 50L Space Width : width in terms of pixels that is used to space the end of the content and the beginning of the content while scrolling is set to 10 Shift Width : This is the width in terms of pixels that is used to shift the contents of the label is set to 1
ScrollLabel(long, int, int) - Constructor for class com.livescribe.ui.ScrollLabel
Construct TextOutput
ScrollPausedAtEnd - Static variable in class com.livescribe.event.SystemEvent
A SystemEvent instance for SystemEvent.SE_SCROLL_PAUSED_AT_END.
ScrollPausedAtStart - Static variable in class com.livescribe.event.SystemEvent
A SystemEvent instance for SystemEvent.SE_SCROLL_PAUSED_AT_START.
scrubHorizontally(int) - Method in class com.livescribe.display.BrowseList
 
scrubHorizontally(int) - Method in interface com.livescribe.display.HorizontalFlickScrub
 
scrubHorizontally(int) - Method in class com.livescribe.ui.ScrollLabel
 
scrubVertically(int) - Method in class com.livescribe.display.BrowseList
 
scrubVertically(int) - Method in interface com.livescribe.display.VerticalFlickScrub
 
SE_AUTO_OFF_SOUND - Static variable in class com.livescribe.event.SystemEvent
The auto off sound event.
SE_DEBUG_DUMP_THREADS - Static variable in class com.livescribe.event.SystemEvent
A private, not-for-use, ID.
SE_DOCKING_STARTED - Static variable in class com.livescribe.event.SystemEvent
The pen doc started event.
SE_DOCKING_STOPPED - Static variable in class com.livescribe.event.SystemEvent
The pen doc stopped event.
SE_DOUBLETAP - Static variable in class com.livescribe.event.SystemEvent
The double tap event.
SE_DOWNLOAD_DATA_START - Static variable in class com.livescribe.event.SystemEvent
The USB data transfer from the host started event.
SE_DOWNLOAD_DATA_STOP - Static variable in class com.livescribe.event.SystemEvent
The USB data transfer from the host stopped event.
SE_LSP_NOT_FOUND - Static variable in class com.livescribe.event.SystemEvent
A private, not-for-use, ID.
SE_MUTE_WARN_OFF - Static variable in class com.livescribe.event.SystemEvent
The mute warning is off event.
SE_MUTE_WARN_ON - Static variable in class com.livescribe.event.SystemEvent
The mute warning is on event.
SE_NULL - Static variable in class com.livescribe.event.SystemEvent
A private, not-for-use, ID.
SE_OUTSIDE_PAPER_SPACE - Static variable in class com.livescribe.event.SystemEvent
The outside paper space ID.
SE_PROFILE_DUMP - Static variable in class com.livescribe.event.SystemEvent
A private, not-for-use, ID.
SE_PROFILE_OFF - Static variable in class com.livescribe.event.SystemEvent
A private, not-for-use, ID.
SE_PROFILE_ON - Static variable in class com.livescribe.event.SystemEvent
A private, not-for-use, ID.
SE_PROPERTY_CHANGED - Static variable in class com.livescribe.event.SystemEvent
The system config value modified event.
SE_RECORDING_STARTED - Static variable in class com.livescribe.event.SystemEvent
The recording started event.
SE_RECORDING_STOPPED - Static variable in class com.livescribe.event.SystemEvent
The recording stopped event.
SE_SCROLL_PAUSED_AT_END - Static variable in class com.livescribe.event.SystemEvent
The scroll paused at text end event.
SE_SCROLL_PAUSED_AT_START - Static variable in class com.livescribe.event.SystemEvent
The scroll paused at text start event.
SE_SHUTDOWN - Static variable in class com.livescribe.event.SystemEvent
The shutdown event.
SE_SINGLETAP - Static variable in class com.livescribe.event.SystemEvent
The single tap event.
SE_TODO - Static variable in class com.livescribe.event.SystemEvent
A private, not-for-use, ID.
SE_UPLOAD_DATA_START - Static variable in class com.livescribe.event.SystemEvent
The USB data transfer to the host started event.
SE_UPLOAD_DATA_STOP - Static variable in class com.livescribe.event.SystemEvent
The USB data transfer to the host stopped event.
search(Object) - Method in class java.util.Stack
Returns the 1-based position where an object is on this stack.
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
SECONDARY - Static variable in class com.livescribe.i18n.Collator
Collator strength value.
SecurityException - Exception in java.lang
Thrown by the system to indicate a security violation.
SecurityException() - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String) - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
seek(int) - Method in interface javax.microedition.media.control.FramePositioningControl
Seek to a given video frame.
seek(long) - Method in interface javax.microedition.media.protocol.SourceStream
Seek to the specified point in the stream.
SEEKABLE_TO_START - Static variable in interface javax.microedition.media.protocol.SourceStream
The value returned by getSeekType indicating that this SourceStream can be seeked only to the beginning of the media stream.
Select - Static variable in class com.livescribe.event.MenuEvent
Application menu item was selected by the user
selectReel(int, boolean) - Method in class com.livescribe.ext.ui.SlotMachine
Selects the specified reel.
Semaphore - Class in com.sun.cldc.util
 
Semaphore(int) - Constructor for class com.sun.cldc.util.Semaphore
Creates a Semaphore with the given number of permits.
send(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Send a datagram.
sendServiceRequest(String, byte[]) - Method in class com.livescribe.penlet.PenletContext
This will start a penlet and pass the data array to it and return a result.
SEPTEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the ninth month of the year.
set(int, Object) - Method in class com.livescribe.ext.util.LinkedList
Replace the object at index with the supplied object
set(int, Object) - Method in interface com.livescribe.ext.util.List
 
set(Object) - Method in interface com.livescribe.ext.util.ListIterator
 
set(int, int) - Method in class java.util.Calendar
Sets the time field with the given value.
SET_VOLUME - Static variable in interface javax.microedition.media.control.ToneControl
 
setAddress(String) - Method in interface javax.microedition.io.Datagram
Set datagram address.
setAddress(Datagram) - Method in interface javax.microedition.io.Datagram
Set datagram address, copying the address from another datagram.
setAllowOverlap(boolean) - Method in class com.livescribe.ext.plugins.AcquireHWPlugin
Sets whether strokes are allowed on regions that are not open paper.
setAllowPageChange(boolean) - Method in class com.livescribe.ext.plugins.AcquireHWPlugin
Sets whether to allow handwriting recognition over multiple pages.
setAPIAccess(boolean) - Method in class com.sun.cldc.isolate.Isolate
Sets the access to Isolate API for this Isolate.
setAudio(String, MediaPlayer) - Method in class com.livescribe.buttons.ButtonPABDisplay
Sets the audio and media player to use for playing the audio.
setAudio(int, String) - Method in class com.livescribe.ext.ui.Menu
Sets the audio to be played when the specified menu item has the focus.
setAudioQuality(byte) - Method in class com.livescribe.configuration.SystemConfig
Sets the audio quality (low/high/medium).
setAutoPowerOffTime(int) - Method in class com.livescribe.configuration.SystemConfig
Sets the automatic power-off time.
setBackAPM(String) - Method in class com.livescribe.ext.ui.Menu
Sets the sound to play when the user navigates to a parent menu.
setBitmapRegionCellState(Region, int, int, boolean) - Method in class com.livescribe.penlet.RegionCollection
Paints a grid cell to the state (true = on, false = off).
setBookmarkable(int, Bookmarkable) - Method in class com.livescribe.ext.ui.Menu
Sets the specified menu as bookmarkable.
setBooleanValue(String, boolean) - Method in class com.livescribe.configuration.Config
Sets the specified property to the given boolean value.
setBooleanValue(String, boolean) - Method in class com.livescribe.configuration.SystemConfig
This method does nothing because applications cannot change the system configuration.
setBoxLineStyle(int) - Method in class com.livescribe.buttons.ButtonPABDisplay
Sets the style of the box drawn around the button.
setBrushColor(byte) - Method in class com.livescribe.display.Graphics
Set the color for this Graphics.
setButton(Bookmarkable) - Method in class com.livescribe.buttons.DrawnButtonController
Sets the button to set up.
setButtons(Bookmarkable[]) - Method in class com.livescribe.buttons.DrawnButtonController
Sets the buttons to set up.
setByteValue(String, byte) - Method in class com.livescribe.configuration.SystemConfig
This method does nothing.
setChannelVolume(int, int) - Method in interface javax.microedition.media.control.MIDIControl
 
setCharAt(int, char) - Method in class java.lang.StringBuffer
The character at the specified index of this string buffer is set to ch.
setConsumeAllEvents(boolean) - Method in class com.livescribe.penlet.AbstractPenletPlugin
Sets whether to consume all the events.
setContent(AttributedText, Image, int, int, int, int, boolean, boolean) - Method in class com.livescribe.ui.ScrollLabel
Creates scrolling data or fixed data or both with the following params
setContext(PenletContext) - Method in class com.livescribe.penlet.Penlet
Initializes context information.
setCoordinateFrequencyDivider(int) - Method in class com.livescribe.configuration.SystemConfig
Sets the coordinate streaming frequency divider.
setCurrent(Displayable) - Method in class com.livescribe.display.Display
Sets a new Displayable instance to be current.
setData(byte[], int, int) - Method in interface javax.microedition.io.Datagram
Set the buffer, offset and length state variables.
setDateFormat(byte) - Method in class com.livescribe.configuration.SystemConfig
Sets the system date format.
setDebug(boolean) - Method in class com.sun.cldc.isolate.Isolate
 
setDecomposition(int) - Method in class com.livescribe.i18n.Collator
Set the decomposition mode of this Collator.
setDefaultBackAPM(String) - Static method in class com.livescribe.ext.ui.Menu
Sets the default sound to play when the user navigates to a parent menu.
setDefaultForwardAPM(String) - Static method in class com.livescribe.ext.ui.Menu
Sets the default sound to play when the user navigates to a submenu.
setDefaultNotSelectedImage(String) - Static method in class com.livescribe.ext.ui.RadioMenu
Sets the default image for an item that is not selected.
setDefaultSelectAPM(String) - Static method in class com.livescribe.ext.ui.Menu
Sets the default sound to play when the user selects a menu item having no submenu.
setDefaultSelectedImage(String) - Static method in class com.livescribe.ext.ui.RadioMenu
Sets the default image for a selected item.
setDisplayBrightness(byte) - Method in class com.livescribe.configuration.SystemConfig
Sets brightness of the smartpen display.
setDisplayFullScreen(boolean) - Method in interface javax.microedition.media.control.VideoControl
Set the size of the render region for the video clip to be fullscreen.
setDisplayLocation(int, int) - Method in interface javax.microedition.media.control.VideoControl
Set the location of the video with respect to the canvas where the video is displayed.
setDisplayOnResult(boolean, AcquireHWPlugin.DisplayFilter) - Method in class com.livescribe.ext.plugins.AcquireHWPlugin
Sets whether to display the results as the are received.
setDisplayOrientation(boolean) - Method in class com.livescribe.configuration.SystemConfig
Sets the display orientation.
setDisplaySize(int, int) - Method in interface javax.microedition.media.control.VideoControl
Resize the video image.
setDoubleTapTerminates(boolean) - Method in class com.livescribe.ext.plugins.AcquireHWPlugin
Sets whether the plugin should terminate when a user timeout occurs or if it should terminate after a double tap.
setDoubleValue(String, double) - Method in class com.livescribe.configuration.Config
Sets the specified property to the given double value.
setDoubleValue(String, double) - Method in class com.livescribe.configuration.SystemConfig
This method does nothing because applications cannot change the system configuration.
setElementAt(Object, int) - Method in class java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setError() - Method in class java.io.PrintStream
Set the error state of the stream to true.
setFocusIndex(int) - Method in class com.livescribe.ext.ui.Menu
Sets the item index that should have the focus.
setFocusItem(int) - Method in class com.livescribe.display.BrowseList
Sets the focus to the item specified by the index.
setFocusItem(int) - Method in class com.livescribe.ext.ui.Menu.MenuBrowseList
This is overridden to intercept Flick n Scrub and other changes.
setFont(Font) - Method in class com.livescribe.buttons.ButtonPABDisplay
Sets the text's font.
setFont(Font) - Method in class com.livescribe.display.Graphics
Sets the font for this Graphics.
setFont(Font) - Method in class com.livescribe.ui.ScrollLabel
 
setForwardAPM(String) - Method in class com.livescribe.ext.ui.Menu
Sets the sound to play when the user navigates to a submenu.
setForwardAPM(String) - Method in class com.livescribe.ext.ui.MenuBookmarkHandlerPlugin
Sets the sound to play when a menu item's submenu is followed.
setGuidelines(long, long) - Method in class com.livescribe.icr.ICRContext
Define the Guidelines to use for recognition.
setHeight(int) - Method in class com.livescribe.geom.Ellipse
Sets the ellipse height.
setHeight(int) - Method in class com.livescribe.geom.LineSegment
Sets the line height.
setHeight(int) - Method in class com.livescribe.geom.Rectangle
Sets the rectangle height.
setHiddenPackages(String[]) - Method in class com.sun.cldc.isolate.Isolate
Sets the packages which will be hidden.
setHoverModeEnabled(boolean) - Method in class com.livescribe.configuration.SystemConfig
Turns hover mode on or off.
setHWRInactivityTime(int) - Method in class com.livescribe.ext.plugins.AcquireHWPlugin
Sets the HWR timeout, in milliseconds.
setIcon(int, Image) - Method in class com.livescribe.ext.ui.Menu
Sets the icon for the item at the specified index.
setIfNotSet() - Method in class com.livescribe.ext.util.Latch
Atomically sets the latch if it is not already set.
setInputTimeout(long) - Method in class com.livescribe.buttons.DrawnButtonController
Sets the input timeout.
setInsets(BrowseList.Insets) - Method in class com.livescribe.display.BrowseList
Set the Insets for the decoration.
setJavaTrap(String, String) - Static method in class com.sun.cldchi.jvm.MethodTrap
Replace the execution entry of the specified method with the execution entry of another method with the similar signature.
setJumpToSelected(boolean) - Method in class com.livescribe.ext.ui.RadioMenu
Indicates whether the menu should jump to the currently selected item when it is activated.
setLastItemBookmarkable(Bookmarkable) - Method in class com.livescribe.ext.ui.Menu
A convenience method that sets the last menu item's bookmark info.
setLatch() - Method in class com.livescribe.ext.util.Latch
Sets the latch.
setLength(int) - Method in class java.lang.StringBuffer
Sets the length of this string buffer.
setLength(int) - Method in interface javax.microedition.io.Datagram
Set the length state variable.
setLevel(int) - Method in interface javax.microedition.media.control.VolumeControl
 
setLineStyle(int) - Method in class com.livescribe.display.Graphics
Set the line style for all strokes.
setLocale(Locale) - Method in class com.livescribe.configuration.SystemConfig
Sets the system's locale.
setLogger(Logger) - Static method in class com.livescribe.ext.util.Log
Sets the current logger.
setLongValue(String, long) - Method in class com.livescribe.configuration.Config
Sets the specified property to the given long value.
setLongValue(String, long) - Method in class com.livescribe.configuration.SystemConfig
This method does nothing because applications cannot change the system configuration.
setLoopCount(int) - Method in interface javax.microedition.media.Player
 
setMask(short) - Method in class com.livescribe.penlet.Logger
Set the log level mask.
setMediaTime(long) - Method in interface javax.microedition.media.Player
 
setMemoryQuota(int) - Method in class com.sun.cldc.isolate.Isolate
Sets the object heap memory reserved and maximum limits to the same value.
setMemoryQuota(int, int) - Method in class com.sun.cldc.isolate.Isolate
Sets the object heap memory quota for this Isolate.
setMetadata(Object) - Method in class com.livescribe.ext.ui.Menu
Attaches some arbitrary metadata to this menu.
setMetadata(int, Object) - Method in class com.livescribe.ext.ui.Menu
Attaches some arbitrary metadata to a specific menu item.
setMicSensitivity(byte) - Method in class com.livescribe.configuration.SystemConfig
Sets the microphone sensitivity (low/high/auto).
setMute(boolean) - Method in class com.livescribe.configuration.SystemConfig
Sets system mute on/off.
setMute(boolean) - Method in interface javax.microedition.media.control.VolumeControl
 
setName(Locale, String) - Method in class com.livescribe.penlet.QuickLaunch.Entry
 
setNotSelectedImage(String) - Method in class com.livescribe.ext.ui.RadioMenu
Sets the image to use for an item that is not selected.
setOneWayParent(Menu) - Method in class com.livescribe.ext.ui.Menu
Sets the parent for this menu to be the specified menu but does not add this menu to the parent.
setOptionUseMultiLineResult(boolean) - Method in class com.livescribe.icr.ICRContext
If set to false, the recognizer will not try to split the input ink into multiple lines for recognition.
setOptionUseUnlimitedResult(boolean) - Method in class com.livescribe.icr.ICRContext
Enables or disables the unlimited result recognition mechanism.
setParentHoldTime(long) - Method in class com.livescribe.ext.ui.MenuBookmarkHandlerPlugin
Sets the amount of time to pause at the parent menu when following into submenus.
setPitch(int) - Method in interface javax.microedition.media.control.PitchControl
 
setPlayBackAPM(boolean) - Method in class com.livescribe.ext.ui.Menu
Sets whether to play the back sound.
setPlayForwardAPM(boolean) - Method in class com.livescribe.ext.ui.Menu
Sets whether to play the back sound.
setPlaySelectAPM(boolean) - Method in class com.livescribe.ext.ui.Menu
Sets whether to play the back sound.
setPriority(int) - Method in class com.sun.cldc.isolate.Isolate
Adjust the priority of this Isolate.
setPriority(int) - Method in class java.lang.Thread
Changes the priority of this thread.
setProfile(String) - Method in class com.sun.cldc.isolate.Isolate
Sets active profile name for isolate.
setProgram(int, int, int) - Method in interface javax.microedition.media.control.MIDIControl
 
setProperty(long, Object, boolean) - Method in class com.livescribe.afp.PropertyCollection
Sets a property value.
setProperty(long, Object) - Method in class com.livescribe.afp.PropertyCollection
Sets a property value.
setProperty(String, Object) - Method in class com.livescribe.penlet.PenletContext
Sets a property specific to this instance of a penlet context.
setRate(int) - Method in interface javax.microedition.media.control.RateControl
 
setRecordLocation(String) - Method in interface javax.microedition.media.control.RecordControl
Set the output location where the data will be recorded.
setRecordSizeLimit(int) - Method in interface javax.microedition.media.control.RecordControl
Set the record size limit.
setRecordStream(OutputStream) - Method in interface javax.microedition.media.control.RecordControl
Set the output stream where the data will be recorded.
setReelPosition(int, float) - Method in class com.livescribe.ext.ui.SlotMachine
Sets the location for the specified reel.
setRestrictedPackages(String[]) - Method in class com.sun.cldc.isolate.Isolate
Sets the packages which will be restricted.
setScrollerClipRegion(ScrollLabel, short, short, short, short) - Method in class com.livescribe.display.BrowseList
Sets the clip region for the scroller.
setScrollSpeed(long) - Method in class com.livescribe.configuration.SystemConfig
Sets the scroll speed.
setSeed(long) - Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSelectable(int, boolean) - Method in class com.livescribe.ext.ui.Menu
Sets the item at the specified index as selectable or not selectable, depending on the flag.
setSelectAPM(String) - Method in class com.livescribe.ext.ui.Menu
Sets the sound to play when the user selects a menu item having no submenu.
setSelectAPM(String) - Method in class com.livescribe.ext.ui.MenuBookmarkHandlerPlugin
Sets the sound to play when a menu item is selected.
setSelectedImage(String) - Method in class com.livescribe.ext.ui.RadioMenu
Sets the image to use for a selected item.
setSelectedIndex(int) - Method in class com.livescribe.ext.ui.RadioMenu
Sets the index of the currently selected item.
setSequence(byte[]) - Method in interface javax.microedition.media.control.ToneControl
 
setSize(int) - Method in class java.util.Vector
Sets the size of this vector.
setStopTime(long) - Method in interface javax.microedition.media.control.StopTimeControl
 
setStrength(int) - Method in class com.livescribe.i18n.Collator
Sets this Collator's strength property.
setStringValue(String, String) - Method in class com.livescribe.configuration.Config
Sets the specified property to the given string value.
setStringValue(String, String) - Method in class com.livescribe.configuration.SystemConfig
This method does nothing because applications cannot change the system configuration.
setSubmenu(int, Menu) - Method in class com.livescribe.ext.ui.Menu
Sets the submenu at the specified index.
setTempo(int) - Method in interface javax.microedition.media.control.TempoControl
 
setText(int, Object) - Method in class com.livescribe.ext.ui.Menu
Sets the text for the specified menu item.
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's current time with the given Date.
setTime(long) - Method in class java.util.Date
Sets this Date object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTimeBase(TimeBase) - Method in interface javax.microedition.media.Player
 
setTimeFormat(byte) - Method in class com.livescribe.configuration.SystemConfig
Sets the system time format.
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeOfDay(long) - Method in class com.livescribe.configuration.SystemConfig
This method does nothing because applications cannot change the system time.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setTransition(Transition) - Method in class com.livescribe.display.Display
Sets a new Transition on the display.
setTrap(String, int, int, int) - Static method in class com.sun.cldchi.jvm.MethodTrap
Trap specified Java method for JVM to take special action before the method is invoked.
setUseProfiler(boolean) - Method in class com.sun.cldc.isolate.Isolate
Sets whether isolate should be profiled or not.
setUserPauseTerminates(boolean) - Method in class com.livescribe.ext.plugins.AcquireHWPlugin
Sets whether a user pause can terminate the plugin.
setUseVerifier(boolean) - Method in class com.sun.cldc.isolate.Isolate
Controls whether or not classes for this isolate need to be verified.
setVertexArray(int[]) - Method in class com.livescribe.geom.Shape
Sets the internal vertex array.
setViewportWidth(int) - Method in class com.livescribe.ui.ScrollLabel
Sets the width of the viewport which is the entire scrollable region of data that is viewed through a window.
setVisible(boolean) - Method in interface javax.microedition.media.control.VideoControl
Show or hide the video.
setVoiceMenus(boolean) - Method in class com.livescribe.configuration.SystemConfig
Sets voice menus on/off.
setVolume(byte) - Method in class com.livescribe.configuration.SystemConfig
Sets the system volume
setWidth(int) - Method in class com.livescribe.geom.Ellipse
Sets the ellipse width.
setWidth(int) - Method in class com.livescribe.geom.LineSegment
Sets the line width.
setWidth(int) - Method in class com.livescribe.geom.Rectangle
Sets the rectangle width.
setX(int) - Method in class com.livescribe.geom.Ellipse
Sets the X-coordinate of the top left corner.
setX(int) - Method in class com.livescribe.geom.LineSegment
Sets the X-coordinate of the top left corner.
setX(int) - Method in class com.livescribe.geom.Point
Sets the X-coordinate.
setX(int) - Method in class com.livescribe.geom.Rectangle
Sets the X-coordinate of the top left corner.
setX(int, int) - Method in class com.livescribe.geom.Shape
Sets the X-coordinate at the specified index.
setXY(int, int, int) - Method in class com.livescribe.geom.Shape
Sets the coordinate at the specified index.
setXY(int[]) - Method in class com.livescribe.geom.Shape
Sets the shape's coordinates to the specified X- and Y-coordinates.
setY(int) - Method in class com.livescribe.geom.Ellipse
Sets the Y-coordinate of the top left corner.
setY(int) - Method in class com.livescribe.geom.LineSegment
Sets the Y-coordinate of the top left corner.
setY(int) - Method in class com.livescribe.geom.Point
Sets the Y-coordinate.
setY(int) - Method in class com.livescribe.geom.Rectangle
Sets the Y-coordinate of the top left corner.
setY(int, int) - Method in class com.livescribe.geom.Shape
Sets the Y-coordinate at the specified index.
Shape - Class in com.livescribe.geom
This class is the superclass for all shapes handled by the system.
Shape(int) - Constructor for class com.livescribe.geom.Shape
Creates a new shape having the specified type.
SHAPE_COMPOSITE - Static variable in class com.livescribe.geom.Shape
The composite type.
SHAPE_ELLIPSE - Static variable in class com.livescribe.geom.Shape
The ellipse type.
SHAPE_LINESEGMENT - Static variable in class com.livescribe.geom.Shape
The line segment type.
SHAPE_POINT - Static variable in class com.livescribe.geom.Shape
The point type.
SHAPE_POLYGON - Static variable in class com.livescribe.geom.Shape
The polygon type.
SHAPE_POLYLINE - Static variable in class com.livescribe.geom.Shape
The polyline type.
SHAPE_RECTANGLE - Static variable in class com.livescribe.geom.Shape
The rectangle type.
SHAPE_STROKE - Static variable in class com.livescribe.geom.Shape
The stroke type.
shiftWidth - Variable in class com.livescribe.ui.ScrollLabel
Number of pixels to shift while scrolling
Short - Class in java.lang
The Short class is the standard wrapper for short values.
Short(short) - Constructor for class java.lang.Short
Constructs a Short object initialized to the specified short value.
shortMidiEvent(int, int, int) - Method in interface javax.microedition.media.control.MIDIControl
 
shortValue() - Method in class java.lang.Double
Returns the value of this Double as a short (by casting to a short).
shortValue() - Method in class java.lang.Float
Returns the value of this Float as a short (by casting to a short).
shortValue() - Method in class java.lang.Integer
Returns the value of this Integer as a short.
shortValue() - Method in class java.lang.Short
Returns the value of this Short as a short.
show(Display, Transition) - Method in class com.livescribe.ext.ui.Menu
Shows the menu on the specified display using the specified transition.
show(int) - Method in class com.livescribe.ui.VolumeIndicator
Set the Volume level and update the display correspondingly.
showAvailableAsBytes() - Method in class com.livescribe.ui.DiskUsageIndicator
Shows the available bytes in Bytes in the disk usage.
showAvailableAsDuration() - Method in class com.livescribe.ui.DiskUsageIndicator
Shows the availability (in bytes) of recording duration * The information is rendered on the display
showDate() - Method in class com.livescribe.ui.DateIndicator
Shows the date on the Screen
showDefaultScreen() - Method in class com.livescribe.display.Display
Shows the platform default screen on the display.
showMuteWarning() - Method in class com.livescribe.penlet.PenletContext
Shows a warning to the user that the volume is MUTED.
showScroller() - Method in class com.livescribe.display.BrowseList
 
showTime() - Method in class com.livescribe.ui.TimeIndicator
Shows the time.
SILENCE - Static variable in interface javax.microedition.media.control.ToneControl
 
sin(double) - Static method in class java.lang.Math
Returns the trigonometric sine of an angle.
singleTap(long, int, int) - Method in interface com.livescribe.event.PenTipListener
Called when the user performs a single tap.
size - Variable in class com.livescribe.display.Font
 
size - Variable in class com.livescribe.event.PenletEvent
The associated size information, if relevant.
size() - Method in interface com.livescribe.ext.util.Collection
 
size() - Method in class com.livescribe.ext.util.LinkedList
Returns the number of objects in the list
size() - Method in interface com.livescribe.ext.util.List
 
size() - Method in class com.livescribe.ext.util.PriorityQueue
Returns the number of objects
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
size() - Method in class java.util.Vector
Returns the number of components in this vector.
SIZE_CHANGED - Static variable in interface javax.microedition.media.PlayerListener
 
SIZE_LARGE - Static variable in class com.livescribe.display.Font
 
SIZE_MEDIUM - Static variable in class com.livescribe.display.Font
 
SIZE_SMALL - Static variable in class com.livescribe.display.Font
 
sizeOf(byte[], int, int) - Method in class com.sun.cldc.i18n.j2me.ISO8859_1_Reader
Get the size in chars of an array of bytes
sizeOf(char[], int, int) - Method in class com.sun.cldc.i18n.j2me.ISO8859_1_Writer
Get the size in bytes of an array of chars
sizeOf(byte[], int, int) - Method in class com.sun.cldc.i18n.j2me.UTF8_Reader
Gets the size in chars of an array of bytes.
sizeOf(char[], int, int) - Method in class com.sun.cldc.i18n.j2me.UTF8_Writer
Gets the size in bytes of an array of chars.
sizeOf(byte[], int, int) - Method in class com.sun.cldc.i18n.StreamReader
Get the size in chars of an array of bytes
sizeOf(char[], int, int) - Method in class com.sun.cldc.i18n.StreamWriter
Get the size in bytes of an array of chars
SKDynamicResource - Class in com.livescribe.icr
This class is not currently supported, but may be supported in a future release.
SKDynamicResource() - Constructor for class com.livescribe.icr.SKDynamicResource
 
skip(long) - Method in class com.livescribe.ext.io.BufferedInputStream
 
skip(long) - Method in class com.sun.cldc.io.ResourceInputStream
 
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.DataInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.InputStreamReader
Skip characters.
skip(long) - Method in class java.io.Reader
Skip characters.
skip(int) - Method in interface javax.microedition.media.control.FramePositioningControl
Skip a given number of frames from the current position.
skipBytes(int) - Method in interface java.io.DataInput
Makes an attempt to skip over n bytes of data from the input stream, discarding the skipped bytes.
skipBytes(int) - Method in class java.io.DataInputStream
See the general contract of the skipBytes method of DataInput.
sleep(long) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds.
SlotMachine - Class in com.livescribe.ext.ui
This class enables most types of displays that involves N scrolling reels with a number of items in each reel.
SlotMachine() - Constructor for class com.livescribe.ext.ui.SlotMachine
Creates a new slot machine UI having its drawing offset at zero.
SlotMachine(int) - Constructor for class com.livescribe.ext.ui.SlotMachine
Creates a new slot machine UI having the specified drawing offset.
sort() - Method in class com.livescribe.ext.util.LinkedList
Sorts the elements.
SoundResource - Class in com.livescribe.i18n
This class defines an audible resource that contains audio samples, compressed or uncompressed, that can be read from an input stream.
SoundResource(String) - Constructor for class com.livescribe.i18n.SoundResource
Creates a new sound resource having the specified ID.
SourceStream - Interface in javax.microedition.media.protocol
Abstracts a single stream of media data.
spaceWidth - Variable in class com.livescribe.ui.ScrollLabel
Space between the end of the content and the start of the content while scrolling.
sqrt(double) - Static method in class java.lang.Math
Returns the correctly rounded positive square root of a double value.
Stack - Class in java.util
The Stack class represents a last-in-first-out (LIFO) stack of objects.
Stack() - Constructor for class java.util.Stack
Creates an empty Stack.
start() - Method in class com.sun.cldc.isolate.Isolate
Start execution of this Isolate.
start() - Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
start() - Method in interface javax.microedition.media.Player
 
start() - Method in class javax.microedition.media.protocol.DataSource
Initiate data-transfer.
STARTED - Static variable in interface javax.microedition.media.Player
 
STARTED - Static variable in interface javax.microedition.media.PlayerListener
 
startNewIsolatedCharacter(short) - Method in class com.livescribe.icr.ICRContext
Start a new character in Isolated Handwriting style.
startRecord() - Method in interface javax.microedition.media.control.RecordControl
Start recording the media.
startsWith(String, int) - Method in class java.lang.String
Tests if this string starts with the specified prefix beginning at the specified index.
startsWith(String) - Method in class java.lang.String
Tests if this string starts with the specified prefix.
startTimer(long, long) - Method in class com.livescribe.util.InactivityTimer
Starts the timer.
startTimer(long) - Method in class com.livescribe.util.InactivityTimer
Starts the timer using the specified inactivity period.
STATUS_CANCELLED - Static variable in class com.sun.cldchi.jvm.JVM
Returned by getAppImageProgress() to indicate that the last image creation process has was cancelled before it was completed.
STATUS_FAILED - Static variable in class com.sun.cldchi.jvm.JVM
Returned by getAppImageProgress() to indicate that the last image creation process has failed before it was completed.
STATUS_START - Static variable in class com.sun.cldchi.jvm.JVM
Any value returned by getAppImageProgress() that.s greater or equal to STATUS_START, but lower than STATUS_SUCCEEDED, means that the image creation is still taking place.
STATUS_SUCCEEDED - Static variable in class com.sun.cldchi.jvm.JVM
Returned by getAppImageProgress() to indicate that the last image creation process has succeeded.
STATUS_VERIFY_FAILED - Static variable in class com.sun.cldchi.jvm.JVM
Returned by verifyJar() to indicate JAR classes verification failed by some reason.
STATUS_VERIFY_NOTHING - Static variable in class com.sun.cldchi.jvm.JVM
Returned by verifyJar() to indicate no classes verification has ever been started since VM didn't find any classes in JAR.
STATUS_VERIFY_SUCCEEDED - Static variable in class com.sun.cldchi.jvm.JVM
Returned by verifyJar() to indicate all JAR classes were successfully verified.
STATUS_VIRGIN - Static variable in class com.sun.cldchi.jvm.JVM
Returned by getAppImageProgress() to indicate that no image creation process has ever been started since the VM was bootstraped.
stop() - Method in class com.livescribe.ui.MediaPlayer
Stops the MediaPlayer
stop() - Method in interface javax.microedition.media.Player
 
stop() - Method in class javax.microedition.media.protocol.DataSource
Stop the data-transfer.
stopAnimation() - Method in class com.livescribe.buttons.ButtonPABDisplay
Stop the animation
STOPPED - Static variable in interface javax.microedition.media.PlayerListener
 
STOPPED_AT_TIME - Static variable in interface javax.microedition.media.PlayerListener
 
stopRecord() - Method in interface javax.microedition.media.control.RecordControl
Stop recording the media.
stopScrolling() - Method in class com.livescribe.ui.ScrollLabel
Stops the scrolling of content if the label is currently scrolling.
StopTimeControl - Interface in javax.microedition.media.control
 
stopTimer() - Method in class com.livescribe.util.InactivityTimer
Stops the timer.
StreamConnection - Interface in javax.microedition.io
This interface defines the capabilities that a stream connection must have.
StreamConnectionNotifier - Interface in javax.microedition.io
This interface defines the capabilities that a connection notifier must have.
StreamReader - Class in com.sun.cldc.i18n
General prototype for character converting stream readers.
StreamReader() - Constructor for class com.sun.cldc.i18n.StreamReader
 
StreamWriter - Class in com.sun.cldc.i18n
General prototype for character converting stream writers.
StreamWriter() - Constructor for class com.sun.cldc.i18n.StreamWriter
 
String - Class in java.lang
The String class represents character strings.
String() - Constructor for class java.lang.String
Initializes a newly created String object so that it represents an empty character sequence.
String(String) - Constructor for class java.lang.String
Initializes a newly created String object so that it represents the same sequence of characters as the argument; in other words, the newly created string is a copy of the argument string.
String(char[]) - Constructor for class java.lang.String
Allocates a new String so that it represents the sequence of characters currently contained in the character array argument.
String(char[], int, int) - Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the character array argument.
String(byte[], int, int, String) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the specified character encoding.
String(byte[], String) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the specified character encoding.
String(byte[], int, int) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the platform's default character encoding.
String(byte[]) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the platform's default character encoding.
String(StringBuffer) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
StringBuffer - Class in java.lang
A string buffer implements a mutable sequence of characters.
StringBuffer() - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a string buffer so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string buffer is a copy of the argument string.
StringIndexOutOfBoundsException - Exception in java.lang
Thrown by the charAt method in class String and by other String methods to indicate that an index is either negative or greater than or equal to the size of the string.
StringIndexOutOfBoundsException() - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(String) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringIndexOutOfBoundsException(int) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
stringWidth(String) - Method in class com.livescribe.display.Font
Gets the string width using based on the metrics of the font.
Stroke - Class in com.livescribe.geom
This class describes a stroke, or series of points.
Stroke() - Constructor for class com.livescribe.geom.Stroke
Creates a new stroke having no points.
Stroke(int) - Constructor for class com.livescribe.geom.Stroke
Creates a new stroke having n points set to (0,0).
Stroke(int[]) - Constructor for class com.livescribe.geom.Stroke
Creates a new stroke having the specified points.
STROKE_CREATED - Static variable in class com.livescribe.event.StrokeEvent
The stroke created event.
STROKE_FIRST_ID - Static variable in class com.livescribe.event.StrokeEvent
The first number in the range of ID's used for this event.
STROKE_LAST_ID - Static variable in class com.livescribe.event.StrokeEvent
The last number in the range of ID's used for this event.
strokeCreated(long, Region, PageInstance) - Method in interface com.livescribe.event.StrokeListener
Called when a stroke is created by the user.
StrokeEvent - Class in com.livescribe.event
This event type provides support for stroke events.
StrokeEvent(int, long, PageInstance, Region) - Constructor for class com.livescribe.event.StrokeEvent
Creates a new stroke event using the specified parameters.
StrokeListener - Interface in com.livescribe.event
The StrokeListener interface must be implemented by any class that wishes to receive strokes from the system.
StrokeStorage - Class in com.livescribe.storage
This class describes the system stroke storage.
StrokeStorage(PageInstance) - Constructor for class com.livescribe.storage.StrokeStorage
Creates a new stroke storage instance.
style - Variable in class com.livescribe.display.Font
 
STYLE_BOLD - Static variable in class com.livescribe.display.Font
 
STYLE_ITALIC - Static variable in class com.livescribe.display.Font
 
STYLE_PLAIN - Static variable in class com.livescribe.display.Font
 
subList(int, int) - Method in class com.livescribe.ext.util.LinkedList
Returns a new Sublist
subList(int, int) - Method in interface com.livescribe.ext.util.List
 
substring(int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int, int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
SUNDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Sunday.
suspend() - Method in class com.sun.cldc.isolate.Isolate
Suspends all threads in this isolate from execution.
SYSRES_AK_FASTER - Static variable in class com.livescribe.icr.ICRContext
Alphabet Knowledge for recognition.
SYSRES_AK_FULL - Static variable in class com.livescribe.icr.ICRContext
Alphabet Knowledge for recognition.
SYSRES_AK_LMEM - Static variable in class com.livescribe.icr.ICRContext
Alphabet Knowledge for recognition.
SYSRES_AK_LMEM_FASTER - Static variable in class com.livescribe.icr.ICRContext
Alphabet Knowledge for recognition.
SYSRES_LK_BIGRAM - Static variable in class com.livescribe.icr.ICRContext
Linguistic Knowledge resource that contains more than 100,000 words with associated bigram frequency.
SYSRES_LK_BIGRAM_100K - Static variable in class com.livescribe.icr.ICRContext
Linguistic Knowledge resource that contains 100,000 words with associated bigram frequency.
SYSRES_LK_BIGRAM_30K - Static variable in class com.livescribe.icr.ICRContext
Linguistic Knowledge resource that contains 30,000 words with associated bigram frequency.
SYSRES_LK_BIGRAM_65K - Static variable in class com.livescribe.icr.ICRContext
Linguistic Knowledge resource that contains 65,000 words with associated bigram frequency.
SYSRES_LK_FREE - Static variable in class com.livescribe.icr.ICRContext
A "Free" resource that allows for recognition of any words.
SYSRES_LK_GRAMMAR - Static variable in class com.livescribe.icr.ICRContext
Grammar resource needed for recognition of multiple words (i.e.
SYSRES_LK_GRAMMER - Static variable in class com.livescribe.icr.ICRContext
Deprecated. Use ICRContext.SYSRES_LK_GRAMMAR.
SYSRES_LK_OUT_OF_LEXICON - Static variable in class com.livescribe.icr.ICRContext
"Out-of-Lexicon" resource that allows for recognition of words not in a lexicon.
SYSRES_LK_TRANSLATOR_DEMO - Static variable in class com.livescribe.icr.ICRContext
Deprecated. Add the resource to the application.
SYSRES_LK_WORDLIST - Static variable in class com.livescribe.icr.ICRContext
Linguistic Knowledge resource that contains more than 100,000 words with associated frequency.
SYSRES_LK_WORDLIST_100K - Static variable in class com.livescribe.icr.ICRContext
Linguistic Knowledge resource that contains 100,000 words with associated frequency.
SYSRES_LK_WORDLIST_30K - Static variable in class com.livescribe.icr.ICRContext
Linguistic Knowledge resource that contains 30,000 words with associated frequency.
SYSRES_LK_WORDLIST_65K - Static variable in class com.livescribe.icr.ICRContext
Linguistic Knowledge resource that contains 65,000 words with associated frequency.
SYSRES_SK_ALNUM - Static variable in class com.livescribe.icr.ICRContext
Subset Knowledge that contains only letters and digits.
SYSRES_SK_ALPHA - Static variable in class com.livescribe.icr.ICRContext
Subset Knowledge that contains only alphabetic characters.
SYSRES_SK_DIGIT - Static variable in class com.livescribe.icr.ICRContext
Subset Knowledge that contains only digits.
SYSRES_SK_LOWER - Static variable in class com.livescribe.icr.ICRContext
Subset Knowledge that contains only lowercase letters.
SYSRES_SK_PUNCT - Static variable in class com.livescribe.icr.ICRContext
Subset Knowledge that contains only certain punctuation characters.
SYSRES_SK_UPPER - Static variable in class com.livescribe.icr.ICRContext
Subset Knowledge that contains only uppercase letters.
System - Class in java.lang
The System class contains several useful class fields and methods.
SystemConfig - Class in com.livescribe.configuration
This class provides the ability to access and modify system configuration values.
SystemConfig() - Constructor for class com.livescribe.configuration.SystemConfig
 
SystemEvent - Class in com.livescribe.event
This represents system-specific events.
SystemEvent(int, int, long, int, int) - Constructor for class com.livescribe.event.SystemEvent
Deprecated.  
SystemEvent.Config - Class in com.livescribe.event
This class encapsulates system configuration values as SystemEvent objects.
SystemEvent.Config(String, Object) - Constructor for class com.livescribe.event.SystemEvent.Config
Creates a new Config event having the SystemEvent.SE_PROPERTY_CHANGED type.
SystemEventListener - Interface in com.livescribe.event
The SystemEventListener interface must be implemented by any class that wishes to receive system events.

T

tan(double) - Static method in class java.lang.Math
Returns the trigonometric tangent of an angle.
TapAndHoldGesture - Class in com.livescribe.util
This can be used by applications to check if the user has tapped at a point on the paper and held the pen at the same point for a specified period of time.
TapAndHoldGesture() - Constructor for class com.livescribe.util.TapAndHoldGesture
Creates a new tap and hold gesture.
tell() - Method in interface javax.microedition.media.protocol.SourceStream
Obtain the current position in the stream.
TEMPO - Static variable in interface javax.microedition.media.control.ToneControl
 
TempoControl - Interface in javax.microedition.media.control
 
TERTIARY - Static variable in class com.livescribe.i18n.Collator
Collator strength value.
test(String) - Static method in class com.livescribe.ext.util.Log
Writes an test message to the log.
test(Class, String, String) - Static method in class com.livescribe.ext.util.Log
Writes a test message to the log and prefixes the message with "SimpleClassName.method: ".
test(String, String, String) - Static method in class com.livescribe.ext.util.Log
Writes a test message to the log and prefixes the message with "SimpleClassName.method: ".
test(String) - Method in class com.livescribe.penlet.Logger
Sends the msg to the test agent on the pen if test level is enabled.
TextRenderer - Interface in com.livescribe.display
TextRenderer defines methods to render text on the Graphics destination.
TextResource - Class in com.livescribe.i18n
This class defines a text resource that has been localized for a particular Locale and that can be rendered on the display.
TextResource(String) - Constructor for class com.livescribe.i18n.TextResource
Creates a new text resource having the specified ID.
Thread - Class in java.lang
A thread is a thread of execution in a program.
Thread() - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(String) - Constructor for class java.lang.Thread
Allocates a new Thread object with the given name.
Thread(Runnable) - Constructor for class java.lang.Thread
Allocates a new Thread object with a specific target object whose run method is called.
Thread(Runnable, String) - Constructor for class java.lang.Thread
Allocates a new Thread object with the given target and name.
Throwable - Class in java.lang
The Throwable class is the superclass of all errors and exceptions in the Java language.
Throwable() - Constructor for class java.lang.Throwable
Constructs a new Throwable with null as its error message string.
Throwable(String) - Constructor for class java.lang.Throwable
Constructs a new Throwable with the specified error message.
THURSDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Thursday.
time - Variable in class com.livescribe.event.PenletEvent
The event time.
time - Variable in class java.util.Calendar
The currently set time for this calendar, expressed in milliseconds after January 1, 1970, 0:00:00 GMT.
TIME_LONG - Static variable in class com.livescribe.i18n.Formatter
 
TIME_SHORT - Static variable in class com.livescribe.i18n.Formatter
 
TIME_UNKNOWN - Static variable in interface javax.microedition.media.Player
 
TimeBase - Interface in javax.microedition.media
 
TimeIndicator - Class in com.livescribe.ui
A time indicator component.
TimeIndicator() - Constructor for class com.livescribe.ui.TimeIndicator
Creates a new time indicator.
timer - Variable in class com.livescribe.ui.ScrollLabel
 
Timer - Class in com.livescribe.util
A facility for threads to schedule tasks for future execution in a background thread.
Timer() - Constructor for class com.livescribe.util.Timer
Creates a new timer.
TimerTask - Class in com.livescribe.util
A task that can be scheduled for one-time or repeated execution by a Timer.
TimerTask() - Constructor for class com.livescribe.util.TimerTask
Creates a new timer task.
TimeZone - Class in java.util
TimeZone represents a time zone offset, and also figures out daylight savings.
TimeZone() - Constructor for class java.util.TimeZone
 
TimeZoneImpl - Class in com.sun.cldc.util.j2me
This class provides the time zone implementations for J2ME CLDC/MIDP.
TimeZoneImpl() - Constructor for class com.sun.cldc.util.j2me.TimeZoneImpl
 
TITLE_KEY - Static variable in interface javax.microedition.media.control.MetaDataControl
 
toArray() - Method in interface com.livescribe.ext.util.Collection
 
toArray() - Method in class com.livescribe.ext.util.LinkedList
Returns an array containing the objects in the list
toArray() - Method in interface com.livescribe.ext.util.List
 
toArray() - Method in class com.livescribe.ext.util.PriorityQueue
Returns an array of all the objects in the queue
toBinaryString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 2.
toByteArray() - Method in class com.livescribe.i18n.CollationKey
Converts the CollationKey to a sequence of bits.
toByteArray() - Method in class java.io.ByteArrayOutputStream
Creates a newly allocated byte array.
toCharArray() - Method in class java.lang.String
Converts this string to a new character array.
toDate() - Method in class com.livescribe.event.PaperEvent
Returns the empty string.
toDate() - Method in class com.livescribe.event.PenletEvent
Returns the event's timestamp.
toDegrees(double) - Static method in class java.lang.Math
Converts an angle measured in radians to the equivalent angle measured in degrees.
toHexString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 16.
toISO8601String(Calendar) - Static method in class com.sun.cldc.util.j2me.CalendarImpl
Converts this Date object to a String.
Tokenizer - Class in com.livescribe.util
Tokenizer allows to tokenize a String Takes a string as input and tokenizes it into an array of substrings using a specified delimiter character.
Tokenizer(String, char) - Constructor for class com.livescribe.util.Tokenizer
Constructs a string tokenizer for the specified string.
toLowerCase(char) - Static method in class com.sun.cldc.i18n.uclc.DefaultCaseConverter
The given character is mapped to its lowercase equivalent; if the character has no lowercase equivalent, the character itself is returned.
toLowerCase(char) - Static method in class java.lang.Character
The given character is mapped to its lowercase equivalent; if the character has no lowercase equivalent, the character itself is returned.
toLowerCase() - Method in class java.lang.String
Converts all of the characters in this String to lower case.
TONE_DEVICE_LOCATOR - Static variable in class javax.microedition.media.Manager
 
ToneControl - Interface in javax.microedition.media.control
 
toOctalString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 8.
top - Variable in class com.livescribe.display.BrowseList.Insets
 
toPageAddress(int, int, int, int) - Static method in class com.livescribe.afp.PageAddress
Converts a segmented page address into a 64-bit long value.
toPageAddress(String) - Static method in class com.livescribe.afp.PageAddress
Converts the string representation of a page address into a 64-bit value.
toRadians(double) - Static method in class java.lang.Math
Converts an angle measured in degrees to the equivalent angle measured in radians.
toString() - Method in class com.livescribe.afp.PageAddress
Returns a formatted string representation of this page address.
toString(long) - Static method in class com.livescribe.afp.PageAddress
Gets a formatted string representation of the given 64-bit page address.
toString() - Method in class com.livescribe.display.AttributedText
Returns a string representation of this object.
toString() - Method in class com.livescribe.event.CoordinateEvent
Returns a string representation of this object.
toString() - Method in class com.livescribe.event.HardwareEvent
Return a String representation of the HardwareEvent
toString() - Method in class com.livescribe.event.MenuEvent
Returns a string representation of this object.
toString() - Method in class com.livescribe.event.PaperEvent
Returns a string representation of this event.
toString() - Method in class com.livescribe.event.PenletEvent
Returns a string representation of this event.
toString() - Method in class com.livescribe.event.SystemEvent
Returns a string representation of this object.
toString() - Method in class com.livescribe.ext.plugins.AcquireHWPlugin
Returns a string representation of this object.
toString() - Method in class com.livescribe.ext.ui.Menu
Returns a string representation of this menu.
toString() - Method in class com.livescribe.ext.util.LinkedList
Returns a string of this list
toString() - Method in class com.livescribe.geom.Ellipse
Returns a string representation of this object.
toString() - Method in class com.livescribe.geom.LineSegment
Returns a string representation of this object.
toString() - Method in class com.livescribe.geom.Point
Returns a string representation of this object.
toString() - Method in class com.livescribe.geom.Polygon
Returns a string representation of this object.
toString() - Method in class com.livescribe.geom.PolyLine
Returns a string representation of this object.
toString() - Method in class com.livescribe.geom.Rectangle
Returns a string representation of this object.
toString() - Method in class com.livescribe.geom.Shape
Returns a string representation of this object.
toString() - Method in class com.livescribe.geom.Stroke
Returns a string representation of this object.
toString() - Method in class com.livescribe.i18n.Locale
 
toString() - Method in class com.livescribe.i18n.Resource
Returns a string representation of this object.
toString() - Method in class com.livescribe.i18n.TextResource
Returns a string representation of this object.
toString() - Method in class com.livescribe.penlet.Region
Returns a string representation of this object.
toString(Calendar) - Static method in class com.sun.cldc.util.j2me.CalendarImpl
Converts this Date object to a String of the form:
toString() - Method in class java.io.ByteArrayOutputStream
Converts the buffer's contents into a string, translating bytes into characters according to the platform's default character encoding.
toString() - Method in class java.lang.Boolean
Returns a String object representing this Boolean's value.
toString() - Method in class java.lang.Byte
Returns a String object representing this Byte's value.
toString() - Method in class java.lang.Character
Returns a String object representing this character's value.
toString() - Method in class java.lang.Class
Converts the object to a string.
toString(double) - Static method in class java.lang.Double
Creates a string representation of the double argument.
toString() - Method in class java.lang.Double
Returns a String representation of this Double object.
toString(float) - Static method in class java.lang.Float
Returns a String representation for the specified float value.
toString() - Method in class java.lang.Float
Returns a String representation of this Float object.
toString(int, int) - Static method in class java.lang.Integer
Creates a string representation of the first argument in the radix specified by the second argument.
toString(int) - Static method in class java.lang.Integer
Returns a new String object representing the specified integer.
toString() - Method in class java.lang.Integer
Returns a String object representing this Integer's value.
toString(long, int) - Static method in class java.lang.Long
Creates a string representation of the first argument in the radix specified by the second argument.
toString(long) - Static method in class java.lang.Long
Returns a new String object representing the specified integer.
toString() - Method in class java.lang.Long
Returns a String object representing this Long's value.
toString() - Method in class java.lang.Object
Returns a string representation of the object.
toString() - Method in class java.lang.Short
Returns a String object representing this Short's value.
toString() - Method in class java.lang.String
This object (which is already a string!) is itself returned.
toString() - Method in class java.lang.StringBuffer
Converts to a string representing the data in this string buffer.
toString() - Method in class java.lang.Thread
Returns a string representation of this thread, including the thread's name and priority.
toString() - Method in class java.lang.Throwable
Returns a short description of this Throwable object.
toString() - Method in class java.util.Calendar
 
toString() - Method in class java.util.Date
Converts this Date object to a String of the form:
toString() - Method in class java.util.Hashtable
Returns a rather long string representation of this hashtable.
toString() - Method in class java.util.Vector
Returns a string representation of this vector.
totalMemory() - Method in class com.sun.cldc.isolate.Isolate
 
totalMemory() - Method in class java.lang.Runtime
Returns the total amount of memory in the Java Virtual Machine.
toUpperCase(char) - Static method in class com.sun.cldc.i18n.uclc.DefaultCaseConverter
Converts the character argument to uppercase; if the character has no lowercase equivalent, the character itself is returned.
toUpperCase(char) - Static method in class java.lang.Character
Converts the character argument to uppercase; if the character has no uppercase equivalent, the character itself is returned.
toUpperCase() - Method in class java.lang.String
Converts all of the characters in this String to upper case.
Transition - Class in com.livescribe.display
Transition encapsulates screen transition.
Transition() - Constructor for class com.livescribe.display.Transition
Construct a Transition instance.
trim() - Method in class java.lang.String
Removes white space from both ends of this string.
trimToSize() - Method in class java.util.Vector
Trims the capacity of this vector to be the vector's current size.
TRUE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value true.
TUESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Tuesday.
type - Variable in class com.livescribe.geom.Shape
The shape type, one of the SHAPE_XXX constants.

U

unchecked_byte_arraycopy(byte[], int, byte[], int, int) - Static method in class com.sun.cldchi.jvm.JVM
Copy an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
unchecked_char_arraycopy(char[], int, char[], int, int) - Static method in class com.sun.cldchi.jvm.JVM
 
unchecked_int_arraycopy(int[], int, int[], int, int) - Static method in class com.sun.cldchi.jvm.JVM
 
unchecked_long_arraycopy(long[], int, long[], int, int) - Static method in class com.sun.cldchi.jvm.JVM
 
unchecked_obj_arraycopy(Object[], int, Object[], int, int) - Static method in class com.sun.cldchi.jvm.JVM
 
UNDEFINED_VALUE - Static variable in class com.livescribe.icr.ICRContext
The "undefined value" for use in ICRContext.setGuidelines(long, long).
uninstallPlugin(PenletPlugin) - Method in class com.livescribe.penlet.PenletContext
Uninstalls the specified plugin.
union(Rectangle) - Method in class com.livescribe.geom.Rectangle
Finds the union of this rectangle and the given rectangle.
uniqueId() - Method in class com.sun.cldc.isolate.Isolate
Returns a 64-bit ID that uniquely identifies this Isolate.
UNREALIZED - Static variable in interface javax.microedition.media.Player
 
UnsupportedEncodingException - Exception in java.io
The Character Encoding is not supported.
UnsupportedEncodingException() - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException(String) - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException with a detail message.
Up - Static variable in class com.livescribe.event.MenuEvent
The NavPlus menuing system moved up (scroll up)
updateDisplay() - Method in class com.livescribe.display.Transition
Update the Display with the current contents of the composite surface.
USE_DIRECT_VIDEO - Static variable in interface javax.microedition.media.control.VideoControl
This defines a mode on how the video is displayed.
USE_GUI_PRIMITIVE - Static variable in interface javax.microedition.media.control.GUIControl
This defines a mode on how the GUI is displayed
useDaylightTime() - Method in class com.sun.cldc.util.j2me.TimeZoneImpl
Queries if this time zone uses Daylight Savings Time.
useDaylightTime() - Method in class java.util.TimeZone
Queries if this time zone uses Daylight Savings Time.
usedMemory() - Method in class com.sun.cldc.isolate.Isolate
This function returns the approximate amount of object heap memory currently used by this Isolate.
UTF8_Reader - Class in com.sun.cldc.i18n.j2me
Provides UTF-8 decoding.
UTF8_Reader() - Constructor for class com.sun.cldc.i18n.j2me.UTF8_Reader
Creates a new reader for UTF-8 encoded streams.
UTF8_Writer - Class in com.sun.cldc.i18n.j2me
Encodes characters in UTF-8.
UTF8_Writer() - Constructor for class com.sun.cldc.i18n.j2me.UTF8_Writer
Creates a new writer for UTF-8 encoded streams.
UTFDataFormatException - Exception in java.io
Signals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface.
UTFDataFormatException() - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with null as its error detail message.
UTFDataFormatException(String) - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with the specified detail message.
Util - Class in com.sun.cldc.isolate
 
Util() - Constructor for class com.sun.cldc.isolate.Util
 

V

VALUE_AUDIO_QUALITY_HIGH - Static variable in class com.livescribe.configuration.SystemConfig
Constant representing high quality audio.
VALUE_AUDIO_QUALITY_LOW - Static variable in class com.livescribe.configuration.SystemConfig
Constant representing low quality audio.
VALUE_AUDIO_QUALITY_MEDIUM - Static variable in class com.livescribe.configuration.SystemConfig
Constant representing medium quality audio.
VALUE_BOOLEAN - Static variable in class com.livescribe.configuration.Config
 
VALUE_DATE_FORMAT_DDMMYY - Static variable in class com.livescribe.configuration.SystemConfig
Constant representing date format of DD.MM.YY (European-like)
VALUE_DATE_FORMAT_MMDDYY - Static variable in class com.livescribe.configuration.SystemConfig
Constant representing date format of MM.DD.YY (US-like)
VALUE_DOUBLE - Static variable in class com.livescribe.configuration.Config
 
VALUE_LONG - Static variable in class com.livescribe.configuration.Config
 
VALUE_MIC_SENSITIVITY_AUTO - Static variable in class com.livescribe.configuration.SystemConfig
Constant representing auto microphone sensitivity.
VALUE_MIC_SENSITIVITY_HIGH - Static variable in class com.livescribe.configuration.SystemConfig
Constant representing high microphone sensitivity.
VALUE_MIC_SENSITIVITY_LOW - Static variable in class com.livescribe.configuration.SystemConfig
Constant representing low microphone sensitivity.
VALUE_STRING - Static variable in class com.livescribe.configuration.Config
 
valueOf(String) - Static method in class java.lang.Double
Returns a new Double object initialized to the value represented by the specified string.
valueOf(String) - Static method in class java.lang.Float
Returns the floating point value represented by the specified String.
valueOf(String, int) - Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(String) - Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(Object) - Static method in class java.lang.String
Returns the string representation of the Object argument.
valueOf(char[]) - Static method in class java.lang.String
Returns the string representation of the char array argument.
valueOf(char[], int, int) - Static method in class java.lang.String
Returns the string representation of a specific subarray of the char array argument.
valueOf(boolean) - Static method in class java.lang.String
Returns the string representation of the boolean argument.
valueOf(char) - Static method in class java.lang.String
Returns the string representation of the char argument.
valueOf(int) - Static method in class java.lang.String
Returns the string representation of the int argument.
valueOf(long) - Static method in class java.lang.String
Returns the string representation of the long argument.
valueOf(float) - Static method in class java.lang.String
Returns the string representation of the float argument.
valueOf(double) - Static method in class java.lang.String
Returns the string representation of the double argument.
Vector - Class in java.util
The Vector class implements a growable array of objects.
Vector(int, int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
Vector(int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity.
Vector() - Constructor for class java.util.Vector
Constructs an empty vector.
verify(String) - Static method in class com.sun.cldc.isolate.Util
Use VM verifier to make sure that supplied jar is correct.
verify(String, int) - Static method in class com.sun.cldc.isolate.Util
Use VM verifier to make sure that supplied jar is correct.
verifyJar(String, int) - Static method in class com.sun.cldchi.jvm.JVM
Verifies all classes of the given JAR package within the current VM instance.
VERSION - Static variable in interface javax.microedition.media.control.ToneControl
 
vertex - Variable in class com.livescribe.geom.Shape
The vertex array must be allocated by subclasses.
VerticalFlickScrub - Interface in com.livescribe.display
 
VideoControl - Interface in javax.microedition.media.control
 
VirtualMachineError - Error in java.lang
Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
VirtualMachineError() - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with no detail message.
VirtualMachineError(String) - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message.
VOLUME_CHANGED - Static variable in interface javax.microedition.media.PlayerListener
 
VolumeControl - Interface in javax.microedition.media.control
 
VolumeIndicator - Class in com.livescribe.ui
 
VolumeIndicator(Image) - Constructor for class com.livescribe.ui.VolumeIndicator
Creates an initialized VolumeIndicator.

W

wait(long) - Method in class java.lang.Object
Causes current thread to wait until either another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or a specified amount of time has elapsed.
wait(long, int) - Method in class java.lang.Object
Causes current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.
wait() - Method in class java.lang.Object
Causes current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object.
waitForExit() - Method in class com.sun.cldc.isolate.Isolate
Blocks the execution of the calling thread until this Isolate has exited.
waitLatch() - Method in class com.livescribe.ext.util.Latch
Waits for the latch to be set.
waitLatch(long) - Method in class com.livescribe.ext.util.Latch
Waits for the latch to be set.
warn(String) - Static method in class com.livescribe.ext.util.Log
Writes an warn message to the log.
warn(Class, String, String) - Static method in class com.livescribe.ext.util.Log
Writes a warning to the log and prefixes the message with "SimpleClassName.method: ".
warn(String, String, String) - Static method in class com.livescribe.ext.util.Log
Writes a warning to the log and prefixes the message with "SimpleClassName.method: ".
warn(String) - Method in class com.livescribe.penlet.Logger
Log the msg on the log stream if warning level is enabled.
WeakReference - Class in java.lang.ref
This class provides support for weak references.
WeakReference(Object) - Constructor for class java.lang.ref.WeakReference
Creates a new weak reference that refers to the given object.
WEDNESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Wednesday.
whitePaper(long) - Method in interface com.livescribe.event.CoordinateListener
This is called when the pen sees white, or non dotted, paper.
write(int) - Method in class com.sun.cldc.i18n.j2me.ISO8859_1_Writer
Write a single character.
write(char[], int, int) - Method in class com.sun.cldc.i18n.j2me.ISO8859_1_Writer
Write a portion of an array of characters.
write(String, int, int) - Method in class com.sun.cldc.i18n.j2me.ISO8859_1_Writer
Write a portion of a string.
write(int) - Method in class com.sun.cldc.i18n.j2me.UTF8_Writer
Writes a single character.
write(char[], int, int) - Method in class com.sun.cldc.i18n.j2me.UTF8_Writer
Writes a portion of an array of characters.
write(int) - Method in class com.sun.cldchi.io.ConsoleOutputStream
 
write(int) - Method in class java.io.ByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(byte[], int, int) - Method in class java.io.ByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low-order bits of the argument b.
write(byte[]) - Method in interface java.io.DataOutput
Writes to the output stream all the bytes in array b.
write(byte[], int, int) - Method in interface java.io.DataOutput
Writes len bytes from array b, in order, to the output stream.
write(int) - Method in class java.io.DataOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(byte[], int, int) - Method in class java.io.DataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(int) - Method in class java.io.OutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class java.io.OutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class java.io.OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class java.io.OutputStreamWriter
Write a single character.
write(char[], int, int) - Method in class java.io.OutputStreamWriter
Write a portion of an array of characters.
write(String, int, int) - Method in class java.io.OutputStreamWriter
Write a portion of a string.
write(int) - Method in class java.io.PrintStream
Write the specified byte to this stream.
write(byte[], int, int) - Method in class java.io.PrintStream
Write len bytes from the specified byte array starting at offset off to this stream.
write(int) - Method in class java.io.Writer
Write a single character.
write(char[]) - Method in class java.io.Writer
Write an array of characters.
write(char[], int, int) - Method in class java.io.Writer
Write a portion of an array of characters.
write(String) - Method in class java.io.Writer
Write a string.
write(String, int, int) - Method in class java.io.Writer
Write a portion of a string.
WRITE - Static variable in class javax.microedition.io.Connector
Access mode WRITE.
writeBoolean(boolean) - Method in interface java.io.DataOutput
Writes a boolean value to this output stream.
writeBoolean(boolean) - Method in class java.io.DataOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
writeBuf(int, byte[], int, int) - Static method in class com.sun.cldc.io.j2me.socket.Protocol
 
writeByte(int, int) - Static method in class com.sun.cldc.io.j2me.socket.Protocol
 
writeByte(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low- order bits of the argument v.
writeByte(int) - Method in class java.io.DataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeChar(int) - Method in interface java.io.DataOutput
Writes a char value, which is comprised of two bytes, to the output stream.
writeChar(int) - Method in class java.io.DataOutputStream
Writes a char to the underlying output stream as a 2-byte value, high byte first.
writeChars(String) - Method in interface java.io.DataOutput
Writes every character in the string s, to the output stream, in order, two bytes per character.
writeChars(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeDouble(double) - Method in interface java.io.DataOutput
Writes a double value, which is comprised of eight bytes, to the output stream.
writeDouble(double) - Method in class java.io.DataOutputStream
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the underlying output stream as an 8-byte quantity, high byte first.
writeFloat(float) - Method in interface java.io.DataOutput
Writes a float value, which is comprised of four bytes, to the output stream.
writeFloat(float) - Method in class java.io.DataOutputStream
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the underlying output stream as a 4-byte quantity, high byte first.
writeInt(int) - Method in interface java.io.DataOutput
Writes an int value, which is comprised of four bytes, to the output stream.
writeInt(int) - Method in class java.io.DataOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeLong(long) - Method in interface java.io.DataOutput
Writes an long value, which is comprised of four bytes, to the output stream.
writeLong(long) - Method in class java.io.DataOutputStream
Writes a long to the underlying output stream as eight bytes, high byte first.
Writer - Class in java.io
Abstract class for writing to character streams.
Writer() - Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the writer itself.
Writer(Object) - Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the given object.
writeShort(int) - Method in interface java.io.DataOutput
Writes two bytes to the output stream to represent the value of the argument.
writeShort(int) - Method in class java.io.DataOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeUTF(String) - Method in interface java.io.DataOutput
Writes two bytes of length information to the output stream, followed by the Java modified UTF representation of every character in the string s.
writeUTF(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream using UTF-8 encoding in a machine-independent manner.
WritingStyle - Class in com.livescribe.icr
This class defines the writing styles support by the Intelligent Character Recognition (ICR) feature.

X

x - Variable in class com.livescribe.geom.Coordinate
 

Y

y - Variable in class com.livescribe.geom.Coordinate
 
YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the year.
yield() - Static method in class java.lang.Thread
Causes the currently executing thread object to temporarily pause and allow other threads to execute.

Z

ZH - Static variable in class com.livescribe.i18n.Locale
Locale with language set to Locale.LANG_CHINESE
ZH_CN - Static variable in class com.livescribe.i18n.Locale
Locale with language set to Locale.LANG_CHINESE and country set to Locale.COUNTRY_CHINA
zOrder - Variable in class com.livescribe.buttons.BookmarkInfo
The Z-order.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
PenProfile 2.x

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