Class GlyphPositioningTable.MarkAnchor
java.lang.Object
org.apache.fop.complexscripts.fonts.GlyphPositioningTable.Anchor
org.apache.fop.complexscripts.fonts.GlyphPositioningTable.MarkAnchor
- Enclosing class:
GlyphPositioningTable
The
MarkAnchor
class is a subclass of the Anchor
class, adding a mark
class designation.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMarkAnchor
(int markClass, GlyphPositioningTable.Anchor a) Instantiate a MarkAnchor -
Method Summary
Methods inherited from class org.apache.fop.complexscripts.fonts.GlyphPositioningTable.Anchor
getAlignmentAdjustment, getAnchorPoint, getX, getXDevice, getY, getYDevice
-
Field Details
-
markClass
private final int markClass
-
-
Constructor Details
-
MarkAnchor
Instantiate a MarkAnchor- Parameters:
markClass
- the mark classa
- the underlying anchor (whose fields are copied)
-
-
Method Details
-
getMarkClass
public int getMarkClass()- Returns:
- the mark class
-
toString
- Overrides:
toString
in classGlyphPositioningTable.Anchor
-