Class GlyphTable.HomogeneousRuleSet
- java.lang.Object
-
- org.apache.fop.complexscripts.fonts.GlyphTable.RuleSet
-
- org.apache.fop.complexscripts.fonts.GlyphTable.HomogeneousRuleSet
-
- Enclosing class:
- GlyphTable
public static class GlyphTable.HomogeneousRuleSet extends GlyphTable.RuleSet
TheHomogenousRuleSet
class implements a collection of rules, which must be the same rule type (i.e., same concrete rule class) or null.
-
-
Constructor Summary
Constructors Constructor Description HomogeneousRuleSet(GlyphTable.Rule[] rules)
Instantiate a Homogeneous Rule Set.
-
Method Summary
-
Methods inherited from class org.apache.fop.complexscripts.fonts.GlyphTable.RuleSet
getRules, resolveLookupReferences, toString
-
-
-
-
Constructor Detail
-
HomogeneousRuleSet
public HomogeneousRuleSet(GlyphTable.Rule[] rules) throws AdvancedTypographicTableFormatException
Instantiate a Homogeneous Rule Set.- Parameters:
rules
- the rules- Throws:
AdvancedTypographicTableFormatException
- if some rule[i] is not an instance of rule[0]
-
-