Class Map.Sector
java.lang.Object
|
+--Map.Element
|
+--Map.Sector
- Enclosing class:
- Map
- public static final class Map.Sector
- extends Map.Element
- implements java.io.Serializable
sector
- See Also:
- Serialized Form
|
Constructor Summary |
Map.Sector(int[][] points,
int numPts)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
serialVersionUID
public static final long serialVersionUID
CEILING_TEX
public static final int CEILING_TEX
FLOOR_TEX
public static final int FLOOR_TEX
Map.Sector
public Map.Sector(int[][] points,
int numPts)
isDoor
public boolean isDoor()
isLift
public boolean isLift()
createNewSpecial
public Map.SectSpecial createNewSpecial()
deleteSpecial
public void deleteSpecial()
getCenterPoint3D
public Point3D getCenterPoint3D()
- Overrides:
- getCenterPoint3D in class Map.Element
getSubclassBounds
public java.awt.Rectangle getSubclassBounds()
- Overrides:
- getSubclassBounds in class Map.Element
getFloorHeight
public int getFloorHeight()
getCeilingHeight
public int getCeilingHeight()
setFloorHeight
public void setFloorHeight(int h,
boolean cache)
setCeilingHeight
public void setCeilingHeight(int h,
boolean cache)