All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ia_solver.PopupEval

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----ia_solver.PopupEval

public class PopupEval
extends Applet
The PopupEval class is the applet version of the interval arithmetic solver in the ia_solve package.


Constructor Index

 o PopupEval()

Method Index

 o action(Event, Object)
 o destroy()
 o init()

Constructors

 o PopupEval
 public PopupEval()

Methods

 o init
 public void init()
Overrides:
init in class Applet
 o action
 public boolean action(Event evt,
                       Object arg)
Overrides:
action in class Component
 o destroy
 public void destroy()
Overrides:
destroy in class Applet

All Packages  Class Hierarchy  This Package  Previous  Next  Index