Class Map.Side

java.lang.Object
  |
  +--Map.Element
        |
        +--Map.Side
Enclosing class:
Map

public static final class Map.Side
extends Map.Element
implements java.io.Serializable

side

See Also:
Serialized Form

Field Summary
static int LOWER_INDEX
           
static int MAIN_INDEX
           
static long serialVersionUID
           
static int UPPER_INDEX
           
 
Fields inherited from class Map.Element
serialVersionUID
 
Constructor Summary
Map.Side()
           
Map.Side(Map.Line line, Map.Sector sect, int[] texs)
           
 
Method Summary
 Point3D getCenterPoint3D()
           
 Map.Side getOpposite()
           
 java.awt.Rectangle getSubclassBounds()
           
 boolean hasSection(int which, Map.Side other)
           
 
Methods inherited from class Map.Element
getBounds, getCenterPoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID

UPPER_INDEX

public static final int UPPER_INDEX

MAIN_INDEX

public static final int MAIN_INDEX

LOWER_INDEX

public static final int LOWER_INDEX
Constructor Detail

Map.Side

public Map.Side()

Map.Side

public Map.Side(Map.Line line,
                Map.Sector sect,
                int[] texs)
Method Detail

getOpposite

public Map.Side getOpposite()

hasSection

public boolean hasSection(int which,
                          Map.Side other)

getCenterPoint3D

public Point3D getCenterPoint3D()
Overrides:
getCenterPoint3D in class Map.Element

getSubclassBounds

public java.awt.Rectangle getSubclassBounds()
Overrides:
getSubclassBounds in class Map.Element