gumbo.graphic
Interface GraphicFactory

All Known Implementing Classes:
DefaultGraphicFactory, SwingGraphicFactory

public interface GraphicFactory

A factory interface that creates graphic objects of a common and vital nature. Such graphic objects are typically services whose performance can be greatly enhanced through implementations relying on the native graphic system (Swing, Java 3D, JOGL, etc.). This factory is intended to be used in conjunction with GlobalGraphicFactory.

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

Method Summary
 SpaceMapper getSpaceMapper()
          Returns a singleton space mapper.
 

Method Detail

getSpaceMapper

public SpaceMapper getSpaceMapper()
Returns a singleton space mapper.

Returns:
The graphic object. Never null.