org.apache.batik.svggen.font.table
Class RangeRecord

java.lang.Object
  extended byorg.apache.batik.svggen.font.table.RangeRecord

public class RangeRecord
extends java.lang.Object

Coverage Index (GlyphID) = StartCoverageIndex + GlyphID - Start GlyphID

Version:
$Id: RangeRecord.java,v 1.2 2003/08/08 11:39:22 vhardy Exp $
Author:
David Schweinsberg

Constructor Summary
RangeRecord(java.io.RandomAccessFile raf)
          Creates new RangeRecord
 
Method Summary
 int getCoverageIndex(int glyphId)
           
 boolean isInRange(int glyphId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RangeRecord

public RangeRecord(java.io.RandomAccessFile raf)
            throws java.io.IOException
Creates new RangeRecord

Method Detail

isInRange

public boolean isInRange(int glyphId)

getCoverageIndex

public int getCoverageIndex(int glyphId)


<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.