public class CBMScreenMode extends JScreenMode
| Modifier and Type | Field and Description |
|---|---|
static CBMScreenMode |
C128
C128 80x25 (640x200px with 8x8 font)
|
static CBMScreenMode |
C64
C64 40x25 (320x200px with 8x8 font)
|
static CBMScreenMode |
CBM_IIB
CBM-II 80x25 (640x200px with 8x8 font)
|
static CBMScreenMode |
CBM_IIP
CBM-II 40x25 (320x200px with 8x8 font)
|
static CBMScreenMode |
DEFAULT_MODE |
static CBMScreenMode |
Pet2K
Pet 40x25 (320x200px with 8x8 font)
|
static CBMScreenMode |
Pet4K
Pet 80x25 (640x200px with 8x8 font)
|
static CBMScreenMode |
VIC20
VIC-20 22x23 (176x184px with 8x8 font)
|
| Constructor and Description |
|---|
CBMScreenMode(int width,
int height,
JScreenCursor cursor,
CBMFont font,
JScreenPalette palette,
JScreenCharMap charMap,
boolean scanLines)
Create a new screen mode.
|
public static final CBMScreenMode VIC20
public static final CBMScreenMode Pet2K
public static final CBMScreenMode Pet4K
public static final CBMScreenMode CBM_IIP
public static final CBMScreenMode CBM_IIB
public static final CBMScreenMode C64
public static final CBMScreenMode C128
public static final CBMScreenMode DEFAULT_MODE
public CBMScreenMode(int width,
int height,
JScreenCursor cursor,
CBMFont font,
JScreenPalette palette,
JScreenCharMap charMap,
boolean scanLines)
width - Width of the screen in chars.height - Height of the screen in chars.cursor - Cursor renderer to use.font - Font to display.palette - List of available colors, and default FG and BG colors.charMap - CharMap for mapping between character sets.scanLines - Display black lines between scan lines (for scales >1).Copyright © 2018. All rights reserved.