simworldobjects
Class SimGround
java.lang.Object
simworldobjects.BasicSimObject
simworldobjects.SimGround
- All Implemented Interfaces:
- SimObject
- public class SimGround
- extends BasicSimObject
Models a simple ground object
- Author:
- Simon Zienkiewicz
Constructor Summary |
SimGround(double x,
double y,
double z,
double b,
double length,
double width,
java.awt.Color c)
Sets up this wall |
Methods inherited from class simworldobjects.BasicSimObject |
getActualBearingVelocityXY, getActualBearingVelocityXZ, getActualBearingXY, getActualBearingXZ, getActualVelocity, getDesiredBearingVelocityXY, getDesiredBearingVelocityXZ, getDesiredVelocity, getHeight, getLength, getType, getWidth, getXCoord, getYCoord, getZCoord, setActualBearingVelocityXY, setActualBearingVelocityXZ, setActualBearingXY, setActualBearingXZ, setActualVelocity, setDesiredBearingVelocityXY, setDesiredBearingVelocityXZ, setDesiredVelocity, setXCoord, setYCoord, setZCoord, updateLength, updateWidth |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimGround
public SimGround(double x,
double y,
double z,
double b,
double length,
double width,
java.awt.Color c)
- Sets up this wall
- Parameters:
x
- the wall's x coordinatey
- the wall's y coordinatez
- the wall's z coordinateb
- the wall's bearinglength
- the wall's lengthwidth
- the wall's width
getColor
public java.awt.Color getColor()
setColor
public void setColor(java.awt.Color color)
getOutlineColor
public java.awt.Color getOutlineColor()
setOutlineColor
public void setOutlineColor(java.awt.Color color)
getSelected
public boolean getSelected()
setSelected
public void setSelected(boolean a)