|
aXSL API 0.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Iso639 | |
---|---|
org.axsl.common.value | Classes (usually enums) for various values useful in document processing, typically used as return values for traits. |
org.axsl.fo | Interfaces useful for client applications that wish to read an FO (Formatting Objects) Tree, usually so that they can perform layout on its content. |
org.axsl.fo.fo.prop | Interfaces describing methods for obtaining property or trait values from the Fo Tree objects. |
org.axsl.hyphen | Interfaces useful for hyphenating text. |
org.axsl.text.line | Interfaces useful for breaking text into lines. |
Uses of Iso639 in org.axsl.common.value |
---|
Methods in org.axsl.common.value that return Iso639 | |
---|---|
static Iso639 |
Iso639.findFromAlpha(java.lang.String languageCode)
Finds an instance of this class from a given 2-character or 3-character language code as defined in ISO 639. |
static Iso639 |
Iso639.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Iso639[] |
Iso639.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of Iso639 in org.axsl.fo |
---|
Methods in org.axsl.fo that return Iso639 | |
---|---|
Iso639 |
FoLineText.inlineLanguage(FoContext context)
Context-aware version of LineText.inlineLanguage() . |
Uses of Iso639 in org.axsl.fo.fo.prop |
---|
Methods in org.axsl.fo.fo.prop that return Iso639 | |
---|---|
Iso639 |
CommonHyphenationPa.traitLanguage(FoContext context)
Returns the "language" trait for this FO. |
Uses of Iso639 in org.axsl.hyphen |
---|
Methods in org.axsl.hyphen with parameters of type Iso639 | |
---|---|
Hyphenation |
HyphenationServer.hyphenate(char[] word,
int offset,
int len,
Iso639 language,
Iso3166 country,
int remainCount,
int pushCount,
boolean includeInhibitors)
Hyphenate a word. |
Hyphenation |
HyphenationServer.hyphenate(java.lang.CharSequence word,
int offset,
int len,
Iso639 language,
Iso3166 country,
int remainCount,
int pushCount,
boolean includeInhibitors)
Hyphenate a word. |
int |
HyphenationServer.wordSize(char[] characters,
int startIndex,
Iso639 language,
Iso3166 country)
Finds the size of a word in the text being evaluated. |
int |
HyphenationServer.wordSize(java.lang.CharSequence characters,
int startIndex,
Iso639 language,
Iso3166 country)
Finds the size of a word in the text being evaluated. |
int |
HyphenationServer.wordStarts(char[] characters,
int startIndex,
Iso639 language,
Iso3166 country)
Finds the start of a word in the text being evaluated. |
int |
HyphenationServer.wordStarts(java.lang.CharSequence characters,
int startIndex,
Iso639 language,
Iso3166 country)
Finds the start of a word in the text being evaluated. |
Uses of Iso639 in org.axsl.text.line |
---|
Methods in org.axsl.text.line that return Iso639 | |
---|---|
Iso639 |
LineText.inlineLanguage()
Tells the line-breaking system which language to use for purposes of hyphenation and other line-breaking decisions. |
|
aXSL API 0.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.