Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.svggen.font.table
Class Coverage  view Coverage download Coverage.java

java.lang.Object
  extended byorg.apache.batik.svggen.font.table.Coverage
Direct Known Subclasses:
CoverageFormat1, CoverageFormat2

public abstract class Coverage
extends java.lang.Object

Version:
$Id: Coverage.java,v 1.5 2005/03/27 08:58:36 cam Exp $

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

Coverage

public Coverage()
Method Detail

getFormat

public abstract int getFormat()

findGlyph

public abstract int findGlyph(int glyphId)

read

protected static Coverage read(java.io.RandomAccessFile raf)
                        throws java.io.IOException