SimJava
v2.0

eduni.simanim
Class Anim_port

java.lang.Object
  |
  +--eduni.simanim.Anim_port

public class Anim_port
extends java.lang.Object

An animation port, used to store display information about the port for the animation.


Field Summary
static int BOTTOM
          Attatch the port to the bottom side of the parent entity
static java.lang.String[] enum_side
           
static int LEFT
          Attatch the port to the left side of the parent entity
static int RIGHT
          Attatch the port to the right side of the parent entity
static int TOP
          Attatch the port to the top side of the parent entity
 
Constructor Summary
Anim_port()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 java.lang.String[] enum_side
Constructor Detail

Anim_port

public Anim_port()

SimJava
v2.0

The University of Edinburgh, 2002