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
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
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
Map.Side
public Map.Side()
Map.Side
public Map.Side(Map.Line line,
Map.Sector sect,
int[] texs)
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