Class GlyphMappingTable.MappedMappingTable
java.lang.Object
org.docx4j.fonts.fop.complexscripts.fonts.GlyphMappingTable
org.docx4j.fonts.fop.complexscripts.fonts.GlyphMappingTable.MappedMappingTable
- 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.docx4j.fonts.fop.complexscripts.fonts.GlyphMappingTable
GlyphMappingTable.EmptyMappingTable, GlyphMappingTable.MappedMappingTable, GlyphMappingTable.MappingRange, GlyphMappingTable.RangeMappingTable -
Field Summary
Fields inherited from class org.docx4j.fonts.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
Modifier and Type Method Description intgetType()Obtain mapping type.Methods inherited from class org.docx4j.fonts.fop.complexscripts.fonts.GlyphMappingTable
getEntries, getMappedIndex, getMappingSizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MappedMappingTable
public MappedMappingTable()Construct mapped mapping table.
-
-
Method Details
-
getType
public int getType()Obtain mapping type.- Overrides:
getTypein classGlyphMappingTable- Returns:
- mapping format type
-