- java.lang.Object
-
- java.awt.geom.Point2D
-
- java.awt.geom.Point2D.Float
-
- All Implemented Interfaces:
- Serializable, Cloneable
- Enclosing class:
- Point2D
public static class Point2D.Float extends Point2D implements Serializable
TheFloat
class defines a point specified in float precision.- Since:
- 1.2
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.awt.geom.Point2D
Point2D.Double, Point2D.Float
-
-
Field Summary
Fields Modifier and Type Field and Description float
x
The X coordinate of thisPoint2D
.float
y
The Y coordinate of thisPoint2D
.
-
Constructor Summary
Constructors Constructor and Description Point2D.Float()
Constructs and initializes aPoint2D
with coordinates (0, 0).Point2D.Float(float x, float y)
Constructs and initializes aPoint2D
with the specified coordinates.
-
Method Summary
Methods Modifier and Type Method and Description double
getX()
Returns the X coordinate of thisPoint2D
indouble
precision.double
getY()
Returns the Y coordinate of thisPoint2D
indouble
precision.void
setLocation(double x, double y)
Sets the location of thisPoint2D
to the specifieddouble
coordinates.void
setLocation(float x, float y)
Sets the location of thisPoint2D
to the specifiedfloat
coordinates.String
toString()
Returns aString
that represents the value of thisPoint2D
.-
Methods inherited from class java.awt.geom.Point2D
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation
-
-
-
-
Field Detail
-
x
public float x
The X coordinate of thisPoint2D
.- Since:
- 1.2
-
y
public float y
The Y coordinate of thisPoint2D
.- Since:
- 1.2
-
-
Constructor Detail
-
Point2D.Float
public Point2D.Float()
Constructs and initializes aPoint2D
with coordinates (0, 0).- Since:
- 1.2
-
Point2D.Float
public Point2D.Float(float x, float y)
Constructs and initializes aPoint2D
with the specified coordinates.- Parameters:
x
- the X coordinate of the newly constructedPoint2D
y
- the Y coordinate of the newly constructedPoint2D
- Since:
- 1.2
-
-
Method Detail
-
getX
public double getX()
Returns the X coordinate of thisPoint2D
indouble
precision.
-
getY
public double getY()
Returns the Y coordinate of thisPoint2D
indouble
precision.
-
setLocation
public void setLocation(double x, double y)
Sets the location of thisPoint2D
to the specifieddouble
coordinates.- Specified by:
setLocation
in classPoint2D
- Parameters:
x
- the new X coordinate of thisPoint2D
y
- the new Y coordinate of thisPoint2D
- Since:
- 1.2
-
setLocation
public void setLocation(float x, float y)
Sets the location of thisPoint2D
to the specifiedfloat
coordinates.- Parameters:
x
- the new X coordinate of thisPoint2D
y
- the new Y coordinate of thisPoint2D
- Since:
- 1.2
-
-
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
05/11/2024 17:39:50 Cette version de la page est en cache (à la date du 05/11/2024 17:39:50) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 02/08/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-java/awt/geom/Point2D.Float.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.