PenProfile 2.x

com.livescribe.icr
Class SKDynamicResource

java.lang.Object
  extended by com.livescribe.icr.Resource
      extended by com.livescribe.icr.SKDynamicResource

public abstract class SKDynamicResource
extends Resource

This class is not currently supported, but may be supported in a future release.

A Subset Knowledge Resource is used to enable the recognition of only a specific set of characters. This resource needs to be added to the ICR context to be used.

Since:
0.3
See Also:
ICRContext.addResource(Resource), ICRContext.addResourceSet(Resource[])

Field Summary
static String CHARACTER_BULLET
           
static String CHARACTER_CENT_SIGN
           
static String CHARACTER_CHECKMARK
           
static String CHARACTER_DIVISION_SIGN
           
static String CHARACTER_DOWNWARDS_ARROW_WITH_TIP_RIGHTWARDS
           
static String CHARACTER_EURO_SIGN
           
static String CHARACTER_LEFTWARDS_ARROW
           
static String CHARACTER_LEFTWARDS_DOUBLE_ARROW
           
static String CHARACTER_MICRO_SIGN
           
static String CHARACTER_MULTIPLICATION_SIGN
           
static String CHARACTER_PLUS_MINUS_SIGN
           
static String CHARACTER_POUND_SIGN
           
static String CHARACTER_RIGHTWARDS_ARROW
           
static String CHARACTER_RIGHTWARDS_DOUBLE_ARROW
           
static String CHARACTER_SECTION_SIGN
           
static String CHARACTER_VERTICAL_LINE
           
static String CHARACTER_YEN_SIGN
           
static String EN_US_CHARACTERS_DIGIT
          String containing English digits (0–9).
static String EN_US_CHARACTERS_LOWERCASE
          String containing lower-case English letters (a–z).
static String EN_US_CHARACTERS_PUNCTUATION
          String containing English punctuation ( !,-.:;?\"()' ).
static String EN_US_CHARACTERS_SYMBOLS
          String containing extended English symbols.
static String EN_US_CHARACTERS_UPPERCASE
          String containing upper-case English letters (A–Z).
 
Constructor Summary
SKDynamicResource()
           
 
Method Summary
abstract  void disableAllCharacters()
          Disables all characters in this dynamic resource.
abstract  void disableCharacters(String characters)
          Disables the specified characters (in the given string) in this dynamic resource.
abstract  void enableAllCharacters()
          Enables all characters in this dynamic resource.
abstract  void enableCharacters(String characters)
          Enables the passed characters (in String) in the DynamicResource.
 
Methods inherited from class com.livescribe.icr.Resource
getURI
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHARACTER_EURO_SIGN

public static final String CHARACTER_EURO_SIGN
See Also:
Constant Field Values

CHARACTER_CENT_SIGN

public static final String CHARACTER_CENT_SIGN
See Also:
Constant Field Values

CHARACTER_POUND_SIGN

public static final String CHARACTER_POUND_SIGN
See Also:
Constant Field Values

CHARACTER_YEN_SIGN

public static final String CHARACTER_YEN_SIGN
See Also:
Constant Field Values

CHARACTER_SECTION_SIGN

public static final String CHARACTER_SECTION_SIGN
See Also:
Constant Field Values

CHARACTER_MULTIPLICATION_SIGN

public static final String CHARACTER_MULTIPLICATION_SIGN
See Also:
Constant Field Values

CHARACTER_MICRO_SIGN

public static final String CHARACTER_MICRO_SIGN
See Also:
Constant Field Values

CHARACTER_PLUS_MINUS_SIGN

public static final String CHARACTER_PLUS_MINUS_SIGN
See Also:
Constant Field Values

CHARACTER_DIVISION_SIGN

public static final String CHARACTER_DIVISION_SIGN
See Also:
Constant Field Values

CHARACTER_VERTICAL_LINE

public static final String CHARACTER_VERTICAL_LINE
See Also:
Constant Field Values

CHARACTER_BULLET

public static final String CHARACTER_BULLET
See Also:
Constant Field Values

CHARACTER_LEFTWARDS_ARROW

public static final String CHARACTER_LEFTWARDS_ARROW
See Also:
Constant Field Values

CHARACTER_RIGHTWARDS_ARROW

public static final String CHARACTER_RIGHTWARDS_ARROW
See Also:
Constant Field Values

CHARACTER_DOWNWARDS_ARROW_WITH_TIP_RIGHTWARDS

public static final String CHARACTER_DOWNWARDS_ARROW_WITH_TIP_RIGHTWARDS
See Also:
Constant Field Values

CHARACTER_LEFTWARDS_DOUBLE_ARROW

public static final String CHARACTER_LEFTWARDS_DOUBLE_ARROW
See Also:
Constant Field Values

CHARACTER_RIGHTWARDS_DOUBLE_ARROW

public static final String CHARACTER_RIGHTWARDS_DOUBLE_ARROW
See Also:
Constant Field Values

CHARACTER_CHECKMARK

public static final String CHARACTER_CHECKMARK
See Also:
Constant Field Values

EN_US_CHARACTERS_LOWERCASE

public static final String EN_US_CHARACTERS_LOWERCASE
String containing lower-case English letters (a–z).

See Also:
Constant Field Values

EN_US_CHARACTERS_UPPERCASE

public static final String EN_US_CHARACTERS_UPPERCASE
String containing upper-case English letters (A–Z).

See Also:
Constant Field Values

EN_US_CHARACTERS_DIGIT

public static final String EN_US_CHARACTERS_DIGIT
String containing English digits (0–9).

See Also:
Constant Field Values

EN_US_CHARACTERS_PUNCTUATION

public static final String EN_US_CHARACTERS_PUNCTUATION
String containing English punctuation ( !,-.:;?\"()' ).

See Also:
Constant Field Values

EN_US_CHARACTERS_SYMBOLS

public static final String EN_US_CHARACTERS_SYMBOLS
String containing extended English symbols.

See Also:
Constant Field Values
Constructor Detail

SKDynamicResource

public SKDynamicResource()
Method Detail

disableAllCharacters

public abstract void disableAllCharacters()
Disables all characters in this dynamic resource.

Since:
0.3

enableAllCharacters

public abstract void enableAllCharacters()
Enables all characters in this dynamic resource.

Since:
0.3

disableCharacters

public abstract void disableCharacters(String characters)
Disables the specified characters (in the given string) in this dynamic resource.

Parameters:
characters - remove these characters the resource
Since:
0.3

enableCharacters

public abstract void enableCharacters(String characters)
Enables the passed characters (in String) in the DynamicResource.

Parameters:
characters - add these characters to the resource
Since:
0.3

PenProfile 2.x

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