Uses of Interface
gumbo.graphic.probe.IntersectableGraphic

Packages that use IntersectableGraphic
gumbo.graphic.impl.swing   
gumbo.graphic.probe   
gumbo.interact Provides special purpose building blocks for user interaction, including user feedback. 
gumbo.interact.select   
gumbo.visualize.data.impl.swing   
 

Uses of IntersectableGraphic in gumbo.graphic.impl.swing
 

Classes in gumbo.graphic.impl.swing that implement IntersectableGraphic
 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 IntersectableGraphic in gumbo.graphic.probe
 

Subinterfaces of IntersectableGraphic in gumbo.graphic.probe
 interface IntersectionNode
          A node in an abstract intersection tree, which supports efficient hierarchical intersection of complex geometric shapes.
 

Classes in gumbo.graphic.probe that implement IntersectableGraphic
 class AbstractIntersectionNode
          A partial implementation of the IntersectionNode interface.
 class AxisBound3
          A 3D axis-aligned box bound, whose position and extent are defined by a minimum and maximum point.
 

Uses of IntersectableGraphic in gumbo.interact
 

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

Uses of IntersectableGraphic in gumbo.interact.select
 

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

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

Classes in gumbo.visualize.data.impl.swing that implement IntersectableGraphic
 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 SwingTreeView
          A default tree view implemented using a JTree.