PointF

Vue de l’ensemble

‘PointF’ est une classe dans Aspose.Slides FOSS pour Java.

Il représente un point 2D avec des coordonnées de flot.

Cette classe fournit 10 méthodes pour travailler avec des objets PointF dans les programmes Java. Les méthodologies disponibles comprennent: ‘PointF’, ’equals’, getX, ‘getY’, ‘hashCode’, ’isEmpty’, ‘setX’, ‚setY et 'toString'. Tous les membres publics sont accessibles à n'importe quelle application Java après l'installation de l’Aspose.Slides FOSS pour le package Java . Propriétés : 'EMPTY' , 'empty', ''x , ‘‘y`.

Propriétés

NameTypeAccessDescription
xfloatReadGets the X coordinate.
yfloatReadGets the Y coordinate.
emptybooleanReadReturns {@code true} if both coordinates are zero.
EMPTYPointFReadEmpty point with coordinates (0, 0).

méthodes

SignatureDescription
PointF(x: float, y: float)Initializes a new instance of PointF with the specified coordinates.
PointF()Initializes a new instance of PointF with coordinates (0, 0).
getX()floatGets the X coordinate.
setX(x: float)Sets the X coordinate.
getY()floatGets the Y coordinate.
setY(y: float)Sets the Y coordinate.
isEmpty()booleanReturns {@code true} if both coordinates are zero.
equals(obj: Object)booleanDetermines whether the given object is a PointF with equal coordinates
hashCode()intReturns a hash code based on the point’s coordinates
toString()StringReturns a string representation of the point’s coordinates

Voir aussi

  • Aspose.Slides - référence API d’entreprise
 Français