Class KernSubtableFormat2
- java.lang.Object
-
- org.apache.batik.svggen.font.table.KernSubtable
-
- org.apache.batik.svggen.font.table.KernSubtableFormat2
-
public class KernSubtableFormat2 extends KernSubtable
- Version:
- $Id: KernSubtableFormat2.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description private int
array
private int
leftClassTable
private int
rightClassTable
private int
rowWidth
-
Constructor Summary
Constructors Modifier Constructor Description protected
KernSubtableFormat2(java.io.RandomAccessFile raf)
Creates new KernSubtableFormat2
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KerningPair
getKerningPair(int i)
int
getKerningPairCount()
-
Methods inherited from class org.apache.batik.svggen.font.table.KernSubtable
read
-
-
-
-
Method Detail
-
getKerningPairCount
public int getKerningPairCount()
- Specified by:
getKerningPairCount
in classKernSubtable
-
getKerningPair
public KerningPair getKerningPair(int i)
- Specified by:
getKerningPair
in classKernSubtable
-
-