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 |
---|---|
abstract void |
createGraphic(GralMng gralMng,
char sizeShow)
This method should initialize the whole implementation graphic with the given GralWindow
and all
GralPanelContent and all GralWidget into. |
static GralFactory |
getFactory(java.lang.String implementor)
Returns a proper factory due to the implementor String
|
public static final int version
#createGraphic(GralWindow, char, LogMessage)
now public, this should be the main way to create.
#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 abstract void createGraphic(GralMng gralMng, char sizeShow)
GralPanelContent
and all GralWidget
into.
ViewCfg
.
GralMng.runGraphicThread
to follow step by step what is done for creation.windowg
- sizeShow
- 'A' ... 'G' for the size, pixel per gridlog
- a log necessary?public static GralFactory getFactory(java.lang.String implementor)
implementor
- "SWT" or "AWT"