public interface IFxHandler
| Modifier and Type | Method and Description |
|---|---|
IConsole |
getConsole(String title,
int options,
int maxLines) |
Font |
getDefaultFont() |
ISurface |
getDefaultSurface() |
String |
getDefaultWindowTitle() |
Handle |
printerDialog(Object PrinterProperties)
Create and run a non-native printer dialog if available.
|
boolean |
yieldToEvents(int maxTime)
Yield to user interface events if possible.
|
Font getDefaultFont()
ISurface getDefaultSurface()
String getDefaultWindowTitle()
boolean yieldToEvents(int maxTime)
maxTime - the maximum time to yield for.