A B C D E F G H I J K L M P R S T U W X Y

D

decreaseVolume(float) - Method in class jplay.Sound
Method responsible for decrease the volume.
delay(long) - Method in class jplay.Window
Delay the execution of the program.
deltaTime() - Method in class jplay.Window
Returns the time passed between the previous frame and the current frame.
DETECT_EVERY_PRESS - Static variable in class jplay.InputBase
This behavior is responsible for detected the pressing of the button or of the key while it's pressing.
DETECT_INITIAL_PRESS_ONLY - Static variable in class jplay.InputBase
Behavior responsible for only allowing the detection of the first press of the button or of the click, after that, It's necessary release the button or the key for the next detection.
DOWN_KEY - Static variable in class jplay.Keyboard
The direction key for under of the keyboard.
draw() - Method in class jplay.Animation
Draws the animtion on escreen.
draw() - Method in class jplay.GameImage
Draw an image on the screen.
draw() - Method in class jplay.Scene
Draws the scene on the screen.
draw(String) - Method in class jplay.Time
Draws a message before the time on the screen.
draw() - Method in class jplay.Time
Draws the time on the screen.
drawText(String, int, int, Color) - Method in class jplay.Window
Draws a message on the screen.
drawText(String, int, int, Color, Font) - Method in class jplay.Window
Draws a message on the screen.

A B C D E F G H I J K L M P R S T U W X Y