Class Point2D.Float

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

public static class Point2D.Float extends Point2D
  • Field Details

    • x

      public float x
    • y

      public float y
  • Constructor Details

    • Float

      public Float()
    • Float

      public Float(float x, float 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(float x, float y)
    • setLocation

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

      public String toString()
      Overrides:
      toString in class Object