org.apache.batik.svggen.font.table

Class CmapFormat

public abstract class CmapFormat extends Object

Field Summary
protected intformat
protected intlength
protected intversion
Constructor Summary
protected CmapFormat(RandomAccessFile raf)
Method Summary
protected static CmapFormatcreate(int format, RandomAccessFile raf)
abstract intgetFirst()
intgetFormat()
abstract intgetLast()
intgetLength()
intgetVersion()
abstract intmapCharCode(int charCode)
StringtoString()

Field Detail

format

protected int format

length

protected int length

version

protected int version

Constructor Detail

CmapFormat

protected CmapFormat(RandomAccessFile raf)

Method Detail

create

protected static CmapFormat create(int format, RandomAccessFile raf)

getFirst

public abstract int getFirst()

getFormat

public int getFormat()

getLast

public abstract int getLast()

getLength

public int getLength()

getVersion

public int getVersion()

mapCharCode

public abstract int mapCharCode(int charCode)

toString

public String toString()
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.