|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.thdl.tib.text.TibetanRTFViewFactory
A ViewFactory that is cognizant of the line-wrapping rules for Tibetan text. That is, this class knows about the tsheg and other Tibetan punctuation.
| Field Summary | |
private static boolean |
debugLog
true iff the Tibetan-aware views that we create should include copious debugging output |
private static boolean |
debugLogInitialized
true if we've already inquired about the preference and stored it in debugLog |
private ViewFactory |
delegatee
the delegatee |
| Constructor Summary | |
private |
TibetanRTFViewFactory()
Do not call this. |
|
TibetanRTFViewFactory(ViewFactory d)
Creates a new TibetanRTFViewFactory that delegates to vf when unknown elements are encountered. |
| Method Summary | |
View |
create(Element el)
Returns a View that will break correctly at Tibetan punctuation. |
private static boolean |
getDebugLog()
Returns true iff the Tibetan-aware views that we create should include copious debugging output. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private ViewFactory delegatee
private static boolean debugLog
private static boolean debugLogInitialized
| Constructor Detail |
private TibetanRTFViewFactory()
public TibetanRTFViewFactory(ViewFactory d)
throws NullPointerException
NullPointerException - if d is null| Method Detail |
private static boolean getDebugLog()
public View create(Element el)
create in interface ViewFactory
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||