|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gumbo.util.AbstractDisposable | +--gumbo.util.relation.AbstractTreeNodeDelegator | +--gumbo.graphic.space.AbstractSpaceNode
A partial implementation of the SpaceNode interface.
Constructor Summary | |
AbstractSpaceNode()
Creates an instance. |
Method Summary | |
java.lang.Object |
getGraphic()
Default implementation: Returns this object (non-native direct implementation). |
TreeNode |
getGraphicSpaceTree()
Gets the delegate tree node for this delegator's spatial geometry tree. |
Methods inherited from class gumbo.util.relation.AbstractTreeNodeDelegator |
getTreeNodeDelegate, implDispose, newTreeNodeDelegate |
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 |
Methods inherited from interface gumbo.util.Disposable |
dispose, isDisposed |
Constructor Detail |
public AbstractSpaceNode()
Method Detail |
public TreeNode getGraphicSpaceTree()
SpaceNode
getGraphicSpaceTree
in interface SpaceNode
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 |