|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.complexscripts.fonts.GlyphMappingTable
org.apache.fop.complexscripts.fonts.GlyphMappingTable.EmptyMappingTable
protected static class GlyphMappingTable.EmptyMappingTable
empty mapping table base class
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.fop.complexscripts.fonts.GlyphMappingTable |
---|
GlyphMappingTable.EmptyMappingTable, GlyphMappingTable.MappedMappingTable, GlyphMappingTable.MappingRange, GlyphMappingTable.RangeMappingTable |
Field Summary |
---|
Fields inherited from class org.apache.fop.complexscripts.fonts.GlyphMappingTable |
---|
GLYPH_MAPPING_TYPE_EMPTY, GLYPH_MAPPING_TYPE_MAPPED, GLYPH_MAPPING_TYPE_RANGE |
Constructor Summary | |
---|---|
GlyphMappingTable.EmptyMappingTable()
Construct empty mapping table. |
|
GlyphMappingTable.EmptyMappingTable(java.util.List entries)
Construct empty mapping table with entries (ignored). |
Method Summary | |
---|---|
java.util.List |
getEntries()
Obtain mapping entries. |
int |
getMappedIndex(int gid)
Map glyph identifier (code) to coverge index. |
int |
getMappingSize()
Obtain size of mapping table, i.e., ciMax + 1, where ciMax is the maximum mapping index. |
int |
getType()
Obtain mapping type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GlyphMappingTable.EmptyMappingTable()
public GlyphMappingTable.EmptyMappingTable(java.util.List entries)
entries
- list of entries (ignored)Method Detail |
---|
public int getType()
getType
in class GlyphMappingTable
public java.util.List getEntries()
getEntries
in class GlyphMappingTable
public int getMappingSize()
getMappingSize
in class GlyphMappingTable
public int getMappedIndex(int gid)
getMappedIndex
in class GlyphMappingTable
gid
- glyph identifier (code)
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |