Package com.itextpdf.io.font.otf
Class GposAnchor
- java.lang.Object
-
- com.itextpdf.io.font.otf.GposAnchor
-
public class GposAnchor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private intxCoordinateprivate intyCoordinate
-
Constructor Summary
Constructors Constructor Description GposAnchor()GposAnchor(GposAnchor other)Creates a Gpos Anchor object based on a given Gpos Anchor object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetXCoordinate()Retrieves the X coordinate of the Gpos Anchor.intgetYCoordinate()Retrieves the Y coordinate of the Gpos Anchor.voidsetXCoordinate(int xCoordinate)Sets the x coordinate of the Gpos Anchor.voidsetYCoordinate(int yCoordinate)Sets the Y coordinate of the Gpos Anchor.
-
-
-
Constructor Detail
-
GposAnchor
public GposAnchor()
-
GposAnchor
public GposAnchor(GposAnchor other)
Creates a Gpos Anchor object based on a given Gpos Anchor object.- Parameters:
other- other Gpos Anchor object
-
-
Method Detail
-
getXCoordinate
public int getXCoordinate()
Retrieves the X coordinate of the Gpos Anchor.- Returns:
- X coordinate
-
setXCoordinate
public void setXCoordinate(int xCoordinate)
Sets the x coordinate of the Gpos Anchor.- Parameters:
xCoordinate- X coordinate
-
getYCoordinate
public int getYCoordinate()
Retrieves the Y coordinate of the Gpos Anchor.- Returns:
- Y coordinate
-
setYCoordinate
public void setYCoordinate(int yCoordinate)
Sets the Y coordinate of the Gpos Anchor.- Parameters:
yCoordinate- Y coordinate
-
-