org.apache.batik.svggen.font.table

Class Coverage

public abstract class Coverage extends Object

Method Summary
abstract intfindGlyph(int glyphId)
abstract intgetFormat()
protected static Coverageread(RandomAccessFile raf)

Method Detail

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.

getFormat

public abstract int getFormat()

read

protected static Coverage read(RandomAccessFile raf)
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.