SourceForge.net Logo
aXSL API 0.2

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

Packages that use Iso15924
org.axsl.common.value Classes (usually enums) for various values useful in document processing, typically used as return values for traits. 
org.axsl.fo.fo.prop Interfaces describing methods for obtaining property or trait values from the Fo Tree objects. 
org.axsl.font Interfaces allowing client applications to register, track, and use fonts in a vendor-neutral way. 
 

Uses of Iso15924 in org.axsl.common.value
 

Methods in org.axsl.common.value that return Iso15924
static Iso15924 Iso15924.findFromAlpha(java.lang.String alphaCode)
          Finds an instance of this class from a given alpha script code as defined in ISO 15924.
static Iso15924 Iso15924.findFromNumeric(int numericCode)
          Finds an instance of this class from a given alpha script code as defined in ISO 15924.
static Iso15924 Iso15924.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Iso15924[] Iso15924.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

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

Methods in org.axsl.fo.fo.prop that return Iso15924
 Iso15924 CommonHyphenationPa.traitScript(FoContext context)
          Returns the "script" trait for this FO.
 

Uses of Iso15924 in org.axsl.font
 

Methods in org.axsl.font with parameters of type Iso15924
 Baseline Font.baseline(Iso15924 script)
          Determines which baseline should be used by this font for a specified script.
 


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.