Uses of Class
org.apache.fop.complexscripts.fonts.GlyphPositioningTable.Anchor
-
Packages that use GlyphPositioningTable.Anchor Package Description org.apache.fop.complexscripts.fonts -
-
Uses of GlyphPositioningTable.Anchor in org.apache.fop.complexscripts.fonts
Subclasses of GlyphPositioningTable.Anchor in org.apache.fop.complexscripts.fonts Modifier and Type Class Description static class
GlyphPositioningTable.MarkAnchor
TheMarkAnchor
class is a subclass of theAnchor
class, adding a mark class designation.Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphPositioningTable.Anchor Modifier and Type Method Description GlyphPositioningTable.Value
GlyphPositioningTable.Anchor. getAlignmentAdjustment(GlyphPositioningTable.Anchor a)
Obtain adjustment value required to align the specified anchor with this anchor.Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphPositioningTable.Anchor Constructor Description Anchor(GlyphPositioningTable.Anchor a)
Instantiate an Anchor based on an existing anchor.MarkAnchor(int markClass, GlyphPositioningTable.Anchor a)
Instantiate a MarkAnchor
-