|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Language | |
---|---|
com.flagstone.transform.font | The font package contains all the classes for encoding and decoding the data structures that represent the different font definitions and that are found in a Flash file. |
com.flagstone.transform.text | The text package contains all the classes for encoding and decoding the data structures that represent static and dynamic text fields. |
Uses of Language in com.flagstone.transform.font |
---|
Methods in com.flagstone.transform.font that return Language | |
---|---|
Language |
FontInfo2.getLanguage()
Returns the language code identifying the type of spoken language for the font. |
Language |
DefineFont3.getLanguage()
Returns the language code identifying the type of spoken language for the font. |
Language |
DefineFont2.getLanguage()
Returns the language code identifying the type of spoken language for the font. |
Methods in com.flagstone.transform.font with parameters of type Language | |
---|---|
void |
FontInfo2.setLanguage(Language lang)
Sets the language code used to determine the position of line-breaks in text rendered using the font. |
void |
DefineFont3.setLanguage(Language lang)
Sets the language code used to determine the position of line-breaks in text rendered using the font. |
void |
DefineFont2.setLanguage(Language lang)
Sets the language code used to determine the position of line-breaks in text rendered using the font. |
Uses of Language in com.flagstone.transform.text |
---|
Methods in com.flagstone.transform.text that return Language | |
---|---|
static Language |
Language.fromInt(int code)
Get the Language for an encoded value. |
static Language |
Language.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Language[] |
Language.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |