public class GlyphTable
extends java.lang.Object
Base class for all advanced typographic glyph tables.
This work was originally authored by Glenn Adams (gadams@apache.org).
Modifier and Type | Class and Description |
---|---|
static class |
GlyphTable.ChainedClassSequenceRule
The
ChainedClassSequenceRule class implements a subclass of ClassSequenceRule
that supports matching on a specific glyph class sequence in a specific chained contextual. |
static class |
GlyphTable.ChainedCoverageSequenceRule
The
ChainedCoverageSequenceRule class implements a subclass of CoverageSequenceRule
that supports matching on a specific glyph class sequence in a specific chained contextual. |
static class |
GlyphTable.ChainedGlyphSequenceRule
The
ChainedGlyphSequenceRule class implements a subclass of GlyphSequenceRule
that supports matching on a specific glyph sequence in a specific chained contextual. |
static class |
GlyphTable.ClassSequenceRule
The
ClassSequenceRule class implements a subclass of Rule
that supports matching on a specific glyph class sequence. |
static class |
GlyphTable.CoverageSequenceRule
The
CoverageSequenceRule class implements a subclass of Rule
that supports matching on a specific glyph coverage sequence. |
static class |
GlyphTable.GlyphSequenceRule
The
GlyphSequenceRule class implements a subclass of Rule
that supports matching on a specific glyph sequence. |
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. |
static class |
GlyphTable.LookupSpec
A structure class encapsulating a lookup specification as a
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved. |