Index

A B C D E F G H I J K L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values

G

gameBackGroundImages - Variable in class visuals.imageServers.ImageCache
 
gameController - Variable in class visuals.cubeFactories.BoxMaker
 
gameController - Variable in class visuals.effects.gameEffects.EasyEffects
 
gameController - Variable in class visuals.effects.gameEffects.HardEffects
 
gameController - Variable in class visuals.effects.gameEffects.MediumEffects
 
gameController - Variable in class visuals.gameModes.FXAbstractGameController
 
GameController - Class in controller
GameController handles communication between the Engine and the GUI
GameController(FXIGameController) - Constructor for class controller.GameController
Constructor for GameController
gameModeInfoTranslator(ImageView, ImageView, ImageView, ImageView, ImageView, ImageView, ImageView, ImageView, ImageView) - Method in class visuals.internationalization.ImageTranslator
 
gameModePane - Variable in class visuals.intro.Intro
 
gameModePane - Variable in class visuals.menu.Menu
 
gameOver - Variable in class visuals.gameModes.GameOverController
 
gameOver(boolean) - Method in class controller.GameController
sends the game over signal to the GUI
gameOver(boolean) - Method in interface controller.IGameController
 
gameOver(boolean) - Method in class visuals.gameModes.easy.FXEasyController
 
gameOver(boolean) - Method in interface visuals.gameModes.FXIGameController
 
gameOver(boolean) - Method in class visuals.gameModes.hard.FXHardController
 
gameOver(boolean) - Method in class visuals.gameModes.medium.FXMediumController
 
GameOverController - Class in visuals.gameModes
 
GameOverController() - Constructor for class visuals.gameModes.GameOverController
 
gameOverMenu(AnchorPane, AnchorPane, boolean) - Method in class visuals.gameModes.FXAbstractGameController
Method for initializing the game over menu
gameOverPane - Variable in class visuals.gameModes.GameOverController
 
gameOverRoot - Variable in class visuals.gameModes.GameOverController
 
gameRoot - Variable in class visuals.gameModes.easy.FXEasyController
 
gameRoot - Variable in class visuals.gameModes.GameOverController
 
gameRoot - Variable in class visuals.gameModes.hard.FXHardController
 
gameRoot - Variable in class visuals.gameModes.medium.FXMediumController
 
gameZoomIn(double, double, double, double, ModeType) - Method in interface visuals.effects.menuEffects.IZoomInEffects
 
gameZoomIn(double, double, double, double, ModeType) - Method in class visuals.effects.menuEffects.ZoomInEffects
 
gameZoomOut(double, double, double, double, ModeType) - Method in interface visuals.effects.menuEffects.IZoomOutEffects
 
gameZoomOut(double, double, double, double, ModeType) - Method in class visuals.effects.menuEffects.ZoomOutEffects
 
gaussianBlur - Variable in class visuals.gameModes.GameOverController
 
getAccount() - Method in class database.dao.AccountDAOTest
 
getAccount() - Method in class model.User
Getter for the account
getAccount() - Method in class model.UserTest
 
getAccount(Long) - Method in class database.dao.AccountDAO
finds an account by id
getAccount(Long) - Method in interface database.dao.IAccountDAO
 
getAccountByName() - Method in class database.dao.AccountDAOTest
 
getAccountByName(String) - Method in class database.dao.AccountDAO
finds an account by name
getAccountByName(String) - Method in interface database.dao.IAccountDAO
 
getAccountByNameAndPassword(String, String) - Method in class database.dao.AccountDAO
finds an account by name and password
getAccountByNameAndPassword(String, String) - Method in interface database.dao.IAccountDAO
 
getAccountid() - Method in class database.entity.Account
Getter for accountid
getAccountid() - Method in class database.entity.AccountTest
 
getAccountid() - Method in class database.entity.Leaderboard
Getter for accountid
getAccountid(Account) - Method in class database.entity.Leaderboard
Setter for accountid
getAccountScores() - Method in class database.dao.LeaderboardDAOTest
 
getAccountScores(Long) - Method in interface database.dao.ILeaderboardDAO
 
getAccountScores(Long) - Method in class database.dao.LeaderboardDAO
selects top 100 scores sorted by points, then time
getAccountScoresByDifficulty() - Method in class database.dao.LeaderboardDAOTest
 
getAccountScoresByDifficulty(Long, ModeType) - Method in interface database.dao.ILeaderboardDAO
 
