gumbo.graphic.space
Class AbstractScreenSpaceConfig

java.lang.Object
  |
  +--gumbo.graphic.space.AbstractScreenSpaceConfig
All Implemented Interfaces:
ScreenSpaceConfig

public class AbstractScreenSpaceConfig
extends java.lang.Object
implements ScreenSpaceConfig

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
AbstractScreenSpaceConfig()
           
 
Method Summary
 java.util.Collection getDisplaySpaces(java.util.Collection retVal)
          Gets the display spaces (DisplaySpace) associated with this screen space.
 Size3 getScreenResolution(Size3 retVal)
          Gets the screen resolution in pixels per meter.
 Size3 getScreenSize(Size3 retVal)
          Gets the screen size in pixels.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractScreenSpaceConfig

public AbstractScreenSpaceConfig()
Method Detail

getDisplaySpaces

public java.util.Collection getDisplaySpaces(java.util.Collection retVal)
Description copied from interface: ScreenSpaceConfig
Gets the display spaces (DisplaySpace) associated with this screen space.

Specified by:
getDisplaySpaces in interface ScreenSpaceConfig

getScreenSize

public Size3 getScreenSize(Size3 retVal)
Description copied from interface: ScreenSpaceConfig
Gets the screen size in pixels.

Specified by:
getScreenSize in interface ScreenSpaceConfig
Parameters:
retVal - Return value object. The size. Never null.
Returns:
Reference to retVal. Never null.

getScreenResolution

public Size3 getScreenResolution(Size3 retVal)
Description copied from interface: ScreenSpaceConfig
Gets the screen resolution in pixels per meter.

Specified by:
getScreenResolution in interface ScreenSpaceConfig
Parameters:
retVal - Return value object. The resolution. Never null.
Returns:
Reference to retVal. Never null.