graphics::Event
Event(panel : Action,choix : int)
actionPerformed(action : ActionEvent) : void
panel : Action
choix : int
graphics::Fenetre
Fenetre()
windowClosing(event : WindowEvent) : void
windowClosed(event : WindowEvent) : void
windowActivated(event : WindowEvent) : void
windowDeactivated(event : WindowEvent) : void
windowIconified(event : WindowEvent) : void
windowDeiconified(event : WindowEvent) : void
windowOpened(event : WindowEvent) : void
serialVersionUID : long
action : Action
dessin : Dessin
sortie : Sortie
graphics::Dessin
Dessin()
paint(g : Graphics) : void
addCercle(cercle : Cercle) : void
getVector() : Vector
setVector(cercles : Vector) : void
serialVersionUID : long
cercles : Vector
graphics::Action
Action(dessin : Dessin,sortie : Sortie)
start() : void
init() : void
edit() : void
open() : void
setNombre(nombre : int) : void
setTemps(temps : int) : void
setPas(pas : double) : void
setCycle(cycle : int) : void
setReset(reset : int) : void
serialVersionUID : long
started : int
menubar : JPanel
options : JPanel
menu : JMenuBar
start : JMenuItem
init : JMenuItem
edit : JMenuItem
file : JMenuItem
pas : JTextField
temps : JTextField
nombre : JTextField
reset : JTextField
cycle : JTextField
auto : Checkbox
thread : Thread
systeme : Systeme
dessin : Dessin
sortie : Sortie
graphics::Sortie
Sortie()
setText(text : String) : void
addText(text : String) : void
serialVersionUID : long
texte : TextArea
javax::swing::JPanel
javax::swing::JFrame
<<interface>>
java::awt::event::ActionListener
Event -> ActionListener
<<realize>>
<<interface>>
java::awt::event::WindowListener
Fenetre -> WindowListener
<<realize>>
algo::Systeme
Systeme(cercles : Vector,action : Action,dessin : Dessin,sortie : Sortie,nombre : int,temps : int,pas : double,cycle : int,reset : int,echelle : double,auto : boolean)
run() : void
setOptions(temps : int,pas : double,cycle : int,reset : int,auto : boolean) : void
reset() : void
cercles : Vector
f : Complexe[]
g : Complexe[]
action : Action
dessin : Dessin
sortie : Sortie
temps : int
nombre : int
reset : int
cycle : int
pas : double
origine : double
echelle : double
auto : boolean
algo::Cercle
Cercle(x : double,y : double,r : double)
Cercle(c : Cercle)
setCentre(x : double,y : double) : void
setRayon(r : double) : void
getCx() : double
getCy() : double
getCr() : double
getForceRef(r : Cercle) : Complexe
getForceObj(c : Cercle) : Complexe
getForceSum(v : Vector) : Complexe
equals(c : Cercle) : boolean
toString(echelle : double) : String
cx : double
cy : double
cr : double
algo::Complexe
Complexe(r : double,i : double)
Complexe(c : Complexe)
getR() : double
getI() : double
ajouter(c : Complexe) : Complexe
multi(x : double) : Complexe
isNull(tol : int) : boolean
toString() : String
r : double
i : double <<interface>>
java::lang::Runnable
Systeme -> Runnable
<<realize>>
Contient
Contient
Contient
Compose
Accède Accède Accède
Accède Accède
algo::Main
main(args : String[]) : void
java::awt::geom::Ellipse2D.Double
1 / 1 100%
La catégorie de ce document est-elle correcte?
Merci pour votre participation!

Faire une suggestion

Avez-vous trouvé des erreurs dans linterface ou les textes ? Ou savez-vous comment améliorer linterface utilisateur de StudyLib ? Nhésitez pas à envoyer vos suggestions. Cest très important pour nous !