Uses of Class
org.apache.fop.complexscripts.fonts.GlyphMappingTable
-
Packages that use GlyphMappingTable Package Description org.apache.fop.complexscripts.fonts -
-
Uses of GlyphMappingTable in org.apache.fop.complexscripts.fonts
Subclasses of GlyphMappingTable in org.apache.fop.complexscripts.fonts Modifier and Type Class Description classGlyphClassTableBase class implementation of glyph class table.private static classGlyphClassTable.CoverageSetClassTableprivate static classGlyphClassTable.EmptyClassTableprivate static classGlyphClassTable.MappedClassTableprivate static classGlyphClassTable.RangeClassTableclassGlyphCoverageTable.Base class implementation of glyph coverage table.private static classGlyphCoverageTable.EmptyCoverageTableprivate static classGlyphCoverageTable.MappedCoverageTableprivate static classGlyphCoverageTable.RangeCoverageTableprotected static classGlyphMappingTable.EmptyMappingTableempty mapping table base classprotected static classGlyphMappingTable.MappedMappingTablemapped mapping table base classprotected static classGlyphMappingTable.RangeMappingTablerange mapping table base classFields in org.apache.fop.complexscripts.fonts declared as GlyphMappingTable Modifier and Type Field Description private GlyphMappingTableGlyphSubtable. mappingsubtable mapping tableprivate GlyphMappingTableOTFAdvancedTypographicTableReader. seMappingMethods in org.apache.fop.complexscripts.fonts with parameters of type GlyphMappingTable Modifier and Type Method Description (package private) static GlyphDefinitionSubtableGlyphDefinitionTable.AttachmentPointSubtable. create(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)(package private) static GlyphDefinitionSubtableGlyphDefinitionTable.GlyphClassSubtable. create(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)(package private) static GlyphDefinitionSubtableGlyphDefinitionTable.LigatureCaretSubtable. create(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)(package private) static GlyphDefinitionSubtableGlyphDefinitionTable.MarkAttachmentSubtable. create(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)static GlyphSubtableGlyphDefinitionTable. createSubtable(int type, java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)Create a definition subtable according to the specified arguments.Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphMappingTable Constructor Description AttachmentPointSubtable(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)AttachmentPointSubtableFormat1(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)GlyphClassSubtable(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)GlyphClassSubtableFormat1(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)GlyphDefinitionSubtable(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping)Instantiate aGlyphDefinitionSubtable.GlyphSubtable(java.lang.String lookupId, int sequence, int flags, int format, GlyphMappingTable mapping)Instantiate this glyph subtable.LigatureCaretSubtable(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)LigatureCaretSubtableFormat1(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)MarkAttachmentSubtable(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)MarkAttachmentSubtableFormat1(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)
-