com.ltu.smd116.bl.boatmap
Class BLPath
com.ltu.smd116.bl.BLCore
|
+--com.ltu.smd116.bl.boatmap.BLPath
- public class BLPath
- extends BLCore
This class describes
- Author:
- Marie Larsson
Method Summary |
void | draw(int floor, Graphics graphic) Draws the BLPath |
start
private HotSpotContainer start
stop
private HotSpotContainer stop
BLPath
public BLPath(HotSpotContainer start, HotSpotContainer stop)
- Constructs a path
- Parameters:
- start - The start point
- stop - The stop point
draw
public void draw(int floor, Graphics graphic)
- Draws the BLPath
to Class com.ltu.smd116.containers.HotSpotContainer
to Class com.ltu.smd116.containers.HotSpotContainer