de.dante.extex.font
Class AbstractFontByteArray

java.lang.Object
  extended byde.dante.extex.font.AbstractFontByteArray
All Implemented Interfaces:
FontByteArray
Direct Known Subclasses:
PfbFontByteArray, TtfFontByteArray

public abstract class AbstractFontByteArray
extends java.lang.Object
implements FontByteArray

Abstract class for a font byte array.

Version:
$Revision: 1.1 $
Author:
Michael Niedermair

Method Summary
 byte[] getBytes()
          Returns the bytes array for the external fontfile.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBytes

public byte[] getBytes()
Description copied from interface: FontByteArray
Returns the bytes array for the external fontfile.

Specified by:
getBytes in interface FontByteArray
Returns:
Returns the bytes array for the external fontfile.
See Also:
FontByteArray.getBytes()