public interface StreamableManager
| Modifier and Type | Method and Description |
|---|---|
OutputManager<?> |
append(java.lang.String message,
Color color)
Append string with specified color at current cursor location and advance the cursor.
|
Window<?> |
getStreamableWindow()
Get the
Window instance which can be used in redirected mode. |
static OutputManager<?> |
newInstance()
Create a new
OutputManager instance which can be used in redirected mode. |
ScreenBitmap |
screenBitmap()
Determine the screen bitmap associated with the default window.
|
static OutputManager<?> newInstance()
OutputManager instance which can be used in redirected mode.Window<?> getStreamableWindow()
Window instance which can be used in redirected mode.OutputManager<?> append(java.lang.String message, Color color)
message - Character to append.color - Color and attribute.this to enable chaining.ScreenBitmap screenBitmap()
ScreenBitmap associated with this window.