getAccountScoresByDifficulty(Long, ModeType) - Method in class database.dao.LeaderboardDAO
selects top 100 scores of select account and difficulty
getActive(int) - Method in class controller.GameController
 
getActive(int) - Method in interface controller.IGameController
 
getActiveState() - Method in class visuals.cubeFactories.BoxMaker
Returns the value of the isActive field.
getAllAccounts() - Method in class database.dao.AccountDAO
finds all accounts
getAllAccounts() - Method in class database.dao.AccountDAOTest
 
getAllAccounts() - Method in interface database.dao.IAccountDAO
 
getBox() - Method in class visuals.cubeFactories.BoxMaker
 
getCurrentScore() - Method in class controller.GameController
 
getCurrentScore() - Method in interface controller.IGameController
 
getDifficulty() - Method in class controller.GameController
returns the difficulty of the game
getDifficulty() - Method in interface controller.IGameController
 
getDifficulty() - Method in class database.entity.Leaderboard
Getter for difficulty
getDifficulty() - Method in class model.Score
getter for difficulty
getDifficulty() - Method in class model.ScoreTest
 
getEasyCache() - Method in class visuals.imageServers.ImageCache
returns images for the easy game mode
getEasyComp() - Method in class visuals.imageServers.ImageCache
Background images specfic to easuy mode
getEasyScores() - Method in class model.WorldScores
getter for the easyScores
getFetchAddScores() - Method in class model.UserTest
 
getGameBackGroundCache() - Method in class visuals.imageServers.ImageCache
returns background images for gamemodes
getGrade() - Method in class controller.GameController
returns the grade of the game
getGrade() - Method in interface controller.IGameController
 
getGrade() - Method in class model.Score
getter for grade
getGrade() - Method in class model.ScoreTest
 
getHardCache() - Method in class visuals.imageServers.ImageCache
returns images for the hard game mode
getHardComp() - Method in class visuals.imageServers.ImageCache
Background images specfic to hard mode
getHardScores() - Method in class model.WorldScores
getter for the hardScores
getHint() - Method in class model.Engine
 
getHint() - Method in interface model.IEngine
 
getI() - Method in class model.Timer1
 
getIdNumber() - Method in interface model.IMemoryObject
 
getIdNumber() - Method in class model.MemoryObject
Returns the id of the memory object.
getInstance() - Static method in class database.datasource.SqlJpaConn
Singleton constructor, which creates the entitymanager if it doesn't exist or returns it if it already exists.
getInstance() - Static method in class model.User
getInstance method for the User class.
getInstance() - Method in class model.UserTest
 
getInstance() - Static method in class model.WorldScores
Returns the singleton instance of the WorldScores class
getInstance() - Static method in class visuals.audio.AudioMemory
returns the instance of the AudioMemory
getInstance() - Static method in class visuals.effects.menuEffects.BurningSun
 
getInstance() - Static method in class visuals.imageServers.ImageCache
Returns the instance of the class.
getInstance() - Static method in class visuals.menu.IntroOn
 
getInstance() - Static method in class visuals.Navigaattori
Returns instance of the singleton
getInstance_shouldReturnEntityManager() - Method in class database.datasource.SqlJpaConnTest
 
getIntroOn() - Method in class visuals.menu.IntroOn
 
getLocale() - Static method in class visuals.internationalization.JavaFXInternationalization
 
getMediumCache() - Method in class visuals.imageServers.ImageCache
returns images for the medium game mode
getMediumComp() - Method in class visuals.imageServers.ImageCache
Background images specfic to medium mode
getMediumScores() - Method in class model.WorldScores
getter for the mediumScores
getMemoryObjectsList() - Method in class model.Engine
Gets memory objects list.
getMenuCache() - Method in class visuals.imageServers.ImageCache
returns images for the main menu
getPassword() - Method in class database.entity.Account
Getter for password
getPassword() - Method in class database.entity.AccountTest
 
getPoints() - Method in class database.entity.Leaderboard
Getter for points
getPoints() - Method in class model.Score
getter for points
getPoints() - Method in class model.ScoreTest
 
getScoreid() - Method in class database.entity.Leaderboard
Getter for scoreid
getScoreid() - Method in class model.Score
getter for scoreid
getScoreid() - Method in class model.ScoreTest
 
