Uses of Class
net.ctdp.rfdynhud.gamedata.SupportedGames

Packages that use SupportedGames
net.ctdp.rfdynhud   
net.ctdp.rfdynhud.gamedata   
 

Uses of SupportedGames in net.ctdp.rfdynhud
 

Methods in net.ctdp.rfdynhud that return SupportedGames
 SupportedGames RFDynHUD.getGameId()
           
 

Uses of SupportedGames in net.ctdp.rfdynhud.gamedata
 

Fields in net.ctdp.rfdynhud.gamedata declared as SupportedGames
static SupportedGames __GameIDHelper.gameId
           
 

Methods in net.ctdp.rfdynhud.gamedata that return SupportedGames
 SupportedGames LiveGameData.getGameID()
           
static SupportedGames SupportedGames.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SupportedGames[] SupportedGames.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.ctdp.rfdynhud.gamedata with parameters of type SupportedGames
LiveGameData(SupportedGames gameId, GameResolution gameResolution, GameEventsManager eventsManager)
          Creates an instance of LiveGameData.