| ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HotSpotContainer | |
com.ltu.smd116.beans | |
com.ltu.smd116.bl.boatmap | |
com.ltu.smd116.containers | |
com.ltu.smd116.dbp |
Uses of HotSpotContainer in com.ltu.smd116.beans |
Methods in com.ltu.smd116.beans that return HotSpotContainer | |
HotSpotContainer | BoatMapBean.topClickToHotSpot(int x, int y) |
Methods in com.ltu.smd116.beans with parameters of type HotSpotContainer | |
void | BoatMapBean.setTarget(HotSpotContainer hs) set the destination of the HotSpotpath |
Uses of HotSpotContainer in com.ltu.smd116.bl.boatmap |
Fields in com.ltu.smd116.bl.boatmap declared as HotSpotContainer | |
private HotSpotContainer | BLPath.start |
private HotSpotContainer | BLPath.stop |
Constructors in com.ltu.smd116.bl.boatmap with parameters of type HotSpotContainer | |
BLPath.BLPath(HotSpotContainer start, HotSpotContainer stop) Constructs a path |
Methods in com.ltu.smd116.bl.boatmap that return HotSpotContainer | |
HotSpotContainer | BLBoatMap.getHotSpotAt(int x, int y, int floor) |
Uses of HotSpotContainer in com.ltu.smd116.containers |
Fields in com.ltu.smd116.containers declared as HotSpotContainer | |
private HotSpotContainer | ResultContainer.hotspot The hotspot contains the coordinates for the hotspot |
Constructors in com.ltu.smd116.containers with parameters of type HotSpotContainer | |
ResultContainer.ResultContainer(String name, HotSpotContainer hotspot, String info, int bookingId) Constructs a ResultContainer with |
Methods in com.ltu.smd116.containers that return HotSpotContainer | |
HotSpotContainer | ResultContainer.getHotspot() This method gets the hotspot |
Uses of HotSpotContainer in com.ltu.smd116.dbp |
Methods in com.ltu.smd116.dbp that return HotSpotContainer | |
HotSpotContainer | DBHotSpot.getHotSpot(int x, int y, int floor) Get a hotspot given the position. |
HotSpotContainer | DBHotSpot.getHotSpot(int id) Get a hotspot given the id. |
Methods in com.ltu.smd116.dbp with parameters of type HotSpotContainer | |
void | DBHotSpot.addHotSpot(HotSpotContainer hs) Add a new hotspot. |
void | DBHotSpot.removeHotSpot(HotSpotContainer hs) Remove a HotSpot. |
void | DBHotSpot.updateHotSpot(HotSpotContainer hs) Updates the the hotspot in the db when you moved it. |
| ||||||||||
PREV NEXT | FRAMES NO FRAMES |