Class TracerFunction
java.lang.Object
|
+--TracerFunction
- public class TracerFunction
- extends java.lang.Object
- implements java.awt.event.ActionListener
|
Method Summary |
void |
actionPerformed(java.awt.event.ActionEvent evt)
|
void |
afficher()
|
void |
dezoom(TracerGraphe tg)
Methode definissant le DeZoom |
static void |
main(java.lang.String[] argv)
|
void |
managementDraw()
Methode servant a dessiner les fonctions selectionnees
sur la fenetre principale |
void |
managementFunction()
Methode servant a mettre a jour les fonctions existantes
situees sur la fenetre principale |
void |
managementStopDraw()
Methode servant a stopper le dessins des fonctions selectionnees
sur la fenetre principale |
void |
zoom(TracerGraphe tg)
Methode definissant le Zoom |
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ZOOM
public static final int ZOOM
- Attribut definissant la precision du zoom
mf
public ManagerFunction mf
TracerFunction
public TracerFunction()
throws ExpressionException
main
public static void main(java.lang.String[] argv)
throws ExpressionException
afficher
public void afficher()
managementFunction
public void managementFunction()
- Methode servant a mettre a jour les fonctions existantes
situees sur la fenetre principale
managementDraw
public void managementDraw()
- Methode servant a dessiner les fonctions selectionnees
sur la fenetre principale
managementStopDraw
public void managementStopDraw()
- Methode servant a stopper le dessins des fonctions selectionnees
sur la fenetre principale
zoom
public void zoom(TracerGraphe tg)
- Methode definissant le Zoom
dezoom
public void dezoom(TracerGraphe tg)
- Methode definissant le DeZoom
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
- Specified by:
- actionPerformed in interface java.awt.event.ActionListener