SourceForge.net Logo
aXSL API 0.2

Uses of Class
org.axsl.common.value.Iso3166

Packages that use Iso3166
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 Iso3166 in org.axsl.common.value
 

Methods in org.axsl.common.value that return Iso3166
static Iso3166 Iso3166.findFromAlpha(java.lang.String countryCode)
          Finds an instance of this class from a given 2-character or 3-character language code as defined in ISO 3166.
static Iso3166 Iso3166.findFromNumeric(int numericCode)
          Finds an instance of this class from a given numeric language code as defined in ISO 3166.
static Iso3166 Iso3166.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Iso3166[] Iso3166.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of Iso3166 in org.axsl.fo
 

Methods in org.axsl.fo that return Iso3166
 Iso3166 FoLineText.inlineCountry(FoContext context)
          Context-aware version of LineText.inlineCountry().
 

Uses of Iso3166 in org.axsl.fo.fo.prop
 

Methods in org.axsl.fo.fo.prop that return Iso3166
 Iso3166 CommonHyphenationPa.traitCountry(FoContext context)
          Returns the "country" trait for this FO.
 

Uses of Iso3166 in org.axsl.hyphen
 

Methods in org.axsl.hyphen with parameters of type Iso3166
 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 Iso3166 in org.axsl.text.line
 

Methods in org.axsl.text.line that return Iso3166
 Iso3166 LineText.inlineCountry()
          Tells the line-breaking system which country to use for purposes of hyphenation and other line-breaking decisions.
 


SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.