|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.xtf.tables.XtfTableMap
public class XtfTableMap
Map for a TTF/OTF table.
| Constructor Summary | |
|---|---|
XtfTableMap()
Create a new object. |
|
| Method Summary | |
|---|---|
void |
clear()
Clear the table. |
boolean |
containsKey(int key)
Check, if the table contains the table. |
XtfTable |
get(int key)
Returns the table. |
int[] |
getKeys()
Returns the keys in an array |
XtfTable[] |
getTables()
Returns a TTFTable array from the map. |
void |
put(int key,
XtfTable table)
Store a table. |
int |
size()
Returns the size of the table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XtfTableMap()
| Method Detail |
|---|
public void clear()
public int size()
public boolean containsKey(int key)
key - The key of the table.
true, if the map has the table, otherwise
false.public XtfTable get(int key)
key - The key of the table.
public void put(int key,
XtfTable table)
key - The key of the table.table - The tablepublic int[] getKeys()
public XtfTable[] getTables()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||