gumbo.graphic.space
Class AbstractWorldSpaceConfig

java.lang.Object
  |
  +--gumbo.graphic.space.AbstractWorldSpaceConfig
All Implemented Interfaces:
WorldSpaceConfig

public class AbstractWorldSpaceConfig
extends java.lang.Object
implements WorldSpaceConfig

All methods throw UnsupportedOperationException with the message "Not yet implemented."

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

Constructor Summary
AbstractWorldSpaceConfig()
           
 
Method Summary
 java.util.Collection getViewSpaces()
          Gets the view spaces (ViewSpace) associated with this world space.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWorldSpaceConfig

public AbstractWorldSpaceConfig()
Method Detail

getViewSpaces

public java.util.Collection getViewSpaces()
Description copied from interface: WorldSpaceConfig
Gets the view spaces (ViewSpace) associated with this world space.

Specified by:
getViewSpaces in interface WorldSpaceConfig