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

Field Summary
 private HotSpotContainerstart
           
 private HotSpotContainerstop
           

Constructor Summary
BLPath(HotSpotContainer start, HotSpotContainer stop)
          Constructs a path

Method Summary
 voiddraw(int floor, Graphics graphic)
          Draws the BLPath

Field Detail

start

private HotSpotContainer start

stop

private HotSpotContainer stop
Constructor Detail

BLPath

public BLPath(HotSpotContainer start, HotSpotContainer stop)
Constructs a path
Parameters:
start - The start point
stop - The stop point
Method Detail

draw

public void draw(int floor, Graphics graphic)
Draws the BLPath

Association Links

to Class com.ltu.smd116.containers.HotSpotContainer

to Class com.ltu.smd116.containers.HotSpotContainer