Class Coverage
- java.lang.Object
-
- org.apache.batik.svggen.font.table.Coverage
-
- Direct Known Subclasses:
CoverageFormat1,CoverageFormat2
public abstract class Coverage extends java.lang.Object- Version:
- $Id: Coverage.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Constructor Summary
Constructors Constructor Description Coverage()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract intfindGlyph(int glyphId)abstract intgetFormat()protected static Coverageread(java.io.RandomAccessFile raf)
-
-
-
Method Detail
-
getFormat
public abstract int getFormat()
-
findGlyph
public abstract int findGlyph(int glyphId)
- 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.
-
read
protected static Coverage read(java.io.RandomAccessFile raf) throws java.io.IOException
- Throws:
java.io.IOException
-
-