Class ScriptProcessor.AssembledLookupsKey
- java.lang.Object
-
- org.apache.fop.complexscripts.scripts.ScriptProcessor.AssembledLookupsKey
-
- Enclosing class:
- ScriptProcessor
private static class ScriptProcessor.AssembledLookupsKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String[]
features
private java.util.Map<GlyphTable.LookupSpec,java.util.List<GlyphTable.LookupTable>>
lookups
private GlyphTable
table
-
Constructor Summary
Constructors Constructor Description AssembledLookupsKey(GlyphTable table, java.lang.String[] features, java.util.Map<GlyphTable.LookupSpec,java.util.List<GlyphTable.LookupTable>> lookups)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
-
-
-
Field Detail
-
table
private final GlyphTable table
-
features
private final java.lang.String[] features
-
lookups
private final java.util.Map<GlyphTable.LookupSpec,java.util.List<GlyphTable.LookupTable>> lookups
-
-
Constructor Detail
-
AssembledLookupsKey
AssembledLookupsKey(GlyphTable table, java.lang.String[] features, java.util.Map<GlyphTable.LookupSpec,java.util.List<GlyphTable.LookupTable>> lookups)
-
-