|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.complexscripts.fonts.GlyphTable.RuleSet
org.apache.fop.complexscripts.fonts.GlyphTable.HomogeneousRuleSet
public static class GlyphTable.HomogeneousRuleSet
The HomogenousRuleSet
class implements a collection of rules, which
must be the same rule type (i.e., same concrete rule class) or null.
Constructor Summary | |
---|---|
GlyphTable.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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GlyphTable.HomogeneousRuleSet(GlyphTable.Rule[] rules) throws AdvancedTypographicTableFormatException
rules
- the rules
AdvancedTypographicTableFormatException
- if some rule[i] is not an instance of rule[0]
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |