|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.svggen.font.table.Coverage
public abstract class Coverage
Constructor Summary | |
---|---|
Coverage()
|
Method Summary | |
---|---|
abstract int |
findGlyph(int glyphId)
|
abstract int |
getFormat()
|
protected static Coverage |
read(java.io.RandomAccessFile raf)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Coverage()
Method Detail |
---|
public abstract int getFormat()
public abstract int findGlyph(int glyphId)
glyphId
- The ID of the glyph to find.
protected static Coverage read(java.io.RandomAccessFile raf) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |