gumbo.graphic.space
Interface ScreenSpace

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

public interface ScreenSpace
extends GraphicSpace

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

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

Method Summary
 ScreenSpaceConfig getScreenSpaceConfig()
          Gets the configuration delegate for this screen space.
 
Methods inherited from interface gumbo.graphic.Graphic
getGraphic
 

Method Detail

getScreenSpaceConfig

public ScreenSpaceConfig getScreenSpaceConfig()
Gets the configuration delegate for this screen space.

Returns:
Reference to the delegate. Never null.