Class Point2D.Double

java.lang.Object
com.itextpdf.awt.geom.Point2D
com.itextpdf.awt.geom.Point2D.Double
All Implemented Interfaces:
Cloneable
Enclosing class:
Point2D

public static class Point2D.Double extends Point2D
  • Field Details

    • x

      public double x
    • y

      public double y
  • Constructor Details

    • Double

      public Double()
    • Double

      public Double(double x, double y)
  • Method Details

    • getX

      public double getX()
      Specified by:
      getX in class Point2D
    • getY

      public double getY()
      Specified by:
      getY in class Point2D
    • setLocation

      public void setLocation(double x, double y)
      Specified by:
      setLocation in class Point2D
    • toString

      public String toString()
      Overrides:
      toString in class Object