A C G I P R S T U 
All Classes All Packages

S

setBackgroundColor(int, int, int) - Method in class Core.Terminal
 
setBackgroundColor(Color) - Method in class Core.Terminal
Sets the Color of the terminal background
setDelay(int) - Method in class Core.Terminal
Sets the delay between executions in the schedule (in milliseconds)
setEditable(boolean) - Method in class Core.Terminal
Sets whether you can type in the console
setFont(Font) - Method in class Core.Terminal
Sets the font to a new one
setFont(String) - Method in class Core.Terminal
Sets the font to a new one
setFont(String, int) - Method in class Core.Terminal
Sets the font to a new one
setFont(String, int, int) - Method in class Core.Terminal
Sets the font to a new one
setFontColor(int, int, int) - Method in class Core.Terminal
Sets the font color to a new one
setFontColor(Color) - Method in class Core.Terminal
Sets the Color of the terminal font
setFontSize(int) - Method in class Core.Terminal
Changes the size of the font
setFullscreen(boolean) - Method in class Core.Terminal
Makes the Terminal window fullscreen
setInitialDelay(int) - Method in class Core.Terminal
Sets the initial delay for the schedule (in milliseconds)
setMatrix(char[][]) - Method in class Core.Terminal
Sets matrix that can be printed
setMatrix(int[][]) - Method in class Core.Terminal
Sets matrix that can be printed
setMatrix(String[][]) - Method in class Core.Terminal
Sets matrix that can be printed
setResizeable(boolean) - Method in class Core.Terminal
Sets whether the Terminal window is resizable by the user On default is: true
setSchedule(TerminalScheduleUpdate) - Method in class Core.Terminal
Sets the periodic execution(schedule) for the terminal
setText(String) - Method in class Core.Terminal
Sets or overrides all the text shown in the terminal
start() - Method in class Core.Terminal
Starts the update schedule
stop() - Method in class Core.Terminal
Closes the terminal
stopUpdate() - Method in class Core.Terminal
Stops the schedule from running
A C G I P R S T U 
All Classes All Packages