getScores() - Method in class model.Scoreboard
Returns the list of scores
getScores() - Method in class model.ScoreboardTest
 
getScores(ModeType) - Method in class model.User
Getter for the personal scores.
getScoresRaw() - Method in class controller.ScoreControllerTest
 
getScoresRaw(ModeType) - Method in interface controller.IScoreController
get raw Score-objects.
getScoresRaw(ModeType) - Method in class controller.ScoreController
get raw Score-objects.
getTime() - Method in class database.entity.Leaderboard
Getter for time
getTime() - Method in class model.Score
getter for time
getTime() - Method in class model.ScoreTest
 
getTime(int) - Method in class visuals.gameModes.FXAbstractGameController
 
getTime(int) - Method in interface visuals.gameModes.FXIGameController
 
getTime(int) - Method in class visuals.gameModes.hard.FXHardController
 
getTime(int) - Method in class visuals.gameModes.medium.FXMediumController
 
getTimerTime() - Method in class model.Engine
 
getTimestamp() - Method in class database.entity.Leaderboard
Getter for timestamp
getTimestamp() - Method in class model.Score
getter for timestamp
getTopFivePersonalScores() - Method in class controller.ScoreControllerTest
 
getTopFivePersonalScores(ModeType) - Method in interface controller.IScoreController
returns the personal scores for the given difficulty formatted for gui
getTopFivePersonalScores(ModeType) - Method in class controller.ScoreController
returns the personal scores for the given difficulty formatted for gui
getTopFiveScores() - Method in class controller.ScoreControllerTest
 
getTopFiveScores(ModeType) - Method in interface controller.IScoreController
returns the scores for the given difficulty formatted for gui
getTopFiveScores(ModeType) - Method in class controller.ScoreController
returns the scores for the given difficulty formatted for gui
getTotalScore() - Method in class model.Engine
Getter for the total score.
getTotalScore() - Method in interface model.IEngine
 
getTotalSteps() - Method in class visuals.internationalization.InternationalizationController
 
getType() - Method in class model.Engine
 
getType() - Method in interface model.IEngine
 
getTypeId() - Method in interface model.IMemoryObject
 
getTypeId() - Method in class model.MemoryObject
Returns the type id of the memory object.
getUserId() - Method in class model.User
Getter for the userId
getUsername() - Method in interface controller.IUserController
returns the username of the logged-in user
getUsername() - Method in class controller.UserController
returns the username of the logged in user
getUsername() - Method in class controller.UserControllerTest
 
getUsername() - Method in class database.entity.Account
Getter for username
getUsername() - Method in class database.entity.AccountTest
 
getUsername() - Method in class model.Score
getter for username
getUsername() - Method in class model.ScoreTest
 
getUsername() - Method in class model.User
Getter for the username
getUsername() - Method in class model.UserTest
 
getUserScores(ModeType) - Method in class controller.ChartController
 
getUserScores(ModeType) - Method in interface controller.IChartController
 
getUserScoresRaw() - Method in class controller.ScoreControllerTest
 
getUserScoresRaw(ModeType) - Method in interface controller.IScoreController
get raw Score-objects.
getUserScoresRaw(ModeType) - Method in class controller.ScoreController
 
getUserTime(ModeType) - Method in class controller.ChartController
 
getUserTime(ModeType) - Method in interface controller.IChartController
 
getWorldScores(ModeType) - Method in class controller.ChartController
 
getWorldScores(ModeType) - Method in interface controller.IChartController
 
glow - Variable in class visuals.effects.commonHovers.Hovers
 
glowHint(int) - Method in class visuals.gameModes.FXAbstractGameController
 
glowHint(int) - Method in interface visuals.gameModes.FXIGameController
 
glowHint(int) - Method in class visuals.gameModes.hard.FXHardController
 
glowingBorder - Variable in class visuals.internationalization.InternationalizationController
 
glowLine - Variable in class visuals.effects.menuEffects.MenuLayoutEffects
 
grade - Variable in class model.Score
Grade of the score
Grader - Class in model
Helper class for calculating the score and grading a game.
Grader() - Constructor for class model.Grader
 
GraderTest - Class in model
 
GraderTest() - Constructor for class model.GraderTest
 
groupFour - Variable in class visuals.intro.Intro
 
gui - Variable in class visuals.cubeFactories.HardCubeFactory
 
gui - Variable in class visuals.cubeFactories.MediumCubeFactory
 
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values