- decelerationValue - Variable in class net.stemkoski.bagel.Physics
-
Rate of speed reduction to apply when object is not accelerating.
- delay(double) - Static method in class net.stemkoski.bagel.ActionFactory
-
Create an Action that waits for a specified amount of time.
- deltaTime - Variable in class net.stemkoski.bagel.Game
-
amount of time that has passed since the last iteration of the game loop
- destroyOutsideScreen(double, double) - Static method in class net.stemkoski.bagel.ActionFactory
-
Create an Action that removes a Sprite if no portion of the Sprite remains
within the screen boundaries.
- draw(GraphicsContext) - Method in class net.stemkoski.bagel.Entity
-
Render this Entity to a canvas.
- draw(GraphicsContext) - Method in class net.stemkoski.bagel.Group
-
Render all Entity objects in this collection to a canvas.
- draw(GraphicsContext) - Method in class net.stemkoski.bagel.Label
-
Render this text to a canvas used specified parameters.
- draw(GraphicsContext) - Method in class net.stemkoski.bagel.Sprite
-
Render this sprite to a canvas using specified parameters
- draw(GraphicsContext) - Method in class net.stemkoski.bagel.TileMap
-