gumbo.graphic.space
Interface DisplaySpace

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

public interface DisplaySpace
extends GraphicSpace

A graphic space representing a 2D "display" space.

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

Method Summary
 DisplaySpaceConfig getDisplaySpaceConfig()
          Gets the configuration delegate for this display space.
 GraphicSpaceRoot getDisplaySpaceRoot()
          Gets the display space tree root.
 
Methods inherited from interface gumbo.graphic.Graphic
getGraphic
 

Method Detail

getDisplaySpaceConfig

public DisplaySpaceConfig getDisplaySpaceConfig()
Gets the configuration delegate for this display space.

Returns:
Reference to the delegate. Never null.

getDisplaySpaceRoot

public GraphicSpaceRoot getDisplaySpaceRoot()
Gets the display space tree root.

Returns:
Reference to the node. Never null.