Package libsidutils.psid64
Klasse Screen
java.lang.Object
libsidutils.psid64.Screen
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
PACKAGE
- Siehe auch:
-
VERSION
- Siehe auch:
-
WIDTH
private static final int WIDTH- Siehe auch:
-
HEIGHT
private static final int HEIGHT- Siehe auch:
-
SCREEN_SIZE
private static final int SCREEN_SIZE- Siehe auch:
-
screen
private byte[] screen -
x
private int x -
y
private int y
-
-
Konstruktordetails
-
Screen
-
-
Methodendetails
-
addFlag
-
clear
private void clear() -
move
private void move(int x, int y) -
putchar
private void putchar(int c) -
write
-
poke
private void poke(int x, int y, int value) -
getData
public final byte[] getData() -
getDataSize
public int getDataSize() -
moveRight
private void moveRight() -
moveDown
private void moveDown() -
offset
private int offset(int x, int y)
-