Class CoverageFormat2


  • public class CoverageFormat2
    extends Coverage
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CoverageFormat2​(java.io.RandomAccessFile raf)
      Creates new CoverageFormat2
    • Method Summary

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

        read
      • Methods inherited from class java.lang.Object

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

      • CoverageFormat2

        protected CoverageFormat2​(java.io.RandomAccessFile raf)
                           throws java.io.IOException
        Creates new CoverageFormat2
        Throws:
        java.io.IOException
    • Method Detail

      • findGlyph

        public int findGlyph​(int glyphId)
        Specified by:
        findGlyph in class Coverage
        Parameters:
        glyphId - The ID of the glyph to find.
        Returns:
        The index of the glyph within the coverage, or -1 if the glyph can't be found.