All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class eduni.simanim.Anim_entity
java.lang.Object
   |
   +----eduni.simanim.Anim_entity
  -  public class Anim_entity
  
-  extends Object
  
An animation entity, used to store display information about an entity
 for the animation.
  
  -  
	Anim_entity(String, String)
   -  This constuctor should not be used directly, use the extended
 constructor in eduni.simjava.Sim_entity instead.
 
  
  -  
	add_param(Anim_param)
   -  This method should not be used directly.
  
 -  
	add_port(Anim_port)
   -  This method should not be used directly.
  
 -  
	is_invisible()
   -  
  
 -  
	set_invisible(boolean)
   -  
  
 -  
	set_position(int, int)
   -  This method should not be used directly.
 
  
Anim_entity
 public Anim_entity(String name,
                    String base_img)
  -  This constuctor should not be used directly, use the extended
 constructor in eduni.simjava.Sim_entity instead.
 
  
add_port
 public void add_port(Anim_port port)
  -  This method should not be used directly.
 
add_param
 public void add_param(Anim_param param)
  -  This method should not be used directly.
 
set_position
 public void set_position(int x,
                          int y)
  -  This method should not be used directly.
 
set_invisible
 public void set_invisible(boolean b)
is_invisible
 public boolean is_invisible()
All Packages  Class Hierarchy  This Package  Previous  Next  Index