Index
All Classes|All Packages
D
- D - fr.r1r0r0.deltaengine.model.engines.utils.Key
- DEFAULT_DIMENSION - Static variable in class fr.r1r0r0.deltaengine.model.Dimension
-
Default dimension
- DEFAULT_FRAME_RATE - Static variable in class fr.r1r0r0.deltaengine.model.engines.KernelEngine
- DEFAULT_SCALE - Static variable in class fr.r1r0r0.deltaengine.model.Scale
- DEFAULT_SCALE_X - Static variable in class fr.r1r0r0.deltaengine.model.Scale
-
Default scale scale is sometime useful for mirroring for example dimension could not be used for this as they have to be positive
- DEFAULT_SCALE_Y - Static variable in class fr.r1r0r0.deltaengine.model.Scale
- DEFAULT_WALL_COLOR - Static variable in class fr.r1r0r0.deltaengine.model.elements.cells.default_cells.Wall
- defaultCellBuilder - Variable in class fr.r1r0r0.deltaengine.model.maplevel.MapLevelBuilder
- DeltaEngine - Class in fr.r1r0r0.deltaengine.model.engines
-
Launcher of the Engine, allows to initialize the Engine, and returns the KernelEngine when needed
- DeltaEngine() - Constructor for class fr.r1r0r0.deltaengine.model.engines.DeltaEngine
- Dialog - Class in fr.r1r0r0.deltaengine.tools.dialog
-
Utility class usable to show simple dialog alert
This class is a fork from the original class here : https://github.com/Airels/HeroManager/blob/master/src/main/java/fr/univ_amu/heromanager/utils/gui/Dialog.java - Dialog(DialogType, String, String, String) - Constructor for class fr.r1r0r0.deltaengine.tools.dialog.Dialog
-
Constructor of this class, who allows to init desired dialog
- Dialog(String, String) - Constructor for class fr.r1r0r0.deltaengine.tools.dialog.Dialog
-
3rd constructor, used to create a busy wait dialog
- Dialog(String, String, Exception) - Constructor for class fr.r1r0r0.deltaengine.tools.dialog.Dialog
-
2nd constructor, used to show an error pop up with an exception.
- DialogType - Enum in fr.r1r0r0.deltaengine.tools.dialog
-
All types dialogues can be
- DialogType(Alert.AlertType) - Constructor for enum fr.r1r0r0.deltaengine.tools.dialog.DialogType
- dimension - Static variable in class fr.r1r0r0.deltaengine.model.elements.cells.Cell
- dimension - Variable in class fr.r1r0r0.deltaengine.model.elements.entity.EntityAttributes
- dimension - Variable in class fr.r1r0r0.deltaengine.model.elements.HUDElement
- Dimension - Class in fr.r1r0r0.deltaengine.model
-
Represent the 2D dimension of an elements, a rectangle, used for the graphic size and the hit-box
- Dimension(double, double) - Constructor for class fr.r1r0r0.deltaengine.model.Dimension
-
Constructor
- dimensionListeners - Variable in class fr.r1r0r0.deltaengine.model.elements.entity.EntityAttributes
- direction - Variable in class fr.r1r0r0.deltaengine.model.elements.entity.EntityAttributes
- Direction - Enum in fr.r1r0r0.deltaengine.model
-
Current directions.
- Direction(Coordinates<Integer>) - Constructor for enum fr.r1r0r0.deltaengine.model.Direction
-
Constructor
- directionListeners - Variable in class fr.r1r0r0.deltaengine.model.elements.entity.EntityAttributes
- doubleToInteger(Coordinates<Double>) - Static method in class fr.r1r0r0.deltaengine.model.Coordinates
- DOWN - fr.r1r0r0.deltaengine.model.Direction
All Classes|All Packages