|
|||||||||
| Home >> All >> org >> fudaa >> ebli >> [ repere overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.fudaa.ebli.repere
Class RepereEvent

java.lang.Objectjava.util.EventObject
org.fudaa.ebli.repere.RepereEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class RepereEvent
- extends java.util.EventObject
Un evenement "repere" avec des coordonnees ecran pour les translations.
- Version:
- $Revision: 1.6 $ $Date: 2002/10/01 07:06:40 $ by $Author: deniger $
| Field Summary | |
static boolean |
ABSOLU
|
(package private) boolean[][] |
aChange_
|
(package private) boolean |
ajustement_
|
static int |
IDENT
|
static boolean |
RELATIF
|
(package private) boolean[][] |
relatif_
|
static int |
ROT
|
static int |
ROT_X
|
static int |
ROT_Y
|
static int |
ROT_Z
|
static int |
TRANS
|
static int |
TRANS_X
|
static int |
TRANS_Y
|
static int |
TRANS_Z
|
(package private) double[][] |
valeur_
|
static int |
ZOOM
|
static int |
ZOOM_X
|
static int |
ZOOM_Y
|
static int |
ZOOM_Z
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
RepereEvent(java.lang.Object _source,
boolean _ajustement)
|
|
| Method Summary | |
boolean |
aChange(int _i,
int _j)
|
void |
ajouteTransformation(int _type,
double _valeur,
boolean _relatif)
|
void |
ajouteTransformation(int _i,
int _j,
double _valeur,
boolean _relatif)
|
boolean |
ajustement()
|
boolean |
relatif(int _i,
int _j)
|
java.lang.String |
toString()
Converts the event to a String. |
double |
valeur(int _i,
int _j)
|
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
ZOOM
public static final int ZOOM
- See Also:
- Constant Field Values
ZOOM_X
public static final int ZOOM_X
- See Also:
- Constant Field Values
ZOOM_Y
public static final int ZOOM_Y
- See Also:
- Constant Field Values
ZOOM_Z
public static final int ZOOM_Z
- See Also:
- Constant Field Values
ROT
public static final int ROT
- See Also:
- Constant Field Values
ROT_X
public static final int ROT_X
- See Also:
- Constant Field Values
ROT_Y
public static final int ROT_Y
- See Also:
- Constant Field Values
ROT_Z
public static final int ROT_Z
- See Also:
- Constant Field Values
TRANS
public static final int TRANS
- See Also:
- Constant Field Values
TRANS_X
public static final int TRANS_X
- See Also:
- Constant Field Values
TRANS_Y
public static final int TRANS_Y
- See Also:
- Constant Field Values
TRANS_Z
public static final int TRANS_Z
- See Also:
- Constant Field Values
IDENT
public static final int IDENT
- See Also:
- Constant Field Values
ABSOLU
public static final boolean ABSOLU
- See Also:
- Constant Field Values
RELATIF
public static final boolean RELATIF
- See Also:
- Constant Field Values
aChange_
boolean[][] aChange_
valeur_
double[][] valeur_
relatif_
boolean[][] relatif_
ajustement_
boolean ajustement_
| Constructor Detail |
RepereEvent
public RepereEvent(java.lang.Object _source, boolean _ajustement)
| Method Detail |
toString
public java.lang.String toString()
- Description copied from class:
java.util.EventObject - Converts the event to a String. The format is not specified, but by
observation, the JDK uses:
getClass().getName() + "[source=" + source + "]";.
ajouteTransformation
public void ajouteTransformation(int _i,
int _j,
double _valeur,
boolean _relatif)
ajouteTransformation
public void ajouteTransformation(int _type,
double _valeur,
boolean _relatif)
aChange
public boolean aChange(int _i,
int _j)
valeur
public double valeur(int _i,
int _j)
relatif
public boolean relatif(int _i,
int _j)
ajustement
public boolean ajustement()
|
|||||||||
| Home >> All >> org >> fudaa >> ebli >> [ repere overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC