de.dante.extex.font
Class FontFileList

java.lang.Object
  extended byde.dante.extex.font.FontFileList
All Implemented Interfaces:
java.io.Serializable

public class FontFileList
extends java.lang.Object
implements java.io.Serializable

Class for a FontFileList.

Version:
$Revision: 1.4 $
Author:
Michael Niedermair
See Also:
Serialized Form

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

FontFileList

public FontFileList()
Create a new object.


FontFileList

public FontFileList(int initsize)
Create a new object.

Parameters:
initsize - the initsize for the list
Method Detail

size

public int size()
Return the size of the list

Returns:
the size of the list

add

public void add(FontByteArray fontfile)
Add a FontFile

Parameters:
fontfile - the fontfile to add

getFontFile

public FontByteArray getFontFile(int idx)
Return the fontfile at position idx.

Parameters:
idx - the position
Returns:
the fontfile at position idx