|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.font.FontFileList
Class for a FontFile
List.
Constructor Summary | |
FontFileList()
Create a new object. |
|
FontFileList(int initsize)
Create a new object. |
Method Summary | |
void |
add(FontByteArray fontfile)
Add a FontFile |
FontByteArray |
getFontFile(int idx)
Return the fontfile at position idx. |
int |
size()
Return the size of the list |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FontFileList()
public FontFileList(int initsize)
initsize
- the initsize for the listMethod Detail |
public int size()
public void add(FontByteArray fontfile)
FontFile
fontfile
- the fontfile to addpublic FontByteArray getFontFile(int idx)
idx
- the position
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |