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

A

a - Variable in class jyz.color_t
The alpha component of the color.
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
 
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.
black - Static variable in class jyz.color_t
The color black.
BOLD - Static variable in class jyz.font_t
Specifies bold text.
bounds - Variable in class jyz.window_t
The rectangle of the window.
button - Variable in class jyz.event_t
If the event involves a button press, this indicates which button.
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
 
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.
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_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(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.
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.

D

data - Variable in class jyz.cursor_t
An array of colors describing this cursor.
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
 
destroy() - Method in class jyz.test.main
 
die() - Method in class jyz.test.demo
 
docubase - Static variable in class jyz.test.demo
 

E

equals(color_t) - Method in class jyz.color_t
Determines if a color_t is identical to this one.
event_t - class jyz.event_t.
event_t is a class that describes an event in YZ.

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
finalize() - Method in class jyz.window_t
Unregister the window and delete ourselves.
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.
fractal - class jyz.test.fractal.
 
FRACTAL - Static variable in class jyz.test.main
 
fractal() - Constructor for class jyz.test.fractal
 

G

g - Variable in class jyz.color_t
The green component of the color.
getAscent() - Method in class jyz.fontmetrics_t
Determines the font ascent of the Font described by this FontMetrics 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).
getDescent() - Method in class jyz.fontmetrics_t
Determines the font descent of the Font described by this FontMetrics object.
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
 

H

h() - Method in class jyz.rect_t
Return the height of the rectangle.
hasUniformLineMetrics() - Method in class jyz.fontmetrics_t
Checks to see if the Font has uniform line metrics.
height - Variable in class jyz.cursor_t
The height of the cursor.

I

idle_event - Static variable in class jyz.window_t
Signifies that nothing is happening.
init() - Method in class jyz.test.main
 
initDemos(String[]) - Method in class jyz.test.main
 
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
 

L

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
 
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

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
 
makeCopy() - Method in class jyz.test.tetrisws.TetrisBrick
 
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.
maxConcurrentBricks - Static variable in class jyz.test.tetrisws.tetrisws
 
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.

N

name - Variable in class jyz.window_t
The name of the window.
navy - Static variable in class jyz.color_t
The color navy.
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
 
NULL_CURSOR - Static variable in class jyz.cursor_t
The null (empty) cursor.
NUMDEMOS - Static variable in class jyz.test.main
 

P

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
 
PLAIN - Static variable in class jyz.font_t
Specifies plain text.
point_size - Variable in class jyz.font_t
The point size of the font.

R

r - Variable in class jyz.color_t
The red component of the color.
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
 
readImage() - Method in class jyz.util.RawImageReader
Actually performs the work of reading the image and creating an AWT image of it.
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.
RGB_CHUNKY - Static variable in class jyz.util.RawImageReader
Indicates that the picture is made of 24-bit RGB chunks.
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
 
Segment - class jyz.test.nibbles.Segment.
 
Segment(int, int) - Constructor for class jyz.test.nibbles.Segment
 
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.
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
 
Snake - class jyz.test.snakes.Snake.
 
Snake() - Constructor for class jyz.test.snakes.Snake
 
SNAKES - Static variable in class jyz.test.main
 
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
 
STARFIELD - Static variable in class jyz.test.main
 
start() - Method in class jyz.test.main
 
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
 
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
 
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.

V

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() - Method in class jyz.rect_t
Return the width of the rectangle.
white - Static variable in class jyz.color_t
The color white.
width - Variable in class jyz.cursor_t
The width of the cursor.
window_t - class jyz.window_t.
window_t is a YZ window.
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() - 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.

Y

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.
yellow - Static variable in class jyz.color_t
The color yellow.
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.
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.
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.

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