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.


Variable Index

 o BOTTOM
Attatch the port to the bottom side of the parent entity
 o enum_side
 o LEFT
Attatch the port to the left side of the parent entity
 o RIGHT
Attatch the port to the right side of the parent entity
 o TOP
Attatch the port to the top side of the parent entity

Constructor Index

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

Method Index

 o draw_messages(Graphics)
 o set_position(int, int)
This method should not be used directly.

Variables

 o LEFT
 public static final int LEFT
Attatch the port to the left side of the parent entity

 o RIGHT
 public static final int RIGHT
Attatch the port to the right side of the parent entity

 o TOP
 public static final int TOP
Attatch the port to the top side of the parent entity

 o BOTTOM
 public static final int BOTTOM
Attatch the port to the bottom side of the parent entity

 o enum_side
 public static final String enum_side[]

Constructors

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

Methods

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

 o draw_messages
 public void draw_messages(Graphics g)

All Packages  Class Hierarchy  This Package  Previous  Next  Index