public abstract class GralFactory extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
version
Version, history and license.
|
Constructor and Description |
---|
GralFactory() |
Modifier and Type | Method and Description |
---|---|
protected abstract GralGraphicThread |
createGraphic(GralWindow windowg,
char sizeShow,
LogMessage log)
This method should intitialize the implementation layer manager, primary window and the graphic thread.
|
static GralGraphicThread |
createGraphic(GralWindow windowg,
char sizeShow,
LogMessage log,
java.lang.String implementor) |
void |
createWindow(GralWindow windowg,
char sizeShow,
int left,
int top,
int xSize,
int ySize)
Deprecated.
use
#createGraphic(GralWindow, char, int, int, int, int, LogMessage) |
GralWindow |
createWindow(LogMessage log,
java.lang.String sTitle,
char sizeShow,
int left,
int top,
int xSize,
int ySize)
Deprecated.
use
#createGraphic(GralWindow, char, int, int, int, int, LogMessage) |
public static final int version
createGraphic(GralWindow, char, LogMessage, String)
as non abstract static method
creates the graphic, for several implementation platforms by "AWT", "SWT" or special factory class.
public GralFactory()
public final GralWindow createWindow(LogMessage log, java.lang.String sTitle, char sizeShow, int left, int top, int xSize, int ySize)
#createGraphic(GralWindow, char, int, int, int, int, LogMessage)
log
- sTitle
- sizeShow
- left
- top
- xSize
- ySize
- @Deprecated public final void createWindow(GralWindow windowg, char sizeShow, int left, int top, int xSize, int ySize)
#createGraphic(GralWindow, char, int, int, int, int, LogMessage)
sizeShow
- left
- top
- xSize
- ySize
- protected abstract GralGraphicThread createGraphic(GralWindow windowg, char sizeShow, LogMessage log)
windowg
- sizeShow
- left
- top
- xSize
- ySize
- log
- public static GralGraphicThread createGraphic(GralWindow windowg, char sizeShow, LogMessage log, java.lang.String implementor)