Uses of Interface
gumbo.graphic.GraphicFactory

Packages that use GraphicFactory
gumbo.graphic Provides interfaces, services, and utilities that support application development independent of the implementing graphics technology, dimensionality, and precision. 
gumbo.graphic.impl.swing   
 

Uses of GraphicFactory in gumbo.graphic
 

Classes in gumbo.graphic that implement GraphicFactory
 class DefaultGraphicFactory
          The default graphic factory, which makes no use of the native graphic system.
 

Uses of GraphicFactory in gumbo.graphic.impl.swing
 

Classes in gumbo.graphic.impl.swing that implement GraphicFactory
 class SwingGraphicFactory
          A graphic factory that assumes Swing as the native graphic system.