Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.svggen.font.table
Class CmapFormat6  view CmapFormat6 download CmapFormat6.java

java.lang.Object
  extended byorg.apache.batik.svggen.font.table.CmapFormat
      extended byorg.apache.batik.svggen.font.table.CmapFormat6

public class CmapFormat6
extends CmapFormat

Version:
$Id: CmapFormat6.java,v 1.4 2004/09/01 09:35:23 deweese Exp $

Field Summary
private  short entryCount
           
private  short firstCode
           
private  short format
           
private  short[] glyphIdArray
           
private  short length
           
private  short version
           
 
Constructor Summary
protected CmapFormat6(java.io.RandomAccessFile raf)
           
 
Method Summary
 int getFirst()
           
 int getLast()
           
 int mapCharCode(int charCode)
           
 
Methods inherited from class org.apache.batik.svggen.font.table.CmapFormat
create, getFormat, getLength, getVersion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

format

private short format

length

private short length

version

private short version

firstCode

private short firstCode

entryCount

private short entryCount

glyphIdArray

private short[] glyphIdArray
Constructor Detail

CmapFormat6

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

getFirst

public int getFirst()
Specified by:
getFirst in class CmapFormat

getLast

public int getLast()
Specified by:
getLast in class CmapFormat

mapCharCode

public int mapCharCode(int charCode)
Specified by:
mapCharCode in class CmapFormat