A B C D F G H I K L M P R S U

G

getByteArrayFromURL(String) - Static method in class io.HttpHandler
Returns the stream from a successfull HTTP request
getColor() - Method in class map.MapPoint
Returns the color of the Map Point
getCurrentItemIndex() - Method in class player.AudioPlayer
Gets the position of the current item in the playlist
getCurrentSong() - Method in class player.AudioPlayer
Returns the name (song title) of the current song
getCurrentTime() - Method in class player.AudioPlayer
Gets the current time in [mm:ss]
getId() - Method in class map.Unit
Gets the id of the Unit
getItemList() - Method in class map.Unit
Gets the itemList of the Unit
getKeyAt(int) - Method in class dataholder.Properties
Gets the key of a property at a given index
getMapItem(Integer, boolean) - Method in class map.Grid
Gets a Map Item of a given Unit.
getMapItems(Integer) - Method in class map.Grid
Returns all Map Items of a given Unit.
getName() - Method in class map.MapItem
Gets the name of the item
getName() - Method in class map.Unit
Gets the name of the Unit
getPlayListLength() - Method in class player.AudioPlayer
Returns the number of items in a playlist
getPropertiesFromString(String) - Method in class manager.PropertyManager
Parses properties from a string and store them in the PropertyManager
getProperty(String) - Method in class dataholder.Properties
Gets the value of a property for a given key.
getProperty(String) - Method in class manager.PropertyManager
Returns the value of a property
getRecords() - Method in class io.RMSHandler
Enumerates through Record Store and store records in a Vector as String elements (e.g.: "map=gztan.png")
getRemoteServer() - Method in class player.AudioPlayer
 
getResourceSize(int) - Method in class io.RMSHandler
Returns the size of a resources
getResponseFromURL(String) - Static method in class io.HttpHandler
Returns the response from a successfull HTTP request as a string
getTrimmedName() - Method in class map.MapItem
Trims the name of the item (e.g.
getUnitId(int, int) - Method in class map.Grid
Returns the UnitId of a given row and column
getUnitId() - Method in class map.MapPoint
Returns the mapped Unit Id to the Map Point
getUNITS_X() - Method in class map.Grid
Gets the number of columns of the Grid
getUNITS_Y() - Method in class map.Grid
Gets the number of rows of the Grid
getValueAt(int) - Method in class dataholder.Properties
Gets the value of a property at a given index
getX() - Method in class map.MapPoint
Returns the x-axis value in pixels
getY() - Method in class map.MapPoint
Returns the y-axis value in pixels
Grid - Class in map
A Grid is divided into a set of Units.
Grid(String) - Constructor for class map.Grid
Inits the Grid in building the Unit HashTable that holds UnitIds (Integer Objects) as a key with the corresponding Unit as value

A B C D F G H I K L M P R S U