Interface AdjustPointIf

All Known Implementing Classes:
AdjustPoint

public interface AdjustPointIf
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value of the x property.
    Gets the value of the y property.
    boolean
     
    boolean
     
    void
    setX(String value)
    Sets the value of the x property.
    void
    setY(String value)
    Sets the value of the y property.
  • Method Details

    • getX

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

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

      boolean isSetX()
    • getY

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

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

      boolean isSetY()