gumbo.graphic.impl.swing
Class SwingGraphicFactory

java.lang.Object
  |
  +--gumbo.graphic.impl.swing.SwingGraphicFactory
All Implemented Interfaces:
GraphicFactory

public class SwingGraphicFactory
extends java.lang.Object
implements GraphicFactory

A graphic factory that assumes Swing as the native graphic system.

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

Field Summary
static gumbo.graphic.GraphicFactory INSTANCE
           
 
Method Summary
 SpaceMapper getSpaceMapper()
          Returns a singleton space mapper.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final gumbo.graphic.GraphicFactory INSTANCE
Method Detail

getSpaceMapper

public SpaceMapper getSpaceMapper()
Description copied from interface: GraphicFactory
Returns a singleton space mapper.

Specified by:
getSpaceMapper in interface GraphicFactory
Returns:
The graphic object. Never null.