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.


Constructor Index

 o Anim_entity(String, String)
This constuctor should not be used directly, use the extended constructor in eduni.simjava.Sim_entity instead.

Method Index

 o add_param(Anim_param)
This method should not be used directly.
 o add_port(Anim_port)
This method should not be used directly.
 o is_invisible()
 o set_invisible(boolean)
 o set_position(int, int)
This method should not be used directly.

Constructors

 o 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.

Methods

 o add_port
 public void add_port(Anim_port port)
This method should not be used directly.

 o add_param
 public void add_param(Anim_param param)
This method should not be used directly.

 o set_position
 public void set_position(int x,
                          int y)
This method should not be used directly.

 o set_invisible
 public void set_invisible(boolean b)
 o is_invisible
 public boolean is_invisible()

All Packages  Class Hierarchy  This Package  Previous  Next  Index