Class ScriptProcessor.AssembledLookupsKey
java.lang.Object
org.apache.fop.complexscripts.scripts.ScriptProcessor.AssembledLookupsKey
- Enclosing class:
ScriptProcessor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String[]
private final Map
<GlyphTable.LookupSpec, List<GlyphTable.LookupTable>> private final GlyphTable
-
Constructor Summary
ConstructorsConstructorDescriptionAssembledLookupsKey
(GlyphTable table, String[] features, Map<GlyphTable.LookupSpec, List<GlyphTable.LookupTable>> lookups) -
Method Summary
-
Field Details
-
table
-
features
-
lookups
-
-
Constructor Details
-
AssembledLookupsKey
AssembledLookupsKey(GlyphTable table, String[] features, Map<GlyphTable.LookupSpec, List<GlyphTable.LookupTable>> lookups)
-
-
Method Details