Class SingleSubstFormat1


  • public class SingleSubstFormat1
    extends SingleSubst
    Version:
    $Id: SingleSubstFormat1.java 1733416 2016-03-03 07:07:13Z gadams $
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SingleSubstFormat1​(java.io.RandomAccessFile raf, int offset)
      Creates new SingleSubstFormat1
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getFormat()  
      int substitute​(int glyphId)  
      • Methods inherited from class org.apache.batik.svggen.font.table.SingleSubst

        read
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • coverageOffset

        private int coverageOffset
      • deltaGlyphID

        private short deltaGlyphID
    • Constructor Detail

      • SingleSubstFormat1

        protected SingleSubstFormat1​(java.io.RandomAccessFile raf,
                                     int offset)
                              throws java.io.IOException
        Creates new SingleSubstFormat1
        Throws:
        java.io.IOException