public static class GlyphPositioningTable.MarkAnchor extends GlyphPositioningTable.Anchor
MarkAnchor
class is a subclass of the Anchor
class, adding a mark
class designation.Constructor | Description |
---|---|
MarkAnchor(int markClass,
GlyphPositioningTable.Anchor a) |
Instantiate a MarkAnchor
|
Modifier and Type | Method | Description |
---|---|---|
int |
getMarkClass() |
|
java.lang.String |
toString() |
getAlignmentAdjustment, getAnchorPoint, getX, getXDevice, getY, getYDevice
public MarkAnchor(int markClass, GlyphPositioningTable.Anchor a)
markClass
- the mark classa
- the underlying anchor (whose fields are copied)public int getMarkClass()
public java.lang.String toString()
toString
in class GlyphPositioningTable.Anchor
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.