|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gumbo.graphic.space.AbstractWorldSpace
A full implementation of the WorldSpace interface. Intended for standalone use, with factory generated config and tree node delegates, or as a wrapper for native graphic delegates.
Constructor Summary | |
AbstractWorldSpace()
Creates an instance. |
Method Summary | |
java.lang.Object |
getGraphic()
Default implementation: Returns this object (non-native direct implementation). |
WorldSpaceConfig |
getWorldSpaceConfig()
Gets the configuration delegate for this view space. |
GraphicSpaceRoot |
getWorldSpaceRoot()
Gets the world space tree root. |
protected WorldSpaceConfig |
newWorldConfigDelegate()
Called during initialization as the factory method for the world space configuration delegate. |
protected GraphicSpaceRoot |
newWorldRootDelegate()
Called during initialization as the factory method for the world space tree node delegate. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractWorldSpace()
Method Detail |
protected WorldSpaceConfig newWorldConfigDelegate()
protected GraphicSpaceRoot newWorldRootDelegate()
public WorldSpaceConfig getWorldSpaceConfig()
WorldSpace
getWorldSpaceConfig
in interface WorldSpace
public GraphicSpaceRoot getWorldSpaceRoot()
WorldSpace
getWorldSpaceRoot
in interface WorldSpace
public java.lang.Object getGraphic()
getGraphic
in interface Graphic
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |