Uses of Package
gumbo.graphic.space

Packages that use gumbo.graphic.space
gumbo.graphic.impl.swing   
gumbo.graphic.math   
gumbo.graphic.probe   
gumbo.graphic.space   
gumbo.interact Provides special purpose building blocks for user interaction, including user feedback. 
gumbo.interact.select   
gumbo.visualize.data.impl.swing   
gumbo.visualize.data.layout Provides special purpose building blocks for 2D/3D layout in support of data visualization. 
 

Classes in gumbo.graphic.space used by gumbo.graphic.impl.swing
AbstractSpaceNode
          A partial implementation of the SpaceNode interface.
GraphicGeometry
          A graphic with geometry defined relative to a local reference space, as specified by a space node (see SpaceNode).
SpaceMapper
          A graphic object that provides a strategy for transforming (mapping) geometry from one space to another in a space tree.
SpaceNode
          A graphic object that supports a general purpose spatial geometry tree (scenegraph).
TransformNode
          A base interface for space nodes that perform a spatial transform, in a stateful manner.
TranslationNode
          A transform node that specifically supports geometric translation.
 

Classes in gumbo.graphic.space used by gumbo.graphic.math
GraphicGeometry
          A graphic with geometry defined relative to a local reference space, as specified by a space node (see SpaceNode).
TransformableGraphic
          A graphic that can be spatially transformed, typically in a stateless manner (for stateful transformation see TransformNode).
 

Classes in gumbo.graphic.space used by gumbo.graphic.probe
GraphicGeometry
          A graphic with geometry defined relative to a local reference space, as specified by a space node (see SpaceNode).
TransformableGraphic
          A graphic that can be spatially transformed, typically in a stateless manner (for stateful transformation see TransformNode).
 

Classes in gumbo.graphic.space used by gumbo.graphic.space
AbstractSpaceNode
          A partial implementation of the SpaceNode interface.
DisplaySpace
          A graphic space representing a 2D "display" space.
DisplaySpaceConfig
          Configuration delegate for a DisplaySpace.
GraphicGeometry
          A graphic with geometry defined relative to a local reference space, as specified by a space node (see SpaceNode).
GraphicSpace
          A graphic object corresponding to a user interface interaction space, such as those defined in the book "3D User Interfaces with Java 3D".
GraphicSpaceRoot
          A space node used by graphic spaces as the root of a space tree.
RotationNode
          A transform node that specifically supports geometric rotation.
ScaleNode
          A transform node that specifically supports non-negative geometric scaling.
ScreenSpace
          A graphic space representing a 2D "screen" space.
ScreenSpaceConfig
          Configuration delegate for a ScreenSpace.
SpaceMapper
          A graphic object that provides a strategy for transforming (mapping) geometry from one space to another in a space tree.
SpaceNode
          A graphic object that supports a general purpose spatial geometry tree (scenegraph).
SpaceNodeField
           
TransformNode
          A base interface for space nodes that perform a spatial transform, in a stateful manner.
TranslationNode
          A transform node that specifically supports geometric translation.
ViewSpace
          A graphic space representing a 3D "view" space.
ViewSpaceConfig
          Configuration delegate for a ViewSpace.
WorldSpace
          A graphic space representing a 3D "world" space.
WorldSpaceConfig
          Configuration delegate for a WorldSpace.
 

Classes in gumbo.graphic.space used by gumbo.interact
AbstractSpaceNode
          A partial implementation of the SpaceNode interface.
GraphicGeometry
          A graphic with geometry defined relative to a local reference space, as specified by a space node (see SpaceNode).
SpaceNode
          A graphic object that supports a general purpose spatial geometry tree (scenegraph).
TransformNode
          A base interface for space nodes that perform a spatial transform, in a stateful manner.
TranslationNode
          A transform node that specifically supports geometric translation.
 

Classes in gumbo.graphic.space used by gumbo.interact.select
AbstractSpaceNode
          A partial implementation of the SpaceNode interface.
GraphicGeometry
          A graphic with geometry defined relative to a local reference space, as specified by a space node (see SpaceNode).
SpaceNode
          A graphic object that supports a general purpose spatial geometry tree (scenegraph).
TransformNode
          A base interface for space nodes that perform a spatial transform, in a stateful manner.
TranslationNode
          A transform node that specifically supports geometric translation.
 

Classes in gumbo.graphic.space used by gumbo.visualize.data.impl.swing
AbstractSpaceNode
          A partial implementation of the SpaceNode interface.
GraphicGeometry
          A graphic with geometry defined relative to a local reference space, as specified by a space node (see SpaceNode).
SpaceNode
          A graphic object that supports a general purpose spatial geometry tree (scenegraph).
TransformNode
          A base interface for space nodes that perform a spatial transform, in a stateful manner.
TranslationNode
          A transform node that specifically supports geometric translation.
 

Classes in gumbo.graphic.space used by gumbo.visualize.data.layout
GraphicGeometry
          A graphic with geometry defined relative to a local reference space, as specified by a space node (see SpaceNode).
SpaceNode
          A graphic object that supports a general purpose spatial geometry tree (scenegraph).
TransformNode
          A base interface for space nodes that perform a spatial transform, in a stateful manner.
TranslationNode
          A transform node that specifically supports geometric translation.