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

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

public class KerningPair
extends java.lang.Object

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

Constructor Summary
protected KerningPair(java.io.RandomAccessFile raf)
          Creates new KerningPair
 
Method Summary
 int getLeft()
           
 int getRight()
           
 short getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KerningPair

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

Method Detail

getLeft

public int getLeft()

getRight

public int getRight()

getValue

public short getValue()


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