|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gumbo.util.AbstractDisposable | +--gumbo.util.AbstractDelegatable | +--gumbo.graphic.space.AbstractDisplaySpace
A full implementation of the DisplaySpace interface. Intended for standalone use, with factory generated config and tree node delegates, or as a wrapper for native graphic delegates.
Nested Class Summary |
Nested classes inherited from class gumbo.util.AbstractDelegatable |
AbstractDelegatable.Serial |
Constructor Summary | |
AbstractDisplaySpace()
Creates an instance. |
Method Summary | |
DisplaySpaceConfig |
getDisplaySpaceConfig()
Gets the configuration delegate for this display space. |
GraphicSpaceRoot |
getDisplaySpaceRoot()
Gets the display space tree root. |
java.lang.Object |
getGraphic()
Default implementation: Returns this object (non-native direct implementation). |
protected DisplaySpaceConfig |
newDisplayConfigDelegate()
Called during initialization as the factory method for the display space configuration delegate. |
protected GraphicSpaceRoot |
newDisplayRootDelegate()
Called during initialization as the factory method for the world space tree node delegate. |
Methods inherited from class gumbo.util.AbstractDelegatable |
getDelegator, implDispose, initDelegator, initedDelegator, initingDelegator, isDelegatorInited |
Methods inherited from class gumbo.util.AbstractDisposable |
dispose, isDisposed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractDisplaySpace()
Method Detail |
protected DisplaySpaceConfig newDisplayConfigDelegate()
protected GraphicSpaceRoot newDisplayRootDelegate()
public DisplaySpaceConfig getDisplaySpaceConfig()
DisplaySpace
getDisplaySpaceConfig
in interface DisplaySpace
public GraphicSpaceRoot getDisplaySpaceRoot()
DisplaySpace
getDisplaySpaceRoot
in interface DisplaySpace
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 |