Class CmapIndexEntry
- java.lang.Object
-
- org.apache.batik.svggen.font.table.CmapIndexEntry
-
public class CmapIndexEntry extends java.lang.Object
- Version:
- $Id: CmapIndexEntry.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description private int
encodingId
private int
offset
private int
platformId
-
Constructor Summary
Constructors Modifier Constructor Description protected
CmapIndexEntry(java.io.RandomAccessFile raf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEncodingId()
int
getOffset()
int
getPlatformId()
java.lang.String
toString()
-