Uses of Package
edu.uci.ics.jung.visualization

Packages that use edu.uci.ics.jung.visualization
edu.uci.ics.jung.visualization   
edu.uci.ics.jung.visualization.contrib   
edu.uci.ics.jung.visualization.graphdraw   
 

Classes in edu.uci.ics.jung.visualization used by edu.uci.ics.jung.visualization
AbstractLayout
          Implements some of the dirty work of writing a layout algorithm, allowing the user to express their major intent more simply.
Coordinates
          Stores coordinates (X,Y) for vertices being visualized.
DetailViewer
          The DetailViewer generates a view which shows some textual information about a document.
FRLayout.FRVertexData
           
GraphMouseListener
          This interface allows users to register listeners to register to receive vertex clicks.
ISOMLayout.ISOMVertexData
           
Layout
          A generalized interface is a mechanism for returning (x,y) coordinates from vertices.
LayoutMutable
          An extended interface for signalling a layout that the underlying graph has been changed.
PickedInfo
           
Renderer
          A _Renderer does the actual job of drawing individual nodes and edges on a display.
SpringLayout.LengthFunction
           
StatusCallback
          This thin interface is used to allow the GraphDraw and _VisualizationViewer systems to get status reports from Layouts.
VisualizationViewer
           
 

Classes in edu.uci.ics.jung.visualization used by edu.uci.ics.jung.visualization.contrib
AbstractLayout
          Implements some of the dirty work of writing a layout algorithm, allowing the user to express their major intent more simply.
Layout
          A generalized interface is a mechanism for returning (x,y) coordinates from vertices.
LayoutMutable
          An extended interface for signalling a layout that the underlying graph has been changed.
SpringLayout
           
 

Classes in edu.uci.ics.jung.visualization used by edu.uci.ics.jung.visualization.graphdraw
AbstractRenderer
          This abstract class structures much of the annoying bits of Renderers, allowing the user to simply override the important methods and move on.
Renderer
          A _Renderer does the actual job of drawing individual nodes and edges on a display.