|
fop 2.3 | |||||||||
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.RangeMappingTable
protected abstract static class GlyphMappingTable.RangeMappingTable
range 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.RangeMappingTable(java.util.List entries)
Construct range mapping table. |
Method Summary | |
---|---|
java.util.List |
getEntries()
Obtain mapping entries. |
int |
getMappedIndex(int gid)
Map glyph identifier (code) to coverge index. |
abstract int |
getMappedIndex(int gid,
int s,
int m)
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. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GlyphMappingTable.RangeMappingTable(java.util.List entries)
entries
- of mapping rangesMethod 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)
public abstract int getMappedIndex(int gid, int s, int m)
gid
- glyph identifier (code)s
- start of rangem
- mapping value
public java.lang.String toString()
toString
in class java.lang.Object
|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |