|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Boxed | +--org.gnu.pango.Language
The PangoLanguage structure is used to represent a language.
Constructor Summary | |
Language(int handle)
Constructs a new language object from handle to native resources. |
|
Language(java.lang.String lang)
Take a RFC-3066 format language tag as a string and convert it to a PangoLanguage pointer. |
Method Summary | |
java.lang.String |
toString()
Returns a RFC-3066 format string representing the given language tag. |
Methods inherited from class org.gnu.glib.Boxed |
equals, getHandle |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Language(java.lang.String lang)
This function first canonicalizes the string by converting it to lowercase, mapping '_' to '-', and stripping all characters other than letters and '-'.
public Language(int handle)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |