Uses of Interface
gumbo.graphic.content.LinkingGraphic

Packages that use LinkingGraphic
gumbo.graphic.content   
gumbo.visualize.data.impl.swing   
 

Uses of LinkingGraphic in gumbo.graphic.content
 

Subinterfaces of LinkingGraphic in gumbo.graphic.content
 interface KinkableGraphic
          A linking graphic with none or more ordered kink points, which are distinct from its end points.
 

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

Classes in gumbo.visualize.data.impl.swing that implement LinkingGraphic
 class SwingGraphEdge
          A default graph edge implemented using a JComponent.