- incrementCursorXPosition() - Method in class fr.enssat.BoulderDash.models.LevelModel
-
Increaments the cursor position X value
- incrementCursorYPosition() - Method in class fr.enssat.BoulderDash.models.LevelModel
-
Increaments the cursor position Y value
- incrementScore() - Method in class fr.enssat.BoulderDash.models.GameInformationModel
-
Increments the score & notify observers
- incrementScore() - Method in class fr.enssat.BoulderDash.models.LevelModel
-
Increments the user score
- InformationPanel - Class in fr.enssat.BoulderDash.views
-
InformationPanel
Information panel element.
- InformationPanel(LevelModel) - Constructor for class fr.enssat.BoulderDash.views.InformationPanel
-
Class constructor
- isAnimate() - Method in class fr.enssat.BoulderDash.models.DisplayableElementModel
-
Gets the 'animate' value
- isCollisionDone() - Method in class fr.enssat.BoulderDash.models.RockfordModel
-
Gets whether Rockford collision has been handled or not
- isConvertible() - Method in class fr.enssat.BoulderDash.models.DisplayableElementModel
-
Gets the convertible value of the object
- isDestructible() - Method in class fr.enssat.BoulderDash.models.DisplayableElementModel
-
Gets the 'destructible' value
- isFalling() - Method in class fr.enssat.BoulderDash.models.DisplayableElementModel
-
Gets the falling state of the object
- isGameRunning() - Method in class fr.enssat.BoulderDash.models.LevelModel
-
tells if the game is running
- isImpactExplosive() - Method in class fr.enssat.BoulderDash.models.DisplayableElementModel
-
Gets the 'impact explosive' value
- isMoving() - Method in class fr.enssat.BoulderDash.models.DisplayableElementModel
-
Gets the 'moving' value
- isRockfordInModel() - Method in class fr.enssat.BoulderDash.models.LevelModel
-
Return whether rockford is in model or not
Notice: not optimized, be careful
- isRunningDown() - Method in class fr.enssat.BoulderDash.models.RockfordModel
-
Gets whether Rockford is running down or not
- isRunningLeft() - Method in class fr.enssat.BoulderDash.models.RockfordModel
-
Gets whether Rockford is running to the left or not
- isRunningRight() - Method in class fr.enssat.BoulderDash.models.RockfordModel
-
Gets whether Rockford is running to the right or not
- isRunningUp() - Method in class fr.enssat.BoulderDash.models.RockfordModel
-
Gets whether Rockford is running up or not
- isRunningUpOrDown() - Method in class fr.enssat.BoulderDash.models.RockfordModel
-
Gets whether Rockford is running up or down, or not
- isStaying() - Method in class fr.enssat.BoulderDash.models.RockfordModel
-
Gets whether Rockford is standing still or not