|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Locale | |
|---|---|
| com.livescribe.configuration | This package consists of classes and interfaces that provide access to configuration values and specific access to System configuration settings. |
| com.livescribe.display | This package consists of classes and interfaces that allows applications to render on the pen display. |
| com.livescribe.i18n | This package consists of classes and interfaces to aid the internationalization of application resources. |
| com.livescribe.icr | Provides classes and interfaces for Intelligent Character Recognition (ICR). |
| com.livescribe.penlet | This package consists of classes and interfaces that are core to pen application development. |
| Uses of Locale in com.livescribe.configuration |
|---|
| Fields in com.livescribe.configuration declared as Locale | |
|---|---|
protected Locale |
SystemConfig.locale
Contains the current locale. |
| Methods in com.livescribe.configuration that return Locale | |
|---|---|
Locale |
SystemConfig.getLocale()
Returns the current locale. |
static Locale[] |
SystemConfig.getSupportedLocales()
Returns the list of locales support by the system. |
| Methods in com.livescribe.configuration with parameters of type Locale | |
|---|---|
void |
SystemConfig.setLocale(Locale locale)
Sets the system's locale. |
| Uses of Locale in com.livescribe.display |
|---|
| Methods in com.livescribe.display with parameters of type Locale | |
|---|---|
static Font |
Font.getDefaultFont(Locale locale)
Returns the default font for the locale specified. |
static Font |
Font.getFont(Locale locale,
int face,
int style,
int size)
Returns the font for the locale and the attributes specified. |
static Font |
Font.getFont(Locale locale,
String faceName,
int style,
int size)
Returns the font for the locale and the attributes specified. |
| Uses of Locale in com.livescribe.i18n |
|---|
| Fields in com.livescribe.i18n declared as Locale | |
|---|---|
static Locale |
Locale.DE_DE
|
static Locale |
Locale.EN
Locale with language set to LANG_ENGLISH |
static Locale |
Locale.EN_GB
Locale with language set to LANG_ENGLISH and country set to
COUNTRY_GB |
static Locale |
Locale.EN_US
Locale with language set to LANG_ENGLISH and country set to
COUNTRY_US |
static Locale |
Locale.ES_ES
|
static Locale |
Locale.FR_FR
|
static Locale |
Locale.IT_IT
|
static Locale |
Locale.JA_JP
Locale with language set to LANG_JAPANESE and country set to
COUNTRY_JAPAN |
static Locale |
Locale.KO
|
static Locale |
Locale.KO_KR
|
static Locale |
Locale.MS_MY
|
static Locale |
Locale.ZH
Locale with language set to LANG_CHINESE |
static Locale |
Locale.ZH_CN
Locale with language set to LANG_CHINESE and country set to
COUNTRY_CHINA |
| Methods in com.livescribe.i18n that return Locale | |
|---|---|
static Locale |
Locale.getDefault()
Gets the default locale of the platform. |
abstract Locale |
Collator.getLocale()
|
Locale |
Formatter.getLocale()
|
Locale |
ResourceBundle.getLocale()
Returns the locale of the bundle. |
static Locale |
Locale.getLocale(String lang,
String country,
String variant)
|
| Methods in com.livescribe.i18n with parameters of type Locale | |
|---|---|
String |
Locale.getDisplayName(Locale locale)
Gets the display name of this locale in the native language of the locale passed in. |
static Formatter |
Formatter.getFormatter(Locale locale)
|
static Collator |
Collator.getInstance(Locale desiredLocale)
Gets the Collator for the desired locale. |
| Constructors in com.livescribe.i18n with parameters of type Locale | |
|---|---|
ResourceBundle(Locale locale)
Construct a ResourceBundle for the specified locale |
|
| Uses of Locale in com.livescribe.icr |
|---|
| Methods in com.livescribe.icr that return Locale | |
|---|---|
abstract Locale |
ICRContext.getLocale()
Normally this will be the same as the requested locale passed when the ICR context is created. |
| Methods in com.livescribe.icr with parameters of type Locale | |
|---|---|
static boolean |
ICRContext.isLocaleSupported(Locale locale)
Check to see if a particular locale is supported on this pen. |
| Uses of Locale in com.livescribe.penlet |
|---|
| Methods in com.livescribe.penlet with parameters of type Locale | |
|---|---|
static String[] |
QuickLaunch.getAllCommands(Locale locale)
|
abstract ICRContext |
PenletContext.getICRContext(int delay,
HWRListener listener,
Locale locale,
WritingStyle style)
Creates an ICR recognition context for recognition of text for a specified language and writing style. |
String |
QuickLaunch.Entry.getName(Locale locale)
|
abstract ResourceBundle |
PenletContext.getResourceBundle(Locale locale)
Gets the resource bundle for a specific locale. |
void |
QuickLaunch.Entry.setName(Locale locale,
String name)
|
|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||