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

java.lang.Object
  extended by org.apache.batik.svggen.font.table.FeatureRecord

public class FeatureRecord
extends Object

Version:
$Id: FeatureRecord.java 1733416 2016-03-03 07:07:13Z gadams $
Author:
David Schweinsberg

Constructor Summary
FeatureRecord(RandomAccessFile raf)
          Creates new FeatureRecord
 
Method Summary
 int getOffset()
           
 int getTag()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureRecord

public FeatureRecord(RandomAccessFile raf)
              throws IOException
Creates new FeatureRecord

Throws:
IOException
Method Detail

getTag

public int getTag()

getOffset

public int getOffset()


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.