PenProfile 2.x

com.livescribe.icr
Class WritingStyle

java.lang.Object
  extended by com.livescribe.icr.WritingStyle

public class WritingStyle
extends Object

This class defines the writing styles support by the Intelligent Character Recognition (ICR) feature.

Since:
0.3
See Also:
PenletContext.getICRContext(int, HWRListener)

Field Summary
static WritingStyle Cursive
          The cursive writing style.
static WritingStyle DEFAULT
          The default writing style used by the HWR engine.
static WritingStyle HandPrint
          The non-cursive, or "printing", writing style.
static WritingStyle Isolated
          The "isolated" writing style.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HandPrint

public static final WritingStyle HandPrint
The non-cursive, or "printing", writing style.


Isolated

public static final WritingStyle Isolated
The "isolated" writing style. This is often used for forms, where you write letters in boxes.


Cursive

public static final WritingStyle Cursive
The cursive writing style.


DEFAULT

public static final WritingStyle DEFAULT
The default writing style used by the HWR engine. This is used when invoking PenletContext.getICRContext without specifying a language or writing style.

The current default is cursive if the locale supports it else print

See Also:
PenletContext.getICRContext(int, HWRListener)

PenProfile 2.x

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