| ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FloorContainer | |
com.ltu.smd116.bl.boatmap | |
com.ltu.smd116.dbp |
Uses of FloorContainer in com.ltu.smd116.bl.boatmap |
Methods in com.ltu.smd116.bl.boatmap that return FloorContainer | |
FloorContainer | BLBoatMap.getFloor(int floor) Get a floor by floor number. |
Methods in com.ltu.smd116.bl.boatmap with parameters of type FloorContainer | |
void | BLBoatMap.drawFloor(Graphics g, int w, int h, FloorContainer fc) Draws a floor on a Graphics object. |
Uses of FloorContainer in com.ltu.smd116.dbp |
Methods in com.ltu.smd116.dbp that return FloorContainer | |
FloorContainer | DBFloor.getFloor(int floor) Get the data for a floor of the boat. |
Methods in com.ltu.smd116.dbp with parameters of type FloorContainer | |
void | DBFloor.addFloor(FloorContainer data) Add data for a floor of the boat. |
void | DBFloor.removeFloor(FloorContainer data) Remove a floor. |
void | DBFloor.updateFloor(FloorContainer data) Modify the data of a floor. |
| ||||||||||
PREV NEXT | FRAMES NO FRAMES |