All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class eduni.simanim.Anim_port
java.lang.Object
   |
   +----eduni.simanim.Anim_port
  -  public class Anim_port
  
-  extends Object
  
An animation port, used to store display information about the port
 for the animation.
  
  -  
	BOTTOM
   -  Attatch the port to the bottom side of the parent entity
  
 -  
	enum_side
   -  
  
 -  
	LEFT
   -  Attatch the port to the left side of the parent entity
  
 -  
	RIGHT
   -  Attatch the port to the right side of the parent entity
  
 -  
	TOP
   -  Attatch the port to the top side of the parent entity
 
  
  -  
	Anim_port(String, String)
   -  This constuctor should not be used directly, use the extended
 constructor in eduni.simjava.Sim_port instead.
 
  
  -  
	draw_messages(Graphics)
   -  
  
 -  
	set_position(int, int)
   -  This method should not be used directly.
 
  
LEFT
 public static final int LEFT
  -  Attatch the port to the left side of the parent entity
 
RIGHT
 public static final int RIGHT
  -  Attatch the port to the right side of the parent entity
 
TOP
 public static final int TOP
  -  Attatch the port to the top side of the parent entity
 
BOTTOM
 public static final int BOTTOM
  -  Attatch the port to the bottom side of the parent entity
 
enum_side
 public static final String enum_side[]
  
Anim_port
 public Anim_port(String name,
                  String imagename)
  -  This constuctor should not be used directly, use the extended
 constructor in eduni.simjava.Sim_port instead.
 
  
set_position
 public void set_position(int side,
                          int pos)
  -  This method should not be used directly.
 
draw_messages
 public void draw_messages(Graphics g)
All Packages  Class Hierarchy  This Package  Previous  Next  Index