Class DirectoryEntry

java.lang.Object
org.apache.batik.svggen.font.table.DirectoryEntry

public class DirectoryEntry extends Object
Version:
$Id: DirectoryEntry.java 1733416 2016-03-03 07:07:13Z gadams $
  • Field Details

    • tag

      private int tag
    • checksum

      private int checksum
    • offset

      private int offset
    • length

      private int length
    • table

      private Table table
  • Constructor Details

  • Method Details

    • getChecksum

      public int getChecksum()
    • getLength

      public int getLength()
    • getOffset

      public int getOffset()
    • getTag

      public int getTag()
    • toString

      public String toString()
      Overrides:
      toString in class Object