|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.keenedgesoftware.scrutinize.core.CoreEntity
Base class for core objects
Field Summary | |
static java.lang.String |
ACTIVATE
|
static java.lang.String |
BACKSLASH
|
static java.lang.String |
EOL
|
static java.lang.String |
GO
|
static java.lang.String |
HASH
|
static java.lang.String |
INIT
|
static java.lang.String |
NEWLINE
|
static java.lang.String |
QUIT
|
static java.lang.String |
QUOTE
|
static java.lang.String |
SLASH
|
static java.lang.String |
SPACE
|
Constructor Summary | |
CoreEntity()
Default constructor |
|
CoreEntity(Universe u)
Usual constructor |
Method Summary | |
com.keenedgesoftware.scrutinize.core.graphics.GView |
getActiveView()
Returns the global view object |
BroadcastManager |
getBroadcastManager()
Returns the global broadcast-manager object |
CommandManager |
getCommandManager()
Returns the global command-manager object |
com.keenedgesoftware.scrutinize.core.graphics.GraphicsGate |
getGraphicsGate()
Returns the global graphicsGate object |
com.keenedgesoftware.scrutinize.core.graphics.GraphicsWorld |
getGraphicsWorld()
Returns the global graphicsWorld object |
com.keenedgesoftware.scrutinize.core.misc.MiscWorld |
getMiscWorld()
Returns the global miscWorld object |
com.keenedgesoftware.scrutinize.core.model.ModelWorld |
getModelWorld()
Returns the global modelWorld object |
com.keenedgesoftware.scrutinize.core.system.Netcaster |
getNetcaster()
Returns the global netcaster object |
com.keenedgesoftware.scrutinize.core.system.Recorder |
getRecorder()
Returns the global recorder object |
com.keenedgesoftware.scrutinize.core.graphics.GScene |
getScene()
Returns the global scene object |
com.keenedgesoftware.scrutinize.core.system.SystemWorld |
getSystemWorld()
Returns the global systemWorld object |
TaskManager |
getTaskManager()
Returns the global task-manager object |
Universe |
getUniverse()
Returns the global universe object |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String BACKSLASH
public static final java.lang.String SLASH
public static final java.lang.String QUOTE
public static final java.lang.String SPACE
public static final java.lang.String HASH
public static final java.lang.String EOL
public static final java.lang.String NEWLINE
public static final java.lang.String INIT
public static final java.lang.String ACTIVATE
public static final java.lang.String QUIT
public static final java.lang.String GO
Constructor Detail |
public CoreEntity()
public CoreEntity(Universe u)
Method Detail |
public final Universe getUniverse()
public final CommandManager getCommandManager()
public final BroadcastManager getBroadcastManager()
public final TaskManager getTaskManager()
public final com.keenedgesoftware.scrutinize.core.graphics.GraphicsWorld getGraphicsWorld()
public final com.keenedgesoftware.scrutinize.core.model.ModelWorld getModelWorld()
public final com.keenedgesoftware.scrutinize.core.system.SystemWorld getSystemWorld()
public final com.keenedgesoftware.scrutinize.core.misc.MiscWorld getMiscWorld()
public com.keenedgesoftware.scrutinize.core.graphics.GScene getScene()
public com.keenedgesoftware.scrutinize.core.graphics.GView getActiveView()
public com.keenedgesoftware.scrutinize.core.graphics.GraphicsGate getGraphicsGate()
public com.keenedgesoftware.scrutinize.core.system.Recorder getRecorder()
public com.keenedgesoftware.scrutinize.core.system.Netcaster getNetcaster()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |