Interface AdjustPointIf

  • All Known Implementing Classes:
    AdjustPoint

    public interface AdjustPointIf
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getX()
      Gets the value of the x property.
      java.lang.String getY()
      Gets the value of the y property.
      boolean isSetX()  
      boolean isSetY()  
      void setX​(java.lang.String value)
      Sets the value of the x property.
      void setY​(java.lang.String value)
      Sets the value of the y property.
    • Method Detail

      • getX

        java.lang.String getX()
        Gets the value of the x property.
      • setX

        void setX​(java.lang.String value)
        Sets the value of the x property.
      • isSetX

        boolean isSetX()
      • getY

        java.lang.String getY()
        Gets the value of the y property.
      • setY

        void setY​(java.lang.String value)
        Sets the value of the y property.
      • isSetY

        boolean isSetY()