Uses of Interface
gumbo.graphic.GraphicPresence

Packages that use GraphicPresence
gumbo.graphic.content   
gumbo.graphic.impl.swing   
gumbo.interact Provides special purpose building blocks for user interaction, including user feedback. 
gumbo.interact.select   
gumbo.visualize.data Provides special purpose building blocks for 2D/3D visualization of generic data structures, such as graphs. 
gumbo.visualize.data.impl.swing   
gumbo.visualize.data.layout Provides special purpose building blocks for 2D/3D layout in support of data visualization. 
 

Uses of GraphicPresence in gumbo.graphic.content
 

Subinterfaces of GraphicPresence in gumbo.graphic.content
 interface GraphicShape
          A graphic object representing visible, and ultimately displayable, content in a graphic space (world, view, display).
 interface SelectableShape
          A graphic shape that is also selectable.
 

Uses of GraphicPresence in gumbo.graphic.impl.swing
 

Classes in gumbo.graphic.impl.swing that implement GraphicPresence
 class SwingShape
          An adapter that converts a Swing JComponent into a displayable leaf shape.
 class SwingSpaceNode
          An abstract SpaceNode adapter for an AWT/Swing Component.
 

Uses of GraphicPresence in gumbo.interact
 

Classes in gumbo.interact that implement GraphicPresence
static class TestSwingTargets.AbstractShape
           
static class TestSwingTargets.Button
           
static class TestSwingTargets.Space
           
static class TestSwingTargets.Thing
           
 

Uses of GraphicPresence in gumbo.interact.select
 

Classes in gumbo.interact.select that implement GraphicPresence
static class TestSelectApp.Thing
           
static class TestSwingSelectTargets.Thing
           
 

Uses of GraphicPresence in gumbo.visualize.data
 

Subinterfaces of GraphicPresence in gumbo.visualize.data
 interface GraphicView
          A graphic serving as a proxy for a concrete implementation of an abstract data view.
 

Classes in gumbo.visualize.data that implement GraphicPresence
 class NullGraphicView
          A graphic view without a graphic presentation.
 

Uses of GraphicPresence in gumbo.visualize.data.impl.swing
 

Classes in gumbo.visualize.data.impl.swing that implement GraphicPresence
 class SwingDataProxy
          A GraphicView intended for use as a non-spatial proxy for a displayable shape, such as for use by a Swing cell renderer (see JTree, JList).
 class SwingDataShape
          An adapter that converts a Swing JComponent into a GraphicView intended for use as a displayable leaf shape.
 class SwingGraphEdge
          A default graph edge implemented using a JComponent.
 class SwingGraphVertex
          A default graph vertex implemented using a JPanel, and a JLabel for the auto-label.
 class SwingGraphView
          A default graph view implemented using a JLayeredPane, which manages content shapes (vertices and edges) in layers.
 class SwingListEntry
          A default list entry implemented using a JTextField, which is automatically updated with the associated model's String client data.
 class SwingListView
          A default list view implemented using a JPanel with a BoxLayout, which arranges vertices as a single column of auto-sized equal width list entries.
 class SwingTreeNode
          A proxy for a tree node shape.
 class SwingTreeView
          A default tree view implemented using a JTree.
 

Uses of GraphicPresence in gumbo.visualize.data.layout
 

Subinterfaces of GraphicPresence in gumbo.visualize.data.layout
 interface AxisLayoutGraphic
          A graphic that supports axis-aligned layout.