Class GposAnchor


  • public class GposAnchor
    extends java.lang.Object
    • 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
      int getXCoordinate()
      Retrieves the X coordinate of the Gpos Anchor.
      int getYCoordinate()
      Retrieves the Y coordinate of the Gpos Anchor.
      void setXCoordinate​(int xCoordinate)
      Sets the x coordinate of the Gpos Anchor.
      void setYCoordinate​(int yCoordinate)
      Sets the Y coordinate of the Gpos Anchor.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • xCoordinate

        private int xCoordinate
      • yCoordinate

        private int yCoordinate
    • 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