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 CoverageFormat1  view CoverageFormat1 download CoverageFormat1.java

java.lang.Object
  extended byorg.apache.batik.svggen.font.table.Coverage
      extended byorg.apache.batik.svggen.font.table.CoverageFormat1

public class CoverageFormat1
extends Coverage

Version:
$Id: CoverageFormat1.java,v 1.4 2004/08/18 07:15:20 vhardy Exp $

Field Summary
private  int glyphCount
           
private  int[] glyphIds
           
 
Constructor Summary
protected CoverageFormat1(java.io.RandomAccessFile raf)
          Creates new CoverageFormat1
 
Method Summary
 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
 

Field Detail

glyphCount

private int glyphCount

glyphIds

private int[] glyphIds
Constructor Detail

CoverageFormat1

protected CoverageFormat1(java.io.RandomAccessFile raf)
                   throws java.io.IOException
Creates new CoverageFormat1

Method Detail

getFormat

public int getFormat()
Specified by:
getFormat in class Coverage

findGlyph

public int findGlyph(int glyphId)
Specified by:
findGlyph in class Coverage