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

A

a - Variable in class jyz.color_t
The alpha component of the color.
active_windows - Static variable in class jyz.window_t
The number of YZ windows in existence (at least in THIS VM).
AddBrick(TetrisBrick) - Method in class jyz.test.tetrisws.tetrisws
 
addEvent(event_t) - Method in class jyz.window_t
Adds an event to the queue.
ALPHATEST - Static variable in class jyz.test.main
 
amorpho - class jyz.test.amorpho.
Silly polygon demo.
AMORPHO - Static variable in class jyz.test.main
 
amorpho() - Constructor for class jyz.test.amorpho
 
APPLET_HEIGHT - Variable in class jyz.test.snakes.Snake
 
APPLET_WIDTH - Variable in class jyz.test.snakes.Snake
 
ascii - Variable in class jyz.event_t
If the event is a keypress and the key is not a function key, this is the character pressed.
atchoo - class jyz.test.atchoo.
atchoo draws...I don't know what.
ATCHOO - Static variable in class jyz.test.main
 
atchoo() - Constructor for class jyz.test.atchoo
 
awaken() - Method in class jyz.test.demo
 

B

b - Variable in class jyz.color_t
The blue component of the color.
backspace() - Method in class jyz.test.termem
 
bgcolor - Variable in class jyz.window_t
Color object indicating what color the background is.
bigendian - Variable in class jyz.util.RawImageReader
Whether or not the image is big-endian.
black - Static variable in class jyz.color_t
The color black.
BLOCK_HEIGHT - Static variable in class jyz.test.nibbles.nibbles
 
BLOCK_WIDTH - Static variable in class jyz.test.nibbles.nibbles
 
blocks - Variable in class jyz.test.tetrisws.tetrisws
 
blocksHigh - Static variable in class jyz.test.tetrisws.tetrisws
 
blockSize - Static variable in class jyz.test.tetrisws.tetrisws
 
blocksWide - Static variable in class jyz.test.tetrisws.tetrisws
 
bluecircle(int, int) - Method in class jyz.test.c4
 
bluemove(int) - Method in class jyz.test.c4
 
board - Variable in class jyz.test.c4
 
board - Variable in class jyz.test.TicTacToe
 
board - Variable in class jyz.test.squares
 
board - Variable in class jyz.test.samegame
 
board - Variable in class jyz.test.nibbles.nibbles
 
BOLD - Static variable in class jyz.font_t
Specifies bold text.
bounds - Variable in class jyz.window_t
The rectangle of the window.
bufferSize - Variable in class jyz.util.RawImageReader
The size of the buffer to allocate.
button - Variable in class jyz.event_t
If the event involves a button press, this indicates which button.
byhowmany - Variable in class jyz.test.c4
 
byteCount - Variable in class jyz.util.RawImageReader
How many bytes we should read.
bytesWidth(byte[], int, int) - Method in class jyz.fontmetrics_t
Returns the total advance width for showing the specified array of bytes in this Font.

C

c4 - class jyz.test.c4.
The classic Connect-Four game.
C4 - Static variable in class jyz.test.main
 
c4() - Constructor for class jyz.test.c4
 
calculatescore(int) - Method in class jyz.test.squares
 
canvas - Variable in class jyz.window_t
The canvas that YZ uses to convey whatever the client drew.
canvaslisten - Variable in class jyz.window_t
Listens for events on the canvas, such as component movements and resizes.
cascent - Variable in class jyz.test.termem
 
cats_game() - Method in class jyz.test.TicTacToe
 
changeSleepControl(Object) - Method in class jyz.test.demo
 
CHAR_UNDEFINED - Static variable in class jyz.keycodes
KEY_PRESSED and KEY_RELEASED events which do not map to a valid Unicode character use this for the keyChar value.
charsWidth(char[], int, int) - Method in class jyz.fontmetrics_t
Returns the total advance width for showing the specified array of characters in this Font.
charWidth(char) - Method in class jyz.fontmetrics_t
Returns the advance width of the specified character in this Font.
charWidth(int) - Method in class jyz.fontmetrics_t
Returns the advance width of the specified character in this Font.
check_for_wins() - Method in class jyz.test.samegame
 
check_victory_condition() - Method in class jyz.test.TicTacToe
 
checkforwins() - Method in class jyz.test.c4
 
cheight - Variable in class jyz.test.termem
 
clear_board() - Method in class jyz.test.TicTacToe
 
clear_tiles() - Method in class jyz.test.samegame
 
clickedX - Variable in class jyz.test.snakes.Snake
 
clickedY - Variable in class jyz.test.snakes.Snake
 
code - Variable in class jyz.event_t
If the event is a keypress, this is the raw keyboard code.
codebase - Static variable in class jyz.test.demo
 
color - Variable in class jyz.pen_t
The color of this pen.
color - Variable in class jyz.test.samegame
 
color - Variable in class jyz.test.tetrisws.TetrisBrick
 
COLOR_CONV_FACTOR - Variable in class jyz.color_t
The conversion factor between color_t and Color.
color_t - class jyz.color_t.
color_t is a class that describes a color in YZ.
color_t() - Constructor for class jyz.color_t
Create the color black.
color_t(Color) - Constructor for class jyz.color_t
Create a color from a Java AWT Color object.
color_t(int, int, int) - Constructor for class jyz.color_t
Create a color with the given red, green, blue components.
color_t(int, int, int, int) - Constructor for class jyz.color_t
Create a color with the given red, green, blue and alpha components.
colors - Static variable in class jyz.test.nibbles.nibbles
 
COLS - Static variable in class jyz.test.nibbles.nibbles
 
commonWindowInit() - Method in class jyz.window_t
Initialize the window and all YZ data.
computer - Variable in class jyz.test.c4
 
currentBricks - Variable in class jyz.test.tetrisws.tetrisws
 
currentSnakeTail - Variable in class jyz.test.snakes.Snake
 
cursor - Variable in class jyz.window_t
The window's cursor.
CURSOR - Static variable in class jyz.test.main
 
cursor_t - class jyz.cursor_t.
cursor_t is a class that describes a mouse cursor in YZ.
cursor_t(int) - Constructor for class jyz.cursor_t
Create a cursor with the specified type.
cursor_t(int, int, int, int, color_t[]) - Constructor for class jyz.cursor_t
Create a custom cursor from the specified color data and cursor data.
CUSTOM_CURSOR - Static variable in class jyz.cursor_t
A custom cursor.
cwidth - Variable in class jyz.test.termem
 

D

data - Variable in class jyz.cursor_t
An array of colors describing this cursor.
dblbuff - Variable in class jyz.yzCanvas
The buffer that window contents are drawn on.
dblbuff - Variable in class jyz.window_t
The buffer on which the window data is stored.
DEFAULT_CURSOR - Static variable in class jyz.cursor_t
The default cursor.
demo - class jyz.test.demo.
A base for the demos.
demo() - Constructor for class jyz.test.demo
 
demos - Variable in class jyz.test.main
 
depth - Variable in class jyz.util.RawImageReader
Color depth of the image
deselect_all() - Method in class jyz.test.samegame
 
destroy() - Method in class jyz.test.main
 
die() - Method in class jyz.test.demo
 
do_a_move() - Method in class jyz.test.TicTacToe
 
do_checkforwins(int, int) - Method in class jyz.test.c4
 
do_reset - Variable in class jyz.test.c4
 
do_reset - Variable in class jyz.test.TicTacToe
 
do_reset - Variable in class jyz.test.squares
 
do_reset - Variable in class jyz.test.samegame
 
docubase - Static variable in class jyz.test.demo
 
DoEvent(event_t) - Method in class jyz.test.tetrisws.tetrisws
 
dot(double, double) - Method in class jyz.test.atchoo
 
dot(int, int, int, int, int) - Method in class jyz.test.squares
 
draw_o(int) - Method in class jyz.test.TicTacToe
 
draw_x(int) - Method in class jyz.test.TicTacToe
 
drawboard() - Method in class jyz.test.c4
 
dumpBlocks() - Method in class jyz.test.tetrisws.tetrisws
 
dumpBrick(TetrisBrick) - Method in class jyz.test.tetrisws.tetrisws
 
dx - Variable in class jyz.test.nibbles.nibbles
 
dy - Variable in class jyz.test.nibbles.nibbles
 

E

equals(color_t) - Method in class jyz.color_t
Determines if a color_t is identical to this one.
eraseBlock(Segment) - Method in class jyz.test.nibbles.nibbles
 
eraseSnake(LinkedList, int) - Method in class jyz.test.nibbles.nibbles
 
evalboard() - Method in class jyz.test.c4
 
event_t - class jyz.event_t.
event_t is a class that describes an event in YZ.
event_t() - Constructor for class jyz.event_t
Create an idle event.
event_t(int) - Constructor for class jyz.event_t
Create an event with the specified type.
event_t(int, char, boolean, int) - Constructor for class jyz.event_t
Create an event with the specified type.
event_t(int, int, int) - Constructor for class jyz.event_t
Create an event with the specified type.
event_t(int, short, int, int) - Constructor for class jyz.event_t
Create an event with the specified type.
eventflags - Variable in class jyz.window_t
An array of flags indicating which events we ought to listen for.
events - Variable in class jyz.window_t
All events which have shown up.

F

fbss - class jyz.test.fbss.
w.
FBSS - Static variable in class jyz.test.main
 
fbss() - Constructor for class jyz.test.fbss
 
FEATURE_ANTI_ALIASING - Static variable in class jyz.window_t
The feature describing anti-aliased drawing
FillBrick(TetrisBrick, color_t) - Method in class jyz.test.tetrisws.tetrisws
 
finalize() - Method in class jyz.window_t
Unregister the window and delete ourselves.
FindLines() - Method in class jyz.test.tetrisws.tetrisws
 
fm - Variable in class jyz.fontmetrics_t
 
font - Variable in class jyz.window_t
The font of this window.
font_name - Variable in class jyz.font_t
The name of the font.
font_t - class jyz.font_t.
font_t is a class that describes a font in YZ.
font_t(String, int, int) - Constructor for class jyz.font_t
Create a font with the specified name, style and size.
fontmetrics_t - class jyz.fontmetrics_t.
The fontmetrics_t class defines a font metrics object, which encapsulates information about the rendering of a particular font on a particular screen.
fontmetrics_t(FontMetrics) - Constructor for class jyz.fontmetrics_t
Create a fontmetrics_t from a given AWT FontMetrics object.
fractal - class jyz.test.fractal.
 
FRACTAL - Static variable in class jyz.test.main
 
fractal() - Constructor for class jyz.test.fractal
 
frame - Variable in class jyz.window_t
The AWT frame.
frameCount - Variable in class jyz.test.snakes.Snake
 
frand() - Method in class jyz.test.atchoo
 

G

g - Variable in class jyz.color_t
The green component of the color.
gDone - Variable in class jyz.test.tetrisws.tetrisws
 
getAscent() - Method in class jyz.fontmetrics_t
Determines the font ascent of the Font described by this FontMetrics object.
getBlockDatabase(String) - Method in class jyz.test.tetrisws.tetrisws
 
getColor() - Method in class jyz.color_t
Converts this color_t object to a Java AWT Color object.
getColorInt() - Method in class jyz.color_t
Return the color as a 32-bit integer in format RGBA (R is at the LSB, A is the MSB).
getCursor() - Method in class jyz.cursor_t
Convert the cursor into a Java AWT cursor.
getDescent() - Method in class jyz.fontmetrics_t
Determines the font descent of the Font described by this FontMetrics object.
getFont() - Method in class jyz.font_t
Convert font_t to java.awt.Font.
GetHead() - Method in class jyz.test.snakes.Snake
 
getHeight() - Method in class jyz.fontmetrics_t
Gets the standard height of a line of text in this font.
getImage(String) - Static method in class jyz.test.main
 
getKeyModifiersText(int) - Static method in class jyz.keycodes
Returns a String describing the modifier key(s), such as "Shift", or "Ctrl+Shift".
getKeyText(int) - Static method in class jyz.keycodes
Returns a String describing the keyCode, such as "HOME", "F1" or "A".
getLeading() - Method in class jyz.fontmetrics_t
Determines the standard leading of the Font described by this FontMetrics object.
getMaxAdvance() - Method in class jyz.fontmetrics_t
Gets the maximum advance width of any character in this Font.
getMaxAscent() - Method in class jyz.fontmetrics_t
Determines the maximum ascent of the Font described by this FontMetrics object.
getMaxCharBounds(Graphics) - Method in class jyz.fontmetrics_t
Returns the bounds for the character with the maximum bounds in the specified Graphics context.
getMaxDescent() - Method in class jyz.fontmetrics_t
Determines the maximum descent of the Font described by this FontMetrics object.
getStringBounds(char[], int, int, Graphics) - Method in class jyz.fontmetrics_t
Returns the bounds of the specified array of characters in the specified Graphics context.
getStringBounds(String, Graphics) - Method in class jyz.fontmetrics_t
Returns the bounds of the specified String in the specified Graphics context.
getStringBounds(String, int, int, Graphics) - Method in class jyz.fontmetrics_t
Returns the bounds of the specified String in the specified Graphics context.
getWidths() - Method in class jyz.fontmetrics_t
Gets the advance widths of the first 256 characters in the Font.
GetX() - Method in class jyz.test.nibbles.Segment
 
GetX() - Method in class jyz.test.snakes.Link
 
GetY() - Method in class jyz.test.nibbles.Segment
 
GetY() - Method in class jyz.test.snakes.Link
 
GIFTEST - Static variable in class jyz.test.main
 
goSleepy - Variable in class jyz.test.demo
 
grafix - Variable in class jyz.window_t
The object used to draw thinsg on the image buffer.

H

H_FUDGE - Static variable in class jyz.window_t
initial window height fudge factor--if the user wants a 400x300 window, we have to add some extra Y to the height parameter sent to the Frame constructor so that the canvas actually ends up 300px tall.
h() - Method in class jyz.rect_t
Return the height of the rectangle.
happy - Variable in class jyz.test.penguin
 
hasUniformLineMetrics() - Method in class jyz.fontmetrics_t
Checks to see if the Font has uniform line metrics.
height - Variable in class jyz.rect_t
The height of the rectangle.
height - Variable in class jyz.cursor_t
The height of the cursor.
height - Variable in class jyz.util.RawImageReader
The height of the image.
HEIGHT - Variable in class jyz.test.atchoo
 
HEIGHT - Static variable in class jyz.test.squares
 
HEIGHT - Static variable in class jyz.test.samegame
 
highscore - Variable in class jyz.test.samegame
 
hotx - Variable in class jyz.cursor_t
The x component of the cursor's hot spot.
hoty - Variable in class jyz.cursor_t
The y component of the cursor's hot spot.

I

idle_event - Static variable in class jyz.window_t
Signifies that nothing is happening.
impl_data - Variable in class jyz.window_t
????
in - Variable in class jyz.util.RawImageReader
The stream containing the image.
init() - Method in class jyz.test.main
 
initBlocks() - Method in class jyz.test.tetrisws.tetrisws
 
initboard() - Method in class jyz.test.c4
 
initboard() - Method in class jyz.test.squares
 
initboard() - Method in class jyz.test.samegame
 
InitColors() - Method in class jyz.test.snakes.Snake
 
initDemos(String[]) - Method in class jyz.test.main
 
InitLinks() - Method in class jyz.test.snakes.Snake
 
isActionChar - Variable in class jyz.event_t
If the event is a keypress, indicates whether or not this is an action key.
isActionKey(int) - Static method in class jyz.keycodes
Returns whether or not the key in this event is an "action" key, as defined in Event.java.
isApp - Static variable in class jyz.test.demo
 
ITALIC - Static variable in class jyz.font_t
Specifies italicized text.

J

jyz - package jyz
Provides core JYZ services.
jyz.test - package jyz.test
Tests the JYZ framework.
jyz.test.nibbles - package jyz.test.nibbles
The Nibbles game from DOS 5.0
jyz.test.snakes - package jyz.test.snakes
CCN's Snake thing.
jyz.test.tetrisws - package jyz.test.tetrisws
A JYZ port of Woodley's tetrisws game.
jyz.util - package jyz.util
Provides third party functionality.

K

keyclick - class jyz.test.keyclick.
In this demo--type text then click, and it paints the text.
KEYCLICK - Static variable in class jyz.test.main
 
keyclick() - Constructor for class jyz.test.keyclick
 
keycodes - class jyz.keycodes.
event_t is a class that holds keyboard scan codes.
keycodes() - Constructor for class jyz.keycodes
 
keylisten - Variable in class jyz.window_t
Listens for key press events and dumps them in the event queue.
keysPressed - Variable in class jyz.window_t
The keycode of whatever key is pressed.

L

lastout - Variable in class jyz.test.termem
 
lines - class jyz.test.lines.
Stupid lines demo that draws ovals.
LINES - Static variable in class jyz.test.main
 
lines() - Constructor for class jyz.test.lines
 
Link - class jyz.test.snakes.Link.
 
Link() - Constructor for class jyz.test.snakes.Link
 
Link(int, int) - Constructor for class jyz.test.snakes.Link
 
loadLevel() - Method in class jyz.test.nibbles.nibbles
 
loadRawImage(InputStream, int, int, int, boolean, int) - Static method in class jyz.util.RawImageReader
Load a raw image from a file, given certain picture metadata.
loadRawImage(String, int, int, int, boolean, int) - Static method in class jyz.util.RawImageReader
Load a raw image from a file, given certain picture metadata.

M

mad - Variable in class jyz.test.penguin
 
main - class jyz.test.main.
Fires up all known JYZ demos.
main() - Constructor for class jyz.test.main
 
main(String[]) - Static method in class jyz.test.main
 
make_move(int) - Method in class jyz.test.TicTacToe
 
makeCopy() - Method in class jyz.test.tetrisws.TetrisBrick
 
makemove() - Method in class jyz.test.c4
 
makeNewCanvas(int, int, boolean) - Method in class jyz.window_t
Creates a canvas for JYZ methods to draw on.
MapToScreen(int, int) - Method in class jyz.test.snakes.Link
 
MAX_COLOR - Variable in class jyz.color_t
The maximum size of any color component in a Java AWT Color.
MAX_COLOR_INTERNAL - Variable in class jyz.color_t
The maximum size of any color component.
maxConcurrentBricks - Static variable in class jyz.test.tetrisws.tetrisws
 
microtime() - Method in class jyz.test.fbss
 
MOUSE_CLICK_STRING - Variable in class jyz.test.snakes.Snake
 
mouseDown - Variable in class jyz.test.snakes.Snake
 
mouselisten - Variable in class jyz.window_t
Listens for mouse press and mouse release events.
mousemotionlisten - Variable in class jyz.window_t
Listens for mouse movements.
mousemove - class jyz.test.mousemove.
Draws boxes if mouse btn up or line if mouse btn down.
MOUSEMOVE - Static variable in class jyz.test.main
 
mousemove() - Constructor for class jyz.test.mousemove
 
mousex - Variable in class jyz.event_t
If the event involves the mouse moving (move or drag), this is the x coordinate of the mouse.
mousey - Variable in class jyz.event_t
If the event involves the mouse moving (move or drag), this is the y coordinate of the mouse.
MoveBricks() - Method in class jyz.test.tetrisws.tetrisws
 
MoveTail() - Method in class jyz.test.snakes.Snake
 
movetime - Variable in class jyz.test.c4
 
movetime - Variable in class jyz.test.squares
 

N

name - Variable in class jyz.window_t
The name of the window.
navy - Static variable in class jyz.color_t
The color navy.
newline() - Method in class jyz.test.termem
 
newSnake(int, boolean) - Method in class jyz.test.nibbles.nibbles
 
next_window_id - Static variable in class jyz.window_t
The next window ID that will be assigned.
nibbles - class jyz.test.nibbles.nibbles.
Ye old DOS NIBBLES.BAS game.
NIBBLES - Static variable in class jyz.test.main
 
nibbles() - Constructor for class jyz.test.nibbles.nibbles
 
normal - Variable in class jyz.test.penguin
 
NormalizeAngle(float) - Method in class jyz.test.snakes.Snake
 
nPixels - Variable in class jyz.util.RawImageReader
The number of pixels to read.
NULL_CURSOR - Static variable in class jyz.cursor_t
The null (empty) cursor.
nullcursor - Static variable in class jyz.window_t
A blank cursor, used to hide the cursor.
num_selected - Variable in class jyz.test.samegame
 
NUM_SNAKES - Static variable in class jyz.test.nibbles.nibbles
 
numBlocks - Variable in class jyz.test.tetrisws.TetrisBrick
 
numBricks - Variable in class jyz.test.tetrisws.tetrisws
 
NUMDEMOS - Static variable in class jyz.test.main
 
numProtobricks - Variable in class jyz.test.tetrisws.tetrisws
 

O

offset - Variable in class jyz.util.RawImageReader
How many bytes to skip before reading image data.
OffsetBrick(TetrisBrick, int) - Method in class jyz.test.tetrisws.tetrisws
 
old_blocks - Variable in class jyz.test.tetrisws.tetrisws
 
out_char(char) - Method in class jyz.test.termem
 
out_num(int) - Method in class jyz.test.termem
 
out_string(String) - Method in class jyz.test.termem
 

P

paint() - Method in class jyz.test.snakes.Snake
 
paint(Graphics) - Method in class jyz.yzCanvas
 
paint(Graphics) - Method in class jyz.yzFrameCanvas
 
paintBlock(Segment, color_t) - Method in class jyz.test.nibbles.nibbles
 
paintReward(int, int) - Method in class jyz.test.nibbles.nibbles
 
paintSnakes() - Method in class jyz.test.nibbles.nibbles
 
paintState - Variable in class jyz.window_t
Flag to indicate whether or not to paint stuff on the window when a paint function is called.
paintWall(int, int) - Method in class jyz.test.nibbles.nibbles
 
paused - Variable in class jyz.test.nibbles.nibbles
 
pen - Variable in class jyz.window_t
The pen of this window.
pen_t - class jyz.pen_t.
pen_t is a class that describes a pen in YZ.
pen_t() - Constructor for class jyz.pen_t
Create a pen of thickness 1 and color black.
pen_t(float, color_t) - Constructor for class jyz.pen_t
Create a pen with the specified width and color.
penguin - class jyz.test.penguin.
Penguin.
PENGUIN - Static variable in class jyz.test.main
 
penguin() - Constructor for class jyz.test.penguin
 
PI - Variable in class jyz.test.snakes.Snake
 
placeReward() - Method in class jyz.test.nibbles.nibbles
 
PLAIN - Static variable in class jyz.font_t
Specifies plain text.
player - Variable in class jyz.test.c4
 
plotRandSafePoint() - Method in class jyz.test.nibbles.nibbles
 
point_size - Variable in class jyz.font_t
The point size of the font.
points - Variable in class jyz.test.tetrisws.TetrisBrick
 
points2angle(double, double, double, double) - Method in class jyz.test.atchoo
 
prepare() - Method in class jyz.util.RawImageReader
Prepare the stream for reading.
print_message() - Method in class jyz.test.TicTacToe
 
procIsDead - Variable in class jyz.test.termem
 
prototypeBricks - Variable in class jyz.test.tetrisws.tetrisws
 
pulse - Variable in class jyz.test.samegame
 

R

r - Variable in class jyz.color_t
The red component of the color.
RADIUS - Static variable in class jyz.test.squares
 
RADIUS - Static variable in class jyz.test.samegame
 
rand() - Method in class jyz.test.squares
 
rand() - Method in class jyz.test.samegame
 
rand() - Method in class jyz.test.tetrisws.tetrisws
 
rand(int) - Method in class jyz.test.penguin
 
RawImageReader - class jyz.util.RawImageReader.
RawImageReader reads in 24 bit RGB chunked images.
RawImageReader(InputStream, int, int, int, boolean, int) - Constructor for class jyz.util.RawImageReader
Create a raw image reader.
RAWTEST - Static variable in class jyz.test.main
 
readChunkyRGB() - Method in class jyz.util.RawImageReader
Read image data into an array of integers.
readImage() - Method in class jyz.util.RawImageReader
Actually performs the work of reading the image and creating an AWT image of it.
readPoint(String) - Method in class jyz.test.tetrisws.tetrisws
 
recalcSelection(event_t) - Method in class jyz.test.samegame
 
rect_t - class jyz.rect_t.
rect_t is a rectangle, with x, y, width and height.
rect_t(int, int, int, int) - Constructor for class jyz.rect_t
Create a rectangle with x, y, width and height.
rect_t(int, int, int, int, boolean) - Constructor for class jyz.rect_t
Create a rectangle with x1, y1, x2 and y2.
recursive_select(int, int) - Method in class jyz.test.samegame
 
redcircle(int, int) - Method in class jyz.test.c4
 
redmove(int) - Method in class jyz.test.c4
 
registerWindow(window_t) - Static method in class jyz.window_t
Registers a window with the YZ window registry.
remaining - Variable in class jyz.test.samegame
 
reward_color - Static variable in class jyz.test.nibbles.nibbles
 
RGB_CHUNKY - Static variable in class jyz.util.RawImageReader
Indicates that the picture is made of 24-bit RGB chunks.
RotateBrick(TetrisBrick) - Method in class jyz.test.tetrisws.tetrisws
 
ROWS - Static variable in class jyz.test.nibbles.nibbles
 
run() - Method in class jyz.test.fbss
 
run() - Method in class jyz.test.lines
 
run() - Method in class jyz.test.c4
 
run() - Method in class jyz.test.amorpho
 
run() - Method in class jyz.test.TicTacToe
 
run() - Method in class jyz.test.atchoo
 
run() - Method in class jyz.test.squares
 
run() - Method in class jyz.test.samegame
 
run() - Method in class jyz.test.keyclick
 
run() - Method in class jyz.test.fractal
 
run() - Method in class jyz.test.termem
 
run() - Method in class jyz.test.swoosh
 
run() - Method in class jyz.test.penguin
 
run() - Method in class jyz.test.mousemove
 
run() - Method in class jyz.test.nibbles.nibbles
 
run() - Method in class jyz.test.snakes.Snake
 
run() - Method in class jyz.test.tetrisws.tetrisws
 

S

samegame - class jyz.test.samegame.
Woodley's SameGame.
SAMEGAME - Static variable in class jyz.test.main
 
samegame() - Constructor for class jyz.test.samegame
 
score - Variable in class jyz.test.samegame
 
score - Variable in class jyz.test.tetrisws.tetrisws
 
scores - Variable in class jyz.test.squares
 
scores - Variable in class jyz.test.nibbles.nibbles
 
Segment - class jyz.test.nibbles.Segment.
 
Segment(int, int) - Constructor for class jyz.test.nibbles.Segment
 
segsToAdd - Variable in class jyz.test.nibbles.nibbles
 
select - Variable in class jyz.test.samegame
 
select_tiles(int, int) - Method in class jyz.test.samegame
 
setBuffer(BufferedImage) - Method in class jyz.yzCanvas
Change the window's image buffer.
setColor(Color) - Method in class jyz.color_t
Change the color to have the given red, green, blue and alpha components as the given Java AWT Color.
setColor(int, int, int) - Method in class jyz.color_t
Change the color to have the given red, green, blue components.
setColor(int, int, int, int) - Method in class jyz.color_t
Change the color to have the given red, green, blue and alpha components.
setCoordinates(int, int, int, int) - Method in class jyz.rect_t
Set the rectangle's coordinates to x1, y1, x2 and y2.
setInfoText(String) - Method in class jyz.test.nibbles.nibbles
 
setRectangle(int, int, int, int) - Method in class jyz.rect_t
Set the rectangle's coordinates to x1, y1, w and h.
setWidthHeight(int, int) - Method in class jyz.rect_t
Set the width and height of the rectangle.
setXY(int, int) - Method in class jyz.rect_t
Set the rectangle's coordinates to x and y.
size - Variable in class jyz.pen_t
The thickness of the pen.
sleepControl - Variable in class jyz.test.demo
 
sleepInterval - Static variable in class jyz.test.nibbles.nibbles
 
Snake - class jyz.test.snakes.Snake.
 
SNAKE_LENGTH - Variable in class jyz.test.snakes.Snake
 
SNAKE_SIZE - Variable in class jyz.test.snakes.Snake
 
SNAKE_SPEED - Variable in class jyz.test.snakes.Snake
 
Snake() - Constructor for class jyz.test.snakes.Snake
 
snake1angle - Variable in class jyz.test.snakes.Snake
 
snake1colors - Variable in class jyz.test.snakes.Snake
 
snake1links - Variable in class jyz.test.snakes.Snake
 
snake2angle - Variable in class jyz.test.snakes.Snake
 
snake2colors - Variable in class jyz.test.snakes.Snake
 
snake2links - Variable in class jyz.test.snakes.Snake
 
snakes - Variable in class jyz.test.nibbles.nibbles
 
SNAKES - Static variable in class jyz.test.main
 
spotsleft - Variable in class jyz.test.squares
 
squares - class jyz.test.squares.
Squares! In this game, you take turns putting pieces down, trying to form squares.
SQUARES - Static variable in class jyz.test.main
 
squares() - Constructor for class jyz.test.squares
 
SQUIGGLE_FACTOR - Variable in class jyz.test.snakes.Snake
 
STARFIELD - Static variable in class jyz.test.main
 
start() - Method in class jyz.test.main
 
stderr - Variable in class jyz.test.termem
 
stdin - Variable in class jyz.test.termem
 
stdout - Variable in class jyz.test.termem
 
stop() - Method in class jyz.test.main
 
stringWidth(String) - Method in class jyz.fontmetrics_t
Returns the total advance width for showing the specified String in this Font.
style - Variable in class jyz.font_t
The style of the font.
swoosh - class jyz.test.swoosh.
Swoosh, as found in the spec..
SWOOSH - Static variable in class jyz.test.main
 
swoosh() - Constructor for class jyz.test.swoosh
 

T

termem - class jyz.test.termem.
VERY broken winal emulator.
TERMEM - Static variable in class jyz.test.main
 
termem() - Constructor for class jyz.test.termem
 
TetrisBrick - class jyz.test.tetrisws.TetrisBrick.
Tetris game, courtesy of Woodley.
TetrisBrick() - Constructor for class jyz.test.tetrisws.TetrisBrick
 
tetrisws - class jyz.test.tetrisws.tetrisws.
Woodley's Tetris Game
TETRISWS - Static variable in class jyz.test.main
 
tetrisws() - Constructor for class jyz.test.tetrisws.tetrisws
 
textAlpha - Variable in class jyz.test.snakes.Snake
 
there_are_doubles() - Method in class jyz.test.samegame
 
thick_line(int, int, int, int) - Method in class jyz.test.squares
 
thud() - Method in class jyz.test.demo
 
TicTacToe - class jyz.test.TicTacToe.
The classic Tic Tac Toe game.
TicTacToe() - Constructor for class jyz.test.TicTacToe
 
time(int) - Method in class jyz.test.tetrisws.tetrisws
 
timer - Variable in class jyz.test.snakes.Snake
 
TOP_MARGIN - Static variable in class jyz.test.c4
 
TOP_MARGIN - Static variable in class jyz.test.squares
 
TOP_MARGIN - Static variable in class jyz.test.samegame
 
TOP_MARGIN - Static variable in class jyz.test.nibbles.nibbles
 
toString() - Method in class jyz.fontmetrics_t
Returns a representation of this FontMetrics object's values as a String.
toString() - Method in class jyz.color_t
Return the string representation of this color.
TTT - Static variable in class jyz.test.main
 
type - Variable in class jyz.event_t
The type of the event.
type - Variable in class jyz.cursor_t
The type of this cursor.

U

unregisterWindow(window_t) - Static method in class jyz.window_t
Removes a window with the YZ window registry.
update - Variable in class jyz.test.samegame
 
update_text() - Method in class jyz.test.squares
 
update_text() - Method in class jyz.test.samegame
 
update_tiles() - Method in class jyz.test.samegame
 
Update() - Method in class jyz.test.tetrisws.tetrisws
 
update(Graphics) - Method in class jyz.yzCanvas
 
update(Graphics) - Method in class jyz.yzFrameCanvas
 
UpdateSnakes() - Method in class jyz.test.snakes.Snake
 

V

victory(int, int, int) - Method in class jyz.test.TicTacToe
 
VK_0 - Static variable in class jyz.keycodes
VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39)
VK_1 - Static variable in class jyz.keycodes
 
VK_2 - Static variable in class jyz.keycodes
 
VK_3 - Static variable in class jyz.keycodes
 
VK_4 - Static variable in class jyz.keycodes
 
VK_5 - Static variable in class jyz.keycodes
 
VK_6 - Static variable in class jyz.keycodes
 
VK_7 - Static variable in class jyz.keycodes
 
VK_8 - Static variable in class jyz.keycodes
 
VK_9 - Static variable in class jyz.keycodes
 
VK_A - Static variable in class jyz.keycodes
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A)
VK_ACCEPT - Static variable in class jyz.keycodes
Constant for the Accept or Commit function key.
VK_ADD - Static variable in class jyz.keycodes
 
VK_AGAIN - Static variable in class jyz.keycodes
 
VK_ALL_CANDIDATES - Static variable in class jyz.keycodes
Constant for the All Candidates function key.
VK_ALPHANUMERIC - Static variable in class jyz.keycodes
Constant for the Alphanumeric function key.
VK_ALT - Static variable in class jyz.keycodes
 
VK_ALT_GRAPH - Static variable in class jyz.keycodes
Constant for the AltGraph function key.
VK_AMPERSAND - Static variable in class jyz.keycodes
 
VK_ASTERISK - Static variable in class jyz.keycodes
 
VK_AT - Static variable in class jyz.keycodes
Constant for the "@" key.
VK_B - Static variable in class jyz.keycodes
 
VK_BACK_QUOTE - Static variable in class jyz.keycodes
 
VK_BACK_SLASH - Static variable in class jyz.keycodes
 
VK_BACK_SPACE - Static variable in class jyz.keycodes
 
VK_BRACELEFT - Static variable in class jyz.keycodes
 
VK_BRACERIGHT - Static variable in class jyz.keycodes
 
VK_C - Static variable in class jyz.keycodes
 
VK_CANCEL - Static variable in class jyz.keycodes
 
VK_CAPS_LOCK - Static variable in class jyz.keycodes
 
VK_CIRCUMFLEX - Static variable in class jyz.keycodes
Constant for the "^" key.
VK_CLEAR - Static variable in class jyz.keycodes
 
VK_CLOSE_BRACKET - Static variable in class jyz.keycodes
 
VK_CODE_INPUT - Static variable in class jyz.keycodes
Constant for the Code Input function key.
VK_COLON - Static variable in class jyz.keycodes
Constant for the ":" key.
VK_COMMA - Static variable in class jyz.keycodes
 
VK_COMPOSE - Static variable in class jyz.keycodes
Constant for the Compose function key.
VK_CONTROL - Static variable in class jyz.keycodes
 
VK_CONVERT - Static variable in class jyz.keycodes
Constant for the Convert function key.
VK_COPY - Static variable in class jyz.keycodes
 
VK_CUT - Static variable in class jyz.keycodes
 
VK_D - Static variable in class jyz.keycodes
 
VK_DEAD_ABOVEDOT - Static variable in class jyz.keycodes
 
VK_DEAD_ABOVERING - Static variable in class jyz.keycodes
 
VK_DEAD_ACUTE - Static variable in class jyz.keycodes
 
VK_DEAD_BREVE - Static variable in class jyz.keycodes
 
VK_DEAD_CARON - Static variable in class jyz.keycodes
 
VK_DEAD_CEDILLA - Static variable in class jyz.keycodes
 
VK_DEAD_CIRCUMFLEX - Static variable in class jyz.keycodes
 
VK_DEAD_DIAERESIS - Static variable in class jyz.keycodes
 
VK_DEAD_DOUBLEACUTE - Static variable in class jyz.keycodes
 
VK_DEAD_GRAVE - Static variable in class jyz.keycodes
 
VK_DEAD_IOTA - Static variable in class jyz.keycodes
 
VK_DEAD_MACRON - Static variable in class jyz.keycodes
 
VK_DEAD_OGONEK - Static variable in class jyz.keycodes
 
VK_DEAD_SEMIVOICED_SOUND - Static variable in class jyz.keycodes
 
VK_DEAD_TILDE - Static variable in class jyz.keycodes
 
VK_DEAD_VOICED_SOUND - Static variable in class jyz.keycodes
 
VK_DECIMAL - Static variable in class jyz.keycodes
 
VK_DELETE - Static variable in class jyz.keycodes
 
VK_DIVIDE - Static variable in class jyz.keycodes
 
VK_DOLLAR - Static variable in class jyz.keycodes
Constant for the "$" key.
VK_DOWN - Static variable in class jyz.keycodes
 
VK_E - Static variable in class jyz.keycodes
 
VK_END - Static variable in class jyz.keycodes
 
VK_ENTER - Static variable in class jyz.keycodes
 
VK_EQUALS - Static variable in class jyz.keycodes
 
VK_ESCAPE - Static variable in class jyz.keycodes
 
VK_EURO_SIGN - Static variable in class jyz.keycodes
Constant for the Euro currency sign key.
VK_EXCLAMATION_MARK - Static variable in class jyz.keycodes
Constant for the "!" key.
VK_F - Static variable in class jyz.keycodes
 
VK_F1 - Static variable in class jyz.keycodes
Constant for the F1 function key.
VK_F10 - Static variable in class jyz.keycodes
Constant for the F10 function key.
VK_F11 - Static variable in class jyz.keycodes
Constant for the F11 function key.
VK_F12 - Static variable in class jyz.keycodes
Constant for the F12 function key.
VK_F13 - Static variable in class jyz.keycodes
Constant for the F13 function key.
VK_F14 - Static variable in class jyz.keycodes
Constant for the F14 function key.
VK_F15 - Static variable in class jyz.keycodes
Constant for the F15 function key.
VK_F16 - Static variable in class jyz.keycodes
Constant for the F16 function key.
VK_F17 - Static variable in class jyz.keycodes
Constant for the F17 function key.
VK_F18 - Static variable in class jyz.keycodes
Constant for the F18 function key.
VK_F19 - Static variable in class jyz.keycodes
Constant for the F19 function key.
VK_F2 - Static variable in class jyz.keycodes
Constant for the F2 function key.
VK_F20 - Static variable in class jyz.keycodes
Constant for the F20 function key.
VK_F21 - Static variable in class jyz.keycodes
Constant for the F21 function key.
VK_F22 - Static variable in class jyz.keycodes
Constant for the F22 function key.
VK_F23 - Static variable in class jyz.keycodes
Constant for the F23 function key.
VK_F24 - Static variable in class jyz.keycodes
Constant for the F24 function key.
VK_F3 - Static variable in class jyz.keycodes
Constant for the F3 function key.
VK_F4 - Static variable in class jyz.keycodes
Constant for the F4 function key.
VK_F5 - Static variable in class jyz.keycodes
Constant for the F5 function key.
VK_F6 - Static variable in class jyz.keycodes
Constant for the F6 function key.
VK_F7 - Static variable in class jyz.keycodes
Constant for the F7 function key.
VK_F8 - Static variable in class jyz.keycodes
Constant for the F8 function key.
VK_F9 - Static variable in class jyz.keycodes
Constant for the F9 function key.
VK_FINAL - Static variable in class jyz.keycodes
 
VK_FIND - Static variable in class jyz.keycodes
 
VK_FULL_WIDTH - Static variable in class jyz.keycodes
Constant for the Full-Width Characters function key.
VK_G - Static variable in class jyz.keycodes
 
VK_GREATER - Static variable in class jyz.keycodes
 
VK_H - Static variable in class jyz.keycodes
 
VK_HALF_WIDTH - Static variable in class jyz.keycodes
Constant for the Half-Width Characters function key.
VK_HELP - Static variable in class jyz.keycodes
 
VK_HIRAGANA - Static variable in class jyz.keycodes
Constant for the Hiragana function key.
VK_HOME - Static variable in class jyz.keycodes
 
VK_I - Static variable in class jyz.keycodes
 
VK_INPUT_METHOD_ON_OFF - Static variable in class jyz.keycodes
Constant for the input method on/off key.
VK_INSERT - Static variable in class jyz.keycodes
 
VK_INVERTED_EXCLAMATION_MARK - Static variable in class jyz.keycodes
Constant for the inverted exclamation mark key.
VK_J - Static variable in class jyz.keycodes
 
VK_JAPANESE_HIRAGANA - Static variable in class jyz.keycodes
Constant for the Japanese-Hiragana function key.
VK_JAPANESE_KATAKANA - Static variable in class jyz.keycodes
Constant for the Japanese-Katakana function key.
VK_JAPANESE_ROMAN - Static variable in class jyz.keycodes
Constant for the Japanese-Roman function key.
VK_K - Static variable in class jyz.keycodes
 
VK_KANA - Static variable in class jyz.keycodes
 
VK_KANA_LOCK - Static variable in class jyz.keycodes
Constant for the locking Kana function key.
VK_KANJI - Static variable in class jyz.keycodes
 
VK_KATAKANA - Static variable in class jyz.keycodes
Constant for the Katakana function key.
VK_KP_DOWN - Static variable in class jyz.keycodes
Constant for the key pad arrow down function key.
VK_KP_LEFT - Static variable in class jyz.keycodes
Constant for the key pad arrow left function key.
VK_KP_RIGHT - Static variable in class jyz.keycodes
Constant for the key pad arrow right function key.
VK_KP_UP - Static variable in class jyz.keycodes
Constant for the key pad arrow up function key.
VK_L - Static variable in class jyz.keycodes
 
VK_LEFT - Static variable in class jyz.keycodes
 
VK_LEFT_PARENTHESIS - Static variable in class jyz.keycodes
Constant for the "(" key.
VK_LESS - Static variable in class jyz.keycodes
 
VK_M - Static variable in class jyz.keycodes
 
VK_META - Static variable in class jyz.keycodes
 
VK_MINUS - Static variable in class jyz.keycodes
Constant for the "-" key.
VK_MODECHANGE - Static variable in class jyz.keycodes
 
VK_MULTIPLY - Static variable in class jyz.keycodes
 
VK_N - Static variable in class jyz.keycodes
 
VK_NONCONVERT - Static variable in class jyz.keycodes
Constant for the Don't Convert function key.
VK_NUM_LOCK - Static variable in class jyz.keycodes
 
VK_NUMBER_SIGN - Static variable in class jyz.keycodes
Constant for the "#" key.
VK_NUMPAD0 - Static variable in class jyz.keycodes
 
VK_NUMPAD1 - Static variable in class jyz.keycodes
 
VK_NUMPAD2 - Static variable in class jyz.keycodes
 
VK_NUMPAD3 - Static variable in class jyz.keycodes
 
VK_NUMPAD4 - Static variable in class jyz.keycodes
 
VK_NUMPAD5 - Static variable in class jyz.keycodes
 
VK_NUMPAD6 - Static variable in class jyz.keycodes
 
VK_NUMPAD7 - Static variable in class jyz.keycodes
 
VK_NUMPAD8 - Static variable in class jyz.keycodes
 
VK_NUMPAD9 - Static variable in class jyz.keycodes
 
VK_O - Static variable in class jyz.keycodes
 
VK_OPEN_BRACKET - Static variable in class jyz.keycodes
 
VK_P - Static variable in class jyz.keycodes
 
VK_PAGE_DOWN - Static variable in class jyz.keycodes
 
VK_PAGE_UP - Static variable in class jyz.keycodes
 
VK_PASTE - Static variable in class jyz.keycodes
 
VK_PAUSE - Static variable in class jyz.keycodes
 
VK_PERIOD - Static variable in class jyz.keycodes
 
VK_PLUS - Static variable in class jyz.keycodes
Constant for the "+" key.
VK_PREVIOUS_CANDIDATE - Static variable in class jyz.keycodes
Constant for the Previous Candidate function key.
VK_PRINTSCREEN - Static variable in class jyz.keycodes
 
VK_PROPS - Static variable in class jyz.keycodes
 
VK_Q - Static variable in class jyz.keycodes
 
VK_QUOTE - Static variable in class jyz.keycodes
 
VK_QUOTEDBL - Static variable in class jyz.keycodes
 
VK_R - Static variable in class jyz.keycodes
 
VK_RIGHT - Static variable in class jyz.keycodes
 
VK_RIGHT_PARENTHESIS - Static variable in class jyz.keycodes
Constant for the ")" key.
VK_ROMAN_CHARACTERS - Static variable in class jyz.keycodes
Constant for the Roman Characters function key.
VK_S - Static variable in class jyz.keycodes
 
VK_SCROLL_LOCK - Static variable in class jyz.keycodes
 
VK_SEMICOLON - Static variable in class jyz.keycodes
 
VK_SEPARATER - Static variable in class jyz.keycodes
 
VK_SHIFT - Static variable in class jyz.keycodes
 
VK_SLASH - Static variable in class jyz.keycodes
 
VK_SPACE - Static variable in class jyz.keycodes
 
VK_STOP - Static variable in class jyz.keycodes
 
VK_SUBTRACT - Static variable in class jyz.keycodes
 
VK_T - Static variable in class jyz.keycodes
 
VK_TAB - Static variable in class jyz.keycodes
 
VK_U - Static variable in class jyz.keycodes
 
VK_UNDEFINED - Static variable in class jyz.keycodes
KEY_TYPED events do not have a keyCode value.
VK_UNDERSCORE - Static variable in class jyz.keycodes
Constant for the "_" key.
VK_UNDO - Static variable in class jyz.keycodes
 
VK_UP - Static variable in class jyz.keycodes
 
VK_V - Static variable in class jyz.keycodes
 
VK_W - Static variable in class jyz.keycodes
 
VK_X - Static variable in class jyz.keycodes
 
VK_Y - Static variable in class jyz.keycodes
 
VK_Z - Static variable in class jyz.keycodes
 

W

w - Variable in class jyz.test.demo
 
W_FUDGE - Static variable in class jyz.window_t
initial window width fudge factor--if the user wants a 400x300 window, we have to add some extra X to the width parameter sent to the Frame constructor so that the canvas actually ends up 400px wide.
w() - Method in class jyz.rect_t
Return the width of the rectangle.
wall_color - Static variable in class jyz.test.nibbles.nibbles
 
whichdemos - Variable in class jyz.test.main
 
white - Static variable in class jyz.color_t
The color white.
whose_move - Variable in class jyz.test.c4
 
whose_move - Variable in class jyz.test.TicTacToe
 
whosemove - Variable in class jyz.test.squares
 
width - Variable in class jyz.rect_t
The width of the rectangle.
width - Variable in class jyz.cursor_t
The width of the cursor.
width - Variable in class jyz.util.RawImageReader
The width of the image.
WIDTH - Variable in class jyz.test.atchoo
 
WIDTH - Static variable in class jyz.test.squares
 
WIDTH - Static variable in class jyz.test.samegame
 
win_sequence() - Method in class jyz.test.squares
 
window - Variable in class jyz.test.atchoo
 
window_t - class jyz.window_t.
window_t is a YZ window.
window_t(String, int, int, pen_t, int, int) - Constructor for class jyz.window_t
Create a window with the given information.
window_t(String, int, int, pen_t, int, int, color_t) - Constructor for class jyz.window_t
Create a window with the given information.
windowlisten - Variable in class jyz.window_t
Listens for window focus, closing and resize events.
windows - Static variable in class jyz.window_t
A collection of all YZ windows, indexed by window ID.
winx - Variable in class jyz.event_t
If the event involves the a window resizing, this is the new width of the window.
winy - Variable in class jyz.event_t
If the event involves the a window resizing, this is the new height of the window.
WLINE - Static variable in class jyz.test.main
 
wseq - Variable in class jyz.window_t
The ID of the window

X

x - Variable in class jyz.rect_t
The x coordinate of the rectangle.
x - Variable in class jyz.test.nibbles.Segment
 
x - Variable in class jyz.test.snakes.Link
 
X_FUDGE - Static variable in class jyz.window_t
initial window left fudge factor--if the user wants a window at (150, 30), we have to add some extra X to the left parameter sent to the Frame constructor so that the canvas actually ends up at 150px.
x() - Method in class jyz.rect_t
Return the x coordinate of the rectangle.
x2() - Method in class jyz.rect_t
Return the second x coordinate of the rectangle.
xcursor - Variable in class jyz.test.termem
 
xmax - Variable in class jyz.test.termem
 

Y

y - Variable in class jyz.rect_t
The y coordinate of the rectangle.
y - Variable in class jyz.test.nibbles.Segment
 
y - Variable in class jyz.test.snakes.Link
 
Y_FUDGE - Static variable in class jyz.window_t
initial window top fudge factor--if the user wants a window at (150, 30), we have to add some extra Y to the top parameter sent to the Frame constructor so that the canvas actually ends up at 30px.
y() - Method in class jyz.rect_t
Return the y coordinate of the rectangle.
y2() - Method in class jyz.rect_t
Return the second y coordinate of the rectangle.
ycursor - Variable in class jyz.test.termem
 
yellow - Static variable in class jyz.color_t
The color yellow.
ymax - Variable in class jyz.test.termem
 
YZ_IDLE - Static variable in class jyz.event_t
Event describing idleness.
YZ_KEY_DOWN - Static variable in class jyz.event_t
Event describing a keypress
YZ_KEY_PRESS - Static variable in class jyz.event_t
Event describing a keypress.
YZ_KEY_UP - Static variable in class jyz.event_t
Event describing a key release
YZ_MAXEVENT - Static variable in class jyz.event_t
The upper bound on event codes.
YZ_MOUSE_DRAG - Static variable in class jyz.event_t
Event describing movement of the mouse with a button pressed.
YZ_MOUSE_MOVE - Static variable in class jyz.event_t
Event describing movement of the mouse without any buttons depressed.
YZ_MOUSE_PRESS - Static variable in class jyz.event_t
Event describing a pressing of the mouse.
YZ_MOUSE_RELEASE - Static variable in class jyz.event_t
Event describing the mouse button being released.
YZ_WINDOW_ACTIVATE - Static variable in class jyz.event_t
Event describing a window being brought to the input focus.
YZ_WINDOW_CLOSED - Static variable in class jyz.event_t
Event describing a window closing.
YZ_WINDOW_DEACTIVATE - Static variable in class jyz.event_t
Event describing a window being taken away from the input focus.
YZ_WINDOW_RESIZED - Static variable in class jyz.event_t
Event describing a window resizing.
yzAreEventsWaiting() - Method in class jyz.window_t
Returns the number of events that are waiting.
yzCanvas - class jyz.yzCanvas.
yzCanvas is a JYZ helper class.
yzCanvas(BufferedImage) - Constructor for class jyz.yzCanvas
Create a canvas with the given image buffer.
yzClear() - Method in class jyz.window_t
Clears the window with the current color.
yzDeleteWindow() - Method in class jyz.window_t
Delete the current window.
yzDisableEvent(int) - Method in class jyz.window_t
Disables an event.
yzDisableFeature(int) - Method in class jyz.window_t
Disables a property of this window.
yzDisablePainting() - Method in class jyz.window_t
Enables drawing on the GUI window.
yzDisplayBitmap(int, int, Image) - Method in class jyz.window_t
Draws all of an image.
yzDisplayBitmap(int, int, int, int, Image) - Method in class jyz.window_t
Draws part of an image.
yzDisplayBits(int, int, Image) - Method in class jyz.window_t
Draws all of an image.
yzDisplayBits(int, int, int, int, Image) - Method in class jyz.window_t
Draws part of an image.
yzDisplayBits2i1p(int, int, Image) - Method in class jyz.window_t
Draws all of an image.
yzDisplayBits4i1p(int, int, int, int, Image) - Method in class jyz.window_t
Draws part of an image.
yzDrawCircle(int, int, int) - Method in class jyz.window_t
Draws a non-filled circle.
yzDrawCircle3i(int, int, int) - Method in class jyz.window_t
Draws a non-filled circle.
yzDrawLine(int, int, int, int) - Method in class jyz.window_t
Draws a line.
yzDrawLine2i2i(int, int, int, int) - Method in class jyz.window_t
Draws a line.
yzDrawOval(int, int, int, int) - Method in class jyz.window_t
Draws a non-filled oval.
yzDrawOval1r(rect_t) - Method in class jyz.window_t
Draws a non-filled oval.
yzDrawOval2i2i(int, int, int, int) - Method in class jyz.window_t
Draws a non-filled oval.
yzDrawPolygon(int, int[], int[]) - Method in class jyz.window_t
Draws a non-filled polygon.
yzDrawRect(int, int, int, int) - Method in class jyz.window_t
Draws a non-filled rectangle.
yzDrawRect1r(rect_t) - Method in class jyz.window_t
Draws a non-filled rectangle.
yzDrawRect2i2i(int, int, int, int) - Method in class jyz.window_t
Draws a non-filled rectangle.
yzDrawString(int, int, String) - Method in class jyz.window_t
Draws text on the window.
yzDrawString2i1s(int, int, String) - Method in class jyz.window_t
Draws text on the window.
yzDrawString2i1s1i(int, int, String, int) - Method in class jyz.window_t
Draws part of a string of text on the window.
yzDrawString2i1s2i(int, int, String, int, int) - Method in class jyz.window_t
Draws part of a string of text on the window.
yzDrawSubString(int, int, String, int, int) - Method in class jyz.window_t
Draws part of a string of text on the window.
yzDrawTriangle(int, int, int, int, int, int) - Method in class jyz.window_t
Draws a non-filled triangle.
yzDrawTriangle6i(int, int, int, int, int, int) - Method in class jyz.window_t
Draws a non-filled triangle.
yzEnableEvent(int) - Method in class jyz.window_t
Enables an event.
yzEnableFeature(int) - Method in class jyz.window_t
Enables a property of this window.
yzEnablePainting() - Method in class jyz.window_t
Enables drawing on the GUI window.
yzFeatureEnabled(int) - Method in class jyz.window_t
Checks to see if a feature is enabled.
yzFillCircle(int, int, int) - Method in class jyz.window_t
Draws a filled circle.
yzFillCircle3i(int, int, int) - Method in class jyz.window_t
Draws a filled circle.
yzFillOval(int, int, int, int) - Method in class jyz.window_t
Draws a filled oval.
yzFillOval1r(rect_t) - Method in class jyz.window_t
Draws a filled oval.
yzFillOval2i2i(int, int, int, int) - Method in class jyz.window_t
Draws a filled oval.
yzFillPolygon(int, int[], int[]) - Method in class jyz.window_t
Draws a filled polygon.
yzFillRect(int, int, int, int) - Method in class jyz.window_t
Draws a filled rectangle.
yzFillRect1r(rect_t) - Method in class jyz.window_t
Draws a filled rectangle.
yzFillRect2i2i(int, int, int, int) - Method in class jyz.window_t
Draws a filled rectangle.
yzFillTriangle(int, int, int, int, int, int) - Method in class jyz.window_t
Draws a filled triangle.
yzFillTriangle6i(int, int, int, int, int, int) - Method in class jyz.window_t
Draws a filled triangle.
yzFlushEvents() - Method in class jyz.window_t
Flushes all events from the queue.
yzForcePaint() - Method in class jyz.window_t
Force a redraw of the GUI window.
yzFrameCanvas - class jyz.yzFrameCanvas.
yzFrameCanvas is a JYZ helper class.
yzFrameCanvas() - Constructor for class jyz.yzFrameCanvas
Create a title-less frame.
yzFrameCanvas(String) - Constructor for class jyz.yzFrameCanvas
Create a frame with the given name.
yzGetBackground() - Method in class jyz.window_t
Return the color of the background.
yzGetDepth() - Method in class jyz.window_t
Return the color depth of the display.
yzGetEnabledEvents() - Method in class jyz.window_t
Retrieves a list of enabled events.
yzGetEvent() - Method in class jyz.window_t
Removes and returns an event from the event queue.
yzGetEvent(int) - Method in class jyz.window_t
If there is an event waiting in the queue, then this method retrieves that event and returns.
yzGetFont() - Method in class jyz.window_t
Retreives the window's font.
yzGetFontMetrics() - Method in class jyz.window_t
Returns a font metrics object for the current font.
yzGetInfo() - Static method in class jyz.window_t
Retreives a copyright statement about JYZ.
yzGetPenSize() - Method in class jyz.window_t
Get the pen's width.
yzHideCursor() - Method in class jyz.window_t
Hide the cursor.
yzHideWindow() - Method in class jyz.window_t
Hides the window.
yzIsPaintingEnabled() - Method in class jyz.window_t
Checks to see if painting on the GUI window is enabled.
yzIsVisible() - Method in class jyz.window_t
Determines if the window is visible.
yzLoadCursor(InputStream) - Static method in class jyz.cursor_t
Load a custom cursor from a stream.
yzLoadCursor(String) - Static method in class jyz.cursor_t
Load a custom cursor from a file.
yzMousePos - Variable in class jyz.window_t
The position of the mouse.
yzNewWindow(String, int, int, int, int) - Static method in class jyz.window_t
Creates a top level window with the given information.
yzNewWindow(String, int, int, int, int, color_t) - Static method in class jyz.window_t
Creates a top level window with the given information.
yzPeekEvent() - Method in class jyz.window_t
Retreives an event from the event queue, but does not remove it from the queue.
yzPixel(int, int, color_t) - Method in class jyz.window_t
Turns the specified pixel a color.
yzPixel2i1c(int, int, color_t) - Method in class jyz.window_t
Turns the specified pixel a color.
yzQueryKey(int) - Method in class jyz.window_t
Determine if a key is pressed.
yzRenameWindow(String) - Method in class jyz.window_t
Change the name of the window.
yzSendEvent(event_t) - Method in class jyz.window_t
Send an event to this window.
yzSetBackground(color_t) - Method in class jyz.window_t
Sets the window's background color.
yzSetCursor(cursor_t) - Method in class jyz.window_t
Change the cursor to the given cursor.
yzSetFont(font_t) - Method in class jyz.window_t
Sets the window's font.
yzSetFont(String, int, int) - Method in class jyz.window_t
Sets the window's font.
yzSetPenColor(color_t) - Method in class jyz.window_t
Set the pen's color.
yzSetPenColor(int, int, int) - Method in class jyz.window_t
Set the pen's color.
yzSetPenColor(int, int, int, int) - Method in class jyz.window_t
Set the pen's color.
yzSetPenColor1c(color_t) - Method in class jyz.window_t
Set the pen's color.
yzSetPenColor3i(int, int, int) - Method in class jyz.window_t
Set the pen's color.
yzSetPenColor4i(int, int, int, int) - Method in class jyz.window_t
Set the pen's color.
yzSetPenSize(float) - Method in class jyz.window_t
Set the pen's width.
yzShowCursor() - Method in class jyz.window_t
Redisplay the cursor.
yzShowWindow() - Method in class jyz.window_t
Shows the window.
yzWriteCursor(OutputStream) - Method in class jyz.cursor_t
Write a cursor to a stream.
yzWriteCursor(String) - Method in class jyz.cursor_t
Write a cursor to a file.

Z

ZapLine(int) - Method in class jyz.test.tetrisws.tetrisws
 

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