Class GlyphPositioningTable.MarkAnchor
java.lang.Object
org.docx4j.fonts.fop.complexscripts.fonts.GlyphPositioningTable.Anchor
org.docx4j.fonts.fop.complexscripts.fonts.GlyphPositioningTable.MarkAnchor
- Enclosing class:
- GlyphPositioningTable
public static class GlyphPositioningTable.MarkAnchor extends GlyphPositioningTable.Anchor
The
MarkAnchor class is a subclass of the Anchor class, adding a mark
class designation.-
Constructor Summary
Constructors Constructor Description MarkAnchor(int markClass, GlyphPositioningTable.Anchor a)Instantiate a MarkAnchor -
Method Summary
Modifier and Type Method Description intgetMarkClass()java.lang.StringtoString()Methods inherited from class org.docx4j.fonts.fop.complexscripts.fonts.GlyphPositioningTable.Anchor
getAlignmentAdjustment, getAnchorPoint, getX, getXDevice, getY, getYDeviceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
public java.lang.String toString()- Overrides:
toStringin classGlyphPositioningTable.Anchor
-