|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapItem | |
---|---|
map | This package implements the basic concept of a Map Grid divided into
Unit s that contain MapItem s. |
player | This package contains an Audioplayer to stream or play items from
the device itself or from the network. |
Uses of MapItem in map |
---|
Methods in map that return MapItem | |
---|---|
MapItem |
Grid.getMapItem(java.lang.Integer unitId,
boolean bRotate)
Gets a Map Item of a given Unit. |
Methods in map with parameters of type MapItem | |
---|---|
void |
Unit.addItem(MapItem item)
Adds an item to the itemList of the Unit |
Uses of MapItem in player |
---|
Methods in player with parameters of type MapItem | |
---|---|
void |
AudioPlayer.initPlayList(MapItem mapItem)
Inits the playlist with a single item |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |