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

java.lang.Object
  extended byorg.apache.batik.svggen.font.table.KernSubtable
      extended byorg.apache.batik.svggen.font.table.KernSubtableFormat2

public class KernSubtableFormat2
extends KernSubtable

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

Constructor Summary
protected KernSubtableFormat2(java.io.RandomAccessFile raf)
          Creates new KernSubtableFormat2
 
Method Summary
 KerningPair getKerningPair(int i)
           
 int getKerningPairCount()
           
 
Methods inherited from class org.apache.batik.svggen.font.table.KernSubtable
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KernSubtableFormat2

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

Method Detail

getKerningPairCount

public int getKerningPairCount()
Specified by:
getKerningPairCount in class KernSubtable

getKerningPair

public KerningPair getKerningPair(int i)
Specified by:
getKerningPair in class KernSubtable


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