CmxGroup
Contenu
[
Cacher
]Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cmx.objectmodel.CmxContainer
public class CmxGroup extends CmxContainer
Groupe de ICmxDocElement
Constructeurs
| Constructeur | Description |
|---|---|
| CmxGroup() |
Méthodes
| Méthode | Description |
|---|---|
| getBoundBox() | Obtient la boîte englobante. |
| setBoundBox(RectangleF value) | Définit la boîte englobante. |
| toString() | Renvoie une chaîne qui représente cette instance. |
| equals(Object o) | |
| hashCode() |
CmxGroup()
public CmxGroup()
getBoundBox()
public final RectangleF getBoundBox()
Obtient la boîte englobante.
Returns: RectangleF - the bounding box.
setBoundBox(RectangleF value)
public final void setBoundBox(RectangleF value)
Définit la boîte englobante.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| value | RectangleF | la boîte englobante. |
toString()
public String toString()
Renvoie une chaîne qui représente cette instance.
Returns: java.lang.String - Une chaîne qui représente cette instance.
equals(Object o)
public boolean equals(Object o)
Vérifie si les objets sont égaux.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| o | java.lang.Object |
Returns: boolean
hashCode()
public int hashCode()
Obtient le code de hachage de l’objet actuel.
Returns: int