Class GlyphDefinitionTable.AttachmentPointSubtable
java.lang.Object
org.apache.fop.complexscripts.fonts.GlyphSubtable
org.apache.fop.complexscripts.fonts.GlyphDefinitionSubtable
org.apache.fop.complexscripts.fonts.GlyphDefinitionTable.AttachmentPointSubtable
- All Implemented Interfaces:
Comparable, GlyphDefinition
- Direct Known Subclasses:
GlyphDefinitionTable.AttachmentPointSubtableFormat1
- Enclosing class:
GlyphDefinitionTable
private abstract static class GlyphDefinitionTable.AttachmentPointSubtable
extends GlyphDefinitionSubtable
-
Field Summary
Fields inherited from class GlyphSubtable
LF_IGNORE_BASE, LF_IGNORE_LIGATURE, LF_IGNORE_MARK, LF_INTERNAL_USE_REVERSE_SCAN, LF_MARK_ATTACHMENT_TYPE, LF_RESERVED, LF_RIGHT_TO_LEFT, LF_USE_MARK_FILTERING_SET -
Constructor Summary
ConstructorsConstructorDescriptionAttachmentPointSubtable(String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries) -
Method Summary
Modifier and TypeMethodDescription(package private) static GlyphDefinitionSubtablecreate(String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries) intgetType()Methods inherited from class GlyphDefinitionSubtable
getTableType, getTypeName, hasDefinition, usesReverseScanMethods inherited from class GlyphSubtable
compareTo, equals, getClasses, getCoverage, getCoverageIndex, getCoverageSize, getEntries, getFlags, getFlags, getFormat, getGDEF, getLookupId, getSequence, getTable, hashCode, isCompatible, resolveLookupReferences, setTable, usesReverseScan
-
Constructor Details
-
AttachmentPointSubtable
AttachmentPointSubtable(String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries)
-
-
Method Details
-
getType
public int getType()- Specified by:
getTypein classGlyphSubtable- Returns:
- this subtable's type
-
create
static GlyphDefinitionSubtable create(String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries)
-