|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimworldobjects.BasicSimObject
simworldobjects.SimRoad
Models a simple wall object
Constructor Summary | |
SimRoad(double x,
double y,
double z,
double b,
double length,
double width)
Sets up this wall |
Method Summary | |
java.awt.Color |
getColor()
|
void |
setColor(java.awt.Color color)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimRoad(double x, double y, double z, double b, double length, double width)
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 widthMethod Detail |
public java.awt.Color getColor()
public void setColor(java.awt.Color color)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |