iie.projet.graphics
Class Transformation
java.lang.Object
java.awt.geom.AffineTransform
iie.projet.graphics.Transformation
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class Transformation
- extends java.awt.geom.AffineTransform
- Author:
- jj
- See Also:
- Serialized Form
Fields inherited from class java.awt.geom.AffineTransform |
TYPE_FLIP, TYPE_GENERAL_ROTATION, TYPE_GENERAL_SCALE, TYPE_GENERAL_TRANSFORM, TYPE_IDENTITY, TYPE_MASK_ROTATION, TYPE_MASK_SCALE, TYPE_QUADRANT_ROTATION, TYPE_TRANSLATION, TYPE_UNIFORM_SCALE |
Methods inherited from class java.awt.geom.AffineTransform |
clone, concatenate, createInverse, createTransformedShape, deltaTransform, deltaTransform, equals, getDeterminant, getMatrix, getRotateInstance, getRotateInstance, getScaleInstance, getScaleX, getScaleY, getShearInstance, getShearX, getShearY, getTranslateInstance, getTranslateX, getTranslateY, getType, hashCode, inverseTransform, inverseTransform, isIdentity, preConcatenate, rotate, rotate, scale, setToIdentity, setToRotation, setToRotation, setToScale, setToShear, setToTranslation, setTransform, setTransform, shear, transform, transform, transform, transform, transform, transform, translate |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
ROTATION
public static java.lang.String ROTATION
TRANSLATION
public static java.lang.String TRANSLATION
ECHELLE
public static java.lang.String ECHELLE
GROUPE
public static java.lang.String GROUPE
CHOIX
public static java.lang.String CHOIX
INTERPOLATION
public static java.lang.String INTERPOLATION
nature
private java.lang.String nature
tostring
private java.lang.String tostring
globalTransIndex
private static int globalTransIndex
angleRotation
private double angleRotation
indexChoix
private int indexChoix
translationX
private int translationX
translationY
private int translationY
echelleX
private double echelleX
echelleY
private double echelleY
interpolFactor
private double interpolFactor
Transformation
public Transformation(java.lang.String nature)
getNature
public java.lang.String getNature()
toString
public java.lang.String toString()
setLibelle
public void setLibelle(java.lang.String libelle)
setAngleRotation
public void setAngleRotation(double angle)
getAngleRotation
public double getAngleRotation()
setTranslation
public void setTranslation(int X,
int Y)
getTranslationX
public int getTranslationX()
getTranslationY
public int getTranslationY()
setEchelle
public void setEchelle(double X,
double Y)
getEchelleX
public double getEchelleX()
getEchelleY
public double getEchelleY()
setChoix
public void setChoix(int c)
getChoix
public int getChoix()
setInterpolFactor
public void setInterpolFactor(double f)
getInterpolFactor
public double getInterpolFactor()
getTransform
public java.awt.geom.AffineTransform getTransform()