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.-
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
-
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:
toStringin classGlyphPositioningTable.Anchor
-