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

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

public class Ligature
extends java.lang.Object

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

Constructor Summary
Ligature(java.io.RandomAccessFile raf)
          Creates new Ligature
 
Method Summary
 int getGlyphCount()
           
 int getGlyphId(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ligature

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

Method Detail

getGlyphCount

public int getGlyphCount()

getGlyphId

public int getGlyphId(int i)


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