A B C D E F G I K L R S U 

A

AlphaChannelNotSupportedException - Exception in biuoop
An exception that indicates that a color with an Alpha Channel is illegal
AlphaChannelNotSupportedException() - Constructor for exception biuoop.AlphaChannelNotSupportedException
 
AlphaChannelNotSupportedException(String) - Constructor for exception biuoop.AlphaChannelNotSupportedException
 
AlphaChannelNotSupportedException(String, Throwable) - Constructor for exception biuoop.AlphaChannelNotSupportedException
 
AlphaChannelNotSupportedException(Throwable) - Constructor for exception biuoop.AlphaChannelNotSupportedException
 

B

biuoop - package biuoop
A simplified graphical user interface package to be used in single threaded applications.

C

close() - Method in class biuoop.GUI
Close the window (same as clicking on the 'X', only with code)

D

DialogManager - Interface in biuoop
Dialog manager, in charge of opening dialog windows for interaction with the user.
DOWN_KEY - Static variable in interface biuoop.KeyboardSensor
A special value for the 'down' keyboard key.
drawCircle(int, int, int) - Method in interface biuoop.DrawSurface
Draw a circle (The edge only).
drawImage(int, int, Image) - Method in interface biuoop.DrawSurface
Draw an image.
drawLine(int, int, int, int) - Method in interface biuoop.DrawSurface
Draw a line between two points.
drawOval(int, int, int, int) - Method in interface biuoop.DrawSurface
Draw an oval (the edge only).
drawPolygon(Polygon) - Method in interface biuoop.DrawSurface
Draw the outline of a polygon
drawRectangle(int, int, int, int) - Method in interface biuoop.DrawSurface
Draw a rectangle (The edge only).
DrawSurface - Interface in biuoop
A surface you can draw on.
DrawSurfaceAlreadyRenderedException - Exception in biuoop
An exception that will be used when DrawSurface is not used according to the API.
DrawSurfaceAlreadyRenderedException() - Constructor for exception biuoop.DrawSurfaceAlreadyRenderedException
 
DrawSurfaceAlreadyRenderedException(String) - Constructor for exception biuoop.DrawSurfaceAlreadyRenderedException
 
DrawSurfaceAlreadyRenderedException(String, Throwable) - Constructor for exception biuoop.DrawSurfaceAlreadyRenderedException
 
DrawSurfaceAlreadyRenderedException(Throwable) - Constructor for exception biuoop.DrawSurfaceAlreadyRenderedException
 
DrawSurfaceAlreadyRenderedException(String, Throwable, boolean, boolean) - Constructor for exception biuoop.DrawSurfaceAlreadyRenderedException
 
drawText(int, int, String, int) - Method in interface biuoop.DrawSurface
Draw text.

E

ENTER_KEY - Static variable in interface biuoop.KeyboardSensor
A special value for the 'enter' keyboard key.

F

fillCircle(int, int, int) - Method in interface biuoop.DrawSurface
Draw a circle (The edge and fill).
fillOval(int, int, int, int) - Method in interface biuoop.DrawSurface
Draw an oval (The edge and fill).
fillPolygon(Polygon) - Method in interface biuoop.DrawSurface
Draw the fill of a polygon
fillRectangle(int, int, int, int) - Method in interface biuoop.DrawSurface
Draw a rectangle (The edge only).

G

getDialogManager() - Method in class biuoop.GUI
Get the dialog manager
getDrawSurface() - Method in class biuoop.GUI
Get a drawing surface to draw on.
getHeight() - Method in interface biuoop.DrawSurface
The height in pixels of the drawing surface.
getKeyboardSensor() - Method in class biuoop.GUI
Get the keyboard sensor.
getWidth() - Method in interface biuoop.DrawSurface
The width in pixels of the drawing surface.
GUI - Class in biuoop
A Graphical user interface window.
GUI(String, int, int) - Constructor for class biuoop.GUI
 

I

isPressed(String) - Method in interface biuoop.KeyboardSensor
Check if a keyboard key is pressed.

K

KeyboardSensor - Interface in biuoop
A sensor that provides information about what keyboard keys are pressed.

L

LEFT_KEY - Static variable in interface biuoop.KeyboardSensor
A special value for the 'left' keyboard key.

R

RETURN_KEY - Static variable in interface biuoop.KeyboardSensor
A special value for the 'return' keyboard key.
RIGHT_KEY - Static variable in interface biuoop.KeyboardSensor
A special value for the 'right' keyboard key.

S

setColor(Color) - Method in interface biuoop.DrawSurface
Set the color that will be used to draw from now on.
show(DrawSurface) - Method in class biuoop.GUI
Show the draw surface on the window.
showConfirmationDialog(String, String) - Method in interface biuoop.DialogManager
Show a confirmation message to the user with OK/Cancel buttons.
showErrorDialog(String, String) - Method in interface biuoop.DialogManager
Show an error message to the user.
Note: The code execution will pause until the user closes the dialog.
showInformationDialog(String, String) - Method in interface biuoop.DialogManager
Show an information message to the user.
showQuestionDialog(String, String, String) - Method in interface biuoop.DialogManager
Ask the user a question in a form of a pop up window,
Note: The code execution will pause until the user answers the question.
showWarningDialog(String, String) - Method in interface biuoop.DialogManager
Show a warning message to the user.
Note: The code execution will pause until the user closes the dialog.
showYesNoDialog(String, String) - Method in interface biuoop.DialogManager
Show a confirmation message to the user with Yes/No buttons.
Note: The code execution will pause until the user chooses an option
Sleeper - Class in biuoop
Helper class for pausing code execution.
Sleeper() - Constructor for class biuoop.Sleeper
 
sleepFor(long) - Method in class biuoop.Sleeper
Pause code execution for a number of milliseconds.
SPACE_KEY - Static variable in interface biuoop.KeyboardSensor
A special value for the 'space' keyboard key.

U

UP_KEY - Static variable in interface biuoop.KeyboardSensor
A special value for the 'up' keyboard key.
A B C D E F G I K L R S U 

Copyright © 2015. All rights reserved.