All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.unihh.informatik.tide.Rectangular_Side

java.lang.Object
   |
   +----de.unihh.informatik.tide.Rectangular_Side

public class Rectangular_Side
extends Object

Variable Index

 o _EAST
 o _NORTH
 o _SOUTH
 o _WEST
 o EAST
 o NORTH
 o SOUTH
 o WEST

Constructor Index

 o Rectangular_Side(int)

Method Index

 o from_int(int)
 o value()

Variables

 o _NORTH
 public static final int _NORTH
 o _WEST
 public static final int _WEST
 o _SOUTH
 public static final int _SOUTH
 o _EAST
 public static final int _EAST
 o NORTH
 public static final Rectangular_Side NORTH
 o WEST
 public static final Rectangular_Side WEST
 o SOUTH
 public static final Rectangular_Side SOUTH
 o EAST
 public static final Rectangular_Side EAST

Constructors

 o Rectangular_Side
 protected Rectangular_Side(int value)

Methods

 o value
 public int value()
 o from_int
 public static Rectangular_Side from_int(int $value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index