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

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

public class TableDirectory
extends java.lang.Object

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

Constructor Summary
TableDirectory(java.io.RandomAccessFile raf)
           
 
Method Summary
 DirectoryEntry getEntry(int index)
           
 DirectoryEntry getEntryByTag(int tag)
           
 short getEntrySelector()
           
 short getNumTables()
           
 short getRangeShift()
           
 short getSearchRange()
           
 int getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableDirectory

public TableDirectory(java.io.RandomAccessFile raf)
               throws java.io.IOException
Method Detail

getEntry

public DirectoryEntry getEntry(int index)

getEntryByTag

public DirectoryEntry getEntryByTag(int tag)

getEntrySelector

public short getEntrySelector()

getNumTables

public short getNumTables()

getRangeShift

public short getRangeShift()

getSearchRange

public short getSearchRange()

getVersion

public int getVersion()


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