OdTransformInfo
Contenu
[
Cacher
]Inheritance: java.lang.Object
public class OdTransformInfo
Les informations de traduction du document ouvert.
Constructeurs
| Constructeur | Description |
|---|---|
| OdTransformInfo() |
Méthodes
| Méthode | Description |
|---|---|
| getRotateAngle() | Obtient ou définit l’angle de rotation. |
| setRotateAngle(float value) | Obtient ou définit l’angle de rotation. |
| getTranslateX() | Obtient ou définit la translation x. |
| setTranslateX(float value) | Obtient ou définit la translation x. |
| getTranslateY() | Obtient ou définit la translation y. |
| setTranslateY(float value) | Obtient ou définit la translation y. |
| getSkewX() | Obtient le cisaillement x. |
| setSkewX(float value) | Définit le cisaillement x. |
| getSkewY() | Obtient le cisaillement y. |
| setSkewY(float value) | Définit le cisaillement y. |
| copy() | Copie cette instance. |
OdTransformInfo()
public OdTransformInfo()
getRotateAngle()
public float getRotateAngle()
Obtient ou définit l’angle de rotation.
Returns: float - L’angle de rotation.
setRotateAngle(float value)
public void setRotateAngle(float value)
Obtient ou définit l’angle de rotation.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| valeur | float | L’angle de rotation. |
getTranslateX()
public float getTranslateX()
Obtient ou définit la translation x.
Returns: float - La translation x.
setTranslateX(float value)
public void setTranslateX(float value)
Obtient ou définit la translation x.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| valeur | float | La translation x. |
getTranslateY()
public float getTranslateY()
Obtient ou définit la translation y.
Returns: float - La translation y.
setTranslateY(float value)
public void setTranslateY(float value)
Obtient ou définit la translation y.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| valeur | float | La translation y. |
getSkewX()
public float getSkewX()
Obtient le cisaillement x.
Returns: float - Le cisaillement x.
setSkewX(float value)
public void setSkewX(float value)
Définit le cisaillement x.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| valeur | float | Le cisaillement x. |
getSkewY()
public float getSkewY()
Obtient le cisaillement y.
Returns: float - Le cisaillement y.
setSkewY(float value)
public void setSkewY(float value)
Définit le cisaillement y.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| valeur | float | Le cisaillement y. |
copy()
public OdTransformInfo copy()
Copie cette instance.
Returns: OdTransformInfo - Get the instance of OdTransformInfo