org.apache.batik.svggen.font.table
Class DirectoryEntry

java.lang.Object
  extended byorg.apache.batik.svggen.font.table.DirectoryEntry

public class DirectoryEntry
extends java.lang.Object

Version:
$Id: DirectoryEntry.java,v 1.2 2003/08/08 11:39:22 vhardy Exp $
Author:
David Schweinsberg

Constructor Summary
protected DirectoryEntry(java.io.RandomAccessFile raf)
           
 
Method Summary
 int getChecksum()
           
 int getLength()
           
 int getOffset()
           
 int getTag()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectoryEntry

protected DirectoryEntry(java.io.RandomAccessFile raf)
                  throws java.io.IOException
Method Detail

getChecksum

public int getChecksum()

getLength

public int getLength()

getOffset

public int getOffset()

getTag

public int getTag()

toString

public java.lang.String toString()


<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.