gumbo.graphic
Class DefaultGraphicFactory

java.lang.Object
  |
  +--gumbo.graphic.DefaultGraphicFactory
All Implemented Interfaces:
GraphicFactory

public class DefaultGraphicFactory
extends java.lang.Object
implements GraphicFactory

The default graphic factory, which makes no use of the native graphic system. As such, use of this factory may result in very poor system performance.

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.