Uses of Interface
gumbo.graphic.space.GraphicSpace

Packages that use GraphicSpace
gumbo.graphic.space   
 

Uses of GraphicSpace in gumbo.graphic.space
 

Subinterfaces of GraphicSpace in gumbo.graphic.space
 interface DisplaySpace
          A graphic space representing a 2D "display" space.
 interface ScreenSpace
          A graphic space representing a 2D "screen" space.
 interface ViewSpace
          A graphic space representing a 3D "view" space.
 interface WorldSpace
          A graphic space representing a 3D "world" space.
 

Classes in gumbo.graphic.space that implement GraphicSpace
 class AbstractDisplaySpace
          A full implementation of the DisplaySpace interface.
 class AbstractScreenSpace
          A full implementation of the ScreenSpace interface.
 class AbstractViewSpace
          A full implementation of the ViewSpace interface.
 class AbstractWorldSpace
          A full implementation of the WorldSpace interface.