All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ia_solver.Plot

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----ia_solver.Plot

public class Plot
extends Frame
this class manages a window for plotting 2d constraint projections.


Constructor Index

 o Plot(String, String, int, Exp, RealIntervalTable, Interface)

Method Index

 o action(Event, Object)
 o handleEvent(Event)
 o paint(Graphics)
 o solvable(int, int, int)
 o update(Graphics)

Constructors

 o Plot
 public Plot(String xx,
             String yy,
             int dd,
             Exp eexp,
             RealIntervalTable vvars,
             Interface the_gui)

Methods

 o handleEvent
 public boolean handleEvent(Event evt)
Overrides:
handleEvent in class Component
 o action
 public boolean action(Event evt,
                       Object arg)
Overrides:
action in class Component
 o update
 public void update(Graphics g)
Overrides:
update in class Component
 o paint
 public void paint(Graphics g)
Overrides:
paint in class Container
 o solvable
 public boolean solvable(int i,
                         int j,
                         int depth)

All Packages  Class Hierarchy  This Package  Previous  Next  Index