gumbo.graphic.space
Interface WorldSpace

All Superinterfaces:
Graphic, GraphicSpace
All Known Implementing Classes:
AbstractWorldSpace

public interface WorldSpace
extends GraphicSpace

A graphic space representing a 3D "world" space. The world space is absolute in nature.

Version:
$Revision: 1.7 $
Author:
Jon Barrilleaux (jonb@jmbaai.com) of JMB and Associates Inc.

Method Summary
 WorldSpaceConfig getWorldSpaceConfig()
          Gets the configuration delegate for this view space.
 GraphicSpaceRoot getWorldSpaceRoot()
          Gets the world space tree root.
 
Methods inherited from interface gumbo.graphic.Graphic
getGraphic
 

Method Detail

getWorldSpaceConfig

public WorldSpaceConfig getWorldSpaceConfig()
Gets the configuration delegate for this view space.

Returns:
Reference to the delegate. Never null.

getWorldSpaceRoot

public GraphicSpaceRoot getWorldSpaceRoot()
Gets the world space tree root.

Returns:
Reference to the node. Never null.