Package com.itextpdf.awt.geom
Class Point2D.Float
java.lang.Object
com.itextpdf.awt.geom.Point2D
com.itextpdf.awt.geom.Point2D.Float
- All Implemented Interfaces:
Cloneable
- Enclosing class:
Point2D
-
Nested Class Summary
Nested classes/interfaces inherited from class com.itextpdf.awt.geom.Point2D
Point2D.Double, Point2D.Float -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetX()doublegetY()voidsetLocation(double x, double y) voidsetLocation(float x, float y) toString()Methods inherited from class com.itextpdf.awt.geom.Point2D
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation
-
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() -
getY
public double getY() -
setLocation
public void setLocation(float x, float y) -
setLocation
public void setLocation(double x, double y) - Specified by:
setLocationin classPoint2D
-
toString
-