com.rational.test.ft.value

Class DPoint

  • java.lang.Object
    • com.rational.test.ft.value.DPoint


  • public class DPoint
    extends java.lang.Object
    The 2 - dimensional point with double x and y co-ordinates
    Since:
    RFT8.0
    • Constructor Summary

      Constructors 
      Constructor and Description
      DPoint(double x, double y) 
      DPoint(java.awt.Point pt) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object o) 
      java.awt.Point GetPoint() 
      double getX() 
      double getY() 
      int hashCode() 
      void setX(double value) 
      void setY(double value) 
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DPoint

        public DPoint(java.awt.Point pt)
      • DPoint

        public DPoint(double x,
                      double y)
    • Method Detail

      • getY

        public double getY()
      • setY

        public void setY(double value)
      • getX

        public double getX()
      • setX

        public void setX(double value)
      • GetPoint

        public java.awt.Point GetPoint()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object