Class GlyphMappingTable.MappedMappingTable
- java.lang.Object
-
- org.apache.fop.complexscripts.fonts.GlyphMappingTable
-
- org.apache.fop.complexscripts.fonts.GlyphMappingTable.MappedMappingTable
-
- Direct Known Subclasses:
GlyphClassTable.MappedClassTable
,GlyphCoverageTable.MappedCoverageTable
- Enclosing class:
- GlyphMappingTable
protected static class GlyphMappingTable.MappedMappingTable extends GlyphMappingTable
mapped 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
Constructors Constructor Description MappedMappingTable()
Construct mapped mapping table.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getType()
Obtain mapping type.-
Methods inherited from class org.apache.fop.complexscripts.fonts.GlyphMappingTable
getEntries, getMappedIndex, getMappingSize
-
-
-
-
Method Detail
-
getType
public int getType()
Obtain mapping type.- Overrides:
getType
in classGlyphMappingTable
- Returns:
- mapping format type
-
-