|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DuffCode | |
org.thdl.tib.text | Provides classes and methods for dealing with Tibetan text. |
Uses of DuffCode in org.thdl.tib.text |
Methods in org.thdl.tib.text that return DuffCode | |
static org.thdl.tib.text.DuffCode |
TibetanMachineWeb.getVowel(String hashKey,
int vowel)
Gets the DuffCode required for a vowel, if affixed to the given hashKey. |
static org.thdl.tib.text.DuffCode |
TibetanMachineWeb.getGlyph(String hashKey)
Gets a glyph for this hash key. |
static org.thdl.tib.text.DuffCode |
TibetanMachineWeb.getHalfHeightGlyph(String hashKey)
Gets the half height character for this hash key. |
Methods in org.thdl.tib.text with parameters of type DuffCode | |
static List |
TibTextUtils.getBindu(org.thdl.tib.text.DuffCode dc)
Gets the bindu sequence for a given context. |
static List |
TibTextUtils.getVowel(org.thdl.tib.text.DuffCode context,
String vowel)
Gets the vowel sequence for a given vowel in a given context. |
static List |
TibTextUtils.getVowel(org.thdl.tib.text.DuffCode context_1,
org.thdl.tib.text.DuffCode context_2,
String vowel)
Gets the vowel sequence for a given vowel in a given context. |
static List |
TibTextUtils.getVowel(org.thdl.tib.text.DuffCode context_1,
org.thdl.tib.text.DuffCode context_2,
String vowel)
Gets the vowel sequence for a given vowel in a given context. |
static String |
TibTextUtils.getWylie(org.thdl.tib.text.DuffCode[] dcs)
Gets the Extended Wylie for a set of glyphs. |
static String |
TibetanMachineWeb.getHashKeyForGlyph(org.thdl.tib.text.DuffCode dc)
Gets the hash key associated with this glyph. |
static String |
TibetanMachineWeb.getWylieForGlyph(org.thdl.tib.text.DuffCode dc)
Gets the Extended Wylie value for this glyph. |
static boolean |
TibetanMachineWeb.isSanskritStack(org.thdl.tib.text.DuffCode dc)
Says whether or not this glyph involves a Sanskrit stack. |
static boolean |
TibetanMachineWeb.isStack(org.thdl.tib.text.DuffCode dc)
Says whether or not this glyph involves a Tibetan stack. |
static boolean |
TibetanMachineWeb.isTopVowel(org.thdl.tib.text.DuffCode dc)
Returns true iff this glyph is a top (superscript) vowel. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |