All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class eduni.simanim.Sim_anim

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----eduni.simanim.Sim_anim

public class Sim_anim
extends Canvas
implements Sim_output
The trace output class for animations. Do not use this class directly, instead use Anim_applet.


Constructor Index

 o Sim_anim(Anim_applet)
Do not use this method directly

Method Index

 o add_entity(Anim_entity)
Do not use this method directly
 o animate(Thread)
Do not use this method directly
 o close()
Do not use this method directly
 o draw_all_static()
Do not use this method directly
 o initialise()
Do not use this method directly
 o link_ports(String, String, String, String)
Do not use this method directly
 o paint(Graphics)
Do not use this method directly
 o println(String)
Do not use this method directly
 o update(Graphics)
Do not use this method directly

Constructors

 o Sim_anim
  public Sim_anim(Anim_applet applet)
Do not use this method directly

Methods

 o link_ports
  public void link_ports(String e1,
                         String p1,
                         String e2,
                         String p2)
Do not use this method directly

 o add_entity
  public void add_entity(Anim_entity ent)
Do not use this method directly

 o initialise
  public void initialise()
Do not use this method directly

 o println
  public void println(String msg)
Do not use this method directly

 o close
  public void close()
Do not use this method directly

 o paint
  public void paint(Graphics g)
Do not use this method directly

Overrides:
paint in class Canvas
 o update
  public void update(Graphics g)
Do not use this method directly

Overrides:
update in class Component
 o draw_all_static
  public void draw_all_static()
Do not use this method directly

 o animate
  public void animate(Thread simThread)
Do not use this method directly


All Packages  Class Hierarchy  This Package  Previous  Next  Index