taille

Vue de l’ensemble

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

Il représente une taille 2D avec des dimensions intégrales.

Cette classe fournit 12 méthodes pour travailler avec des objets de taille dans les programmes Java. Les méthodologies disponibles comprennent: ‘Size’, ‘add’ , ’equals’, getHeight', ‘getWidth’, 'hashCode', ’isEmpty', ‚setHeigh', ''setWitth', ‘’subtract, ‘’toString`. Tous les membres publics sont accessibles à toute application Java après l’installation du package Java Aspose.Slides FOSS. Propriétés : ‘EMPTY’, “empty”, ‘height’ et ‘width’.

Propriétés

NameTypeAccessDescription
widthintReadGets the width.
heightintReadGets the height.
emptybooleanReadReturns {@code true} if both dimensions are zero.
EMPTYSizeReadEmpty size with dimensions (0, 0).

méthodes

SignatureDescription
Size(width: int, height: int)Initializes a new instance of Size with the specified dimensions.
Size()Initializes a new instance of Size with dimensions (0, 0).
getWidth()intGets the width.
setWidth(width: int)Sets the width.
getHeight()intGets the height.
setHeight(height: int)Sets the height.
isEmpty()booleanReturns {@code true} if both dimensions are zero.
add(a: Size, b: Size)SizeAdds two sizes component-wise.
subtract(a: Size, b: Size)SizeSubtracts one size from another component-wise.
equals(obj: Object)booleanChecks whether the given object is a Size with equal dimensions
hashCode()intComputes a hash code based on width and height
toString()String

Voir aussi

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