|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.thdl.tib.text.DuffData
A wrapper object for a stretch of TibetanMachineWeb data that shares the same font. A piece of DuffData consists of a font number and a string. The font number is a number from one to ten, corresponding to the ten TibetanMachineWeb fonts, as follows:
1 - TibetanMachineWeb
2 - TibetanMachineWeb1
...
10 - TibetanMachineWeb9
The string represents a contiguous stretch of data in that font, i.e. a stretch of TibetanMachineWeb that doesn't require a font change.
Field Summary | |
int |
font
the font number for this text (see class description) |
String |
text
a string of text |
Constructor Summary | |
DuffData(String s,
int i)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public String text
public int font
Constructor Detail |
public DuffData(String s, int i)
s
- a string of TibetanMachineWeb texti
- a TibetanMachineWeb font number
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |