|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.xtf.tables.TtfTableCMAP.Format
public abstract class TtfTableCMAP.Format
Abstract class for all formats.
| Method Summary | |
|---|---|
void |
addAttributes(XMLStreamWriter writer)
Add the attrinbutes. |
int |
getFormat()
Returns the format. |
int |
getLength()
Returns the length. |
int |
getVersion()
Returns the version. |
abstract int |
mapCharCode(int charCode)
map char code. |
java.lang.String |
toString()
Returns the info for this class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.extex.util.xml.XMLWriterConvertible |
|---|
writeXML |
| Method Detail |
|---|
public void addAttributes(XMLStreamWriter writer)
throws java.io.IOException
writer - The xml writer.
java.io.IOException - if an IO-error occurs.public int getFormat()
public int getLength()
public int getVersion()
public abstract int mapCharCode(int charCode)
charCode - the charcode
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||