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

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

public class CmapIndexEntry
extends java.lang.Object

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

Constructor Summary
protected CmapIndexEntry(java.io.RandomAccessFile raf)
           
 
Method Summary
 int getEncodingId()
           
 int getOffset()
           
 int getPlatformId()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CmapIndexEntry

protected CmapIndexEntry(java.io.RandomAccessFile raf)
                  throws java.io.IOException
Method Detail

getEncodingId

public int getEncodingId()

getOffset

public int getOffset()

getPlatformId

public int getPlatformId()

toString

public java.lang.String toString()


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