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

java.lang.Object
  extended by org.apache.batik.svggen.font.table.KerningPair

public class KerningPair
extends Object


Constructor Summary
protected KerningPair(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(RandomAccessFile raf)
               throws IOException
Creates new KerningPair

Throws:
IOException
Method Detail

getLeft

public int getLeft()

getRight

public int getRight()

getValue

public short getValue()


Copyright © 2017 Apache Software Foundation. All Rights Reserved.