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


All Packages  Class Hierarchy  This Package  Previous  Next  Index