Class IntegrationGraphique

java.lang.Object
  extended byIntegrationGraphique
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class IntegrationGraphique
extends java.lang.Object
implements java.awt.event.ActionListener

La class IntegrationGraphique est la class permetant de gerer le projet d'integration de maniere fenetré avec swing

Author:
Martins Alexandre

Field Summary
(package private)  javax.swing.JTextField bInf
           
(package private)  javax.swing.JTextField bSup
           
(package private)  javax.swing.JLabel deri
           
(package private)  javax.swing.JFrame fenetre
          Ici c'est les atributs utiles comme les elements de la fenetre, les instances de simpson et des trapeses et le MyPolynome
(package private)  double infD
           
(package private)  javax.swing.JLabel laBInf
           
(package private)  javax.swing.JLabel laBSup
           
(package private)  javax.swing.JLabel laDeri
           
(package private)  javax.swing.JLabel laMajo
           
(package private)  javax.swing.JLabel lePas
           
(package private)  javax.swing.JLabel lePoly
           
(package private)  javax.swing.JTextField majo
           
(package private)  double majoD
           
(package private)  javax.swing.JTextField MyPolynome
           
(package private)  javax.swing.JButton ok
           
(package private)  MyPolynome p
           
(package private)  java.awt.Container pane
           
(package private)  javax.swing.JTextField pas
           
(package private)  double pasD
           
(package private)  javax.swing.JButton quitter
           
(package private)  double supD
           
 
Constructor Summary
IntegrationGraphique()
          Le constructeur crée juste la fenetre principale mais sans la montrer il faudra demarer la presentation avec un appelle a start();
IntegrationGraphique(double[] coefficients, double[] puissances)
          Ce constructeur sert a definir le point d'entrée lors d'un debut dans la partie interpolation
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          C'est la gestion des actions il y a le faite d'entrer un MyPolynome, de quitter la fenetre et de la valider;
 void start()
          C'est la fonction pour demarer la fenetre
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fenetre

javax.swing.JFrame fenetre
Ici c'est les atributs utiles comme les elements de la fenetre, les instances de simpson et des trapeses et le MyPolynome


pane

java.awt.Container pane

ok

javax.swing.JButton ok

quitter

javax.swing.JButton quitter

MyPolynome

javax.swing.JTextField MyPolynome

bSup

javax.swing.JTextField bSup

bInf

javax.swing.JTextField bInf

pas

javax.swing.JTextField pas

majo

javax.swing.JTextField majo

lePoly

javax.swing.JLabel lePoly

laDeri

javax.swing.JLabel laDeri

laBSup

javax.swing.JLabel laBSup

laBInf

javax.swing.JLabel laBInf

lePas

javax.swing.JLabel lePas

laMajo

javax.swing.JLabel laMajo

deri

javax.swing.JLabel deri

p

MyPolynome p

infD

double infD

supD

double supD

majoD

double majoD

pasD

double pasD
Constructor Detail

IntegrationGraphique

public IntegrationGraphique()
Le constructeur crée juste la fenetre principale mais sans la montrer il faudra demarer la presentation avec un appelle a start();


IntegrationGraphique

public IntegrationGraphique(double[] coefficients,
                            double[] puissances)
Ce constructeur sert a definir le point d'entrée lors d'un debut dans la partie interpolation

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
C'est la gestion des actions il y a le faite d'entrer un MyPolynome, de quitter la fenetre et de la valider;

Specified by:
actionPerformed in interface java.awt.event.ActionListener

start

public void start()
C'est la fonction pour demarer la fenetre