|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.kolls.railworld.DLoc
public class DLoc
A DLoc represents a location, direction, and rendering information. The rendering information is stored as a series of lines which may be stroked to display a Car or other item.
| Field Summary | |
|---|---|
java.awt.geom.Line2D[] |
lines
An array of lines to be drawn for this item. |
CLoc |
newLoc
The head position associated with this item. |
| Constructor Summary | |
|---|---|
DLoc(java.awt.geom.Line2D[] li,
CLoc nl)
Construct a DLoc. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.awt.geom.Line2D[] lines
public CLoc newLoc
| Constructor Detail |
|---|
public DLoc(java.awt.geom.Line2D[] li,
CLoc nl)
li - The rendering lines. May be null.nl - A CLoc, indicating location and position.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||