Class TableDirectory
java.lang.Object
org.apache.batik.svggen.font.table.TableDirectory
- Version:
- $Id$
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate DirectoryEntry[]private shortprivate shortprivate shortprivate shortprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEntry(int index) getEntryByTag(int tag) shortshortshortshortint
-
Field Details
-
version
private int version -
numTables
private short numTables -
searchRange
private short searchRange -
entrySelector
private short entrySelector -
rangeShift
private short rangeShift -
entries
-
-
Constructor Details
-
TableDirectory
- Throws:
IOException
-
-
Method Details
-
getEntry
-
getEntryByTag
-
getEntrySelector
public short getEntrySelector() -
getNumTables
public short getNumTables() -
getRangeShift
public short getRangeShift() -
getSearchRange
public short getSearchRange() -
getVersion
public int getVersion()
-