|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HyphenBreak | |
---|---|
au.id.pbw.hyfo.hyph | The main package of HyFo. |
Uses of HyphenBreak in au.id.pbw.hyfo.hyph |
---|
Subclasses of HyphenBreak in au.id.pbw.hyfo.hyph | |
---|---|
class |
HyphenInhibitor
Represents an inhibiting value for a hyphenation break point. |
Fields in au.id.pbw.hyfo.hyph declared as HyphenBreak | |
---|---|
protected HyphenBreak |
Alphabet.default_hyphen
A HyphenBreak with default values for this alphabet. |
protected HyphenBreak |
Alphabet.neutral_hyphen
A HyphenBreak with neutral values. |
Fields in au.id.pbw.hyfo.hyph with type parameters of type HyphenBreak | |
---|---|
protected HashMap<String,HyphenBreak> |
HyphenationTreeBuilder.hyphen_breaks
A cache of HyphenBreak objects used in constructing the tree. |
protected ArrayList<HyphenBreak> |
HyphenationTreeBuilder.weights
Used by HyphenationTreeBuilder.process_text_element(java.lang.StringBuilder, au.id.pbw.hyfo.hyph.TextElement, au.id.pbw.hyfo.hyph.InstanceType) . |
Methods in au.id.pbw.hyfo.hyph that return HyphenBreak | |
---|---|
HyphenBreak[] |
HyphenatedWord.get_char_classes_breakpoints()
Gets the array of hyphenation possibilities corresponding to the codepoints of the original word. |
HyphenBreak |
Alphabet.get_default_hyphen()
Gets a reference to the default_hyphen generated
for this alphabet. |
protected HyphenBreak |
HyphenationTreeBuilder.get_mod_ref(ModifierReference ref,
InstanceType context)
Gets the HyphenBreak corresponding
to the Modifier named by this ModifierReference , in the named
context. |
HyphenBreak |
Alphabet.get_neutral_hyphen()
Gets a reference to the neutral_hyphen generated
for this alphabet. |
HyphenBreak[] |
HyphenatedWord.get_string_breakpoints()
Gets the array of hyphenation possibilities corresponding to the String representation of the word being hyphenated. |
protected HyphenBreak |
HyphenationTreeBuilder.obtain_hyphen_break(HyphenBreak hyph_break)
Returns a HyphenBreak equal to
the given argument. |
Methods in au.id.pbw.hyfo.hyph with parameters of type HyphenBreak | |
---|---|
String |
HyphenationTree.format_data(HyphenBreak[] breaks)
Formats an array of HyphenBreak s into a display string. |
protected HyphenBreak |
HyphenationTreeBuilder.obtain_hyphen_break(HyphenBreak hyph_break)
Returns a HyphenBreak equal to
the given argument. |
Constructors in au.id.pbw.hyfo.hyph with parameters of type HyphenBreak | |
---|---|
HyphenatedWord(int[] char_classes,
int[] char_indices,
String word,
HyphenBreak[] breakpoints,
Alphabet alphabet)
Creates a new instance of HyphenatedWord from the given arrays. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |