Class Windows.DPoint

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable
    Enclosing class:
    Windows

    public static class Windows.DPoint
    extends java.awt.geom.Point2D.Float
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.awt.geom.Point2D

        java.awt.geom.Point2D.Double, java.awt.geom.Point2D.Float
    • Field Summary

      • Fields inherited from class java.awt.geom.Point2D.Float

        x, y
    • Constructor Summary

      Constructors 
      Constructor Description
      DPoint()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setLocation​(float x, float y)  
      • Methods inherited from class java.awt.geom.Point2D.Float

        getX, getY, setLocation, toString
      • Methods inherited from class java.awt.geom.Point2D

        clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation
      • Methods inherited from class java.lang.Object

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

      • DPoint

        public DPoint()
    • Method Detail

      • setLocation

        public void setLocation​(float x,
                                float y)
        Overrides:
        setLocation in class java.awt.geom.Point2D.Float