Package edu.jhu.ece.iacl.jist.pipeline.graph

Contains customized extensions to JGraph's API for MAPS layout tool.

See:
          Description

Class Summary
AvoidanceRouting Algorithm for routing connectors so that they avoid intersecting graph modules.
JGraphFoldingManager Manages the folding and unfolding of groups.
PipeAlgorithmFactory Creates algorithm modules from a module definition.
PipeAlgorithmFactory.AlgorithmCell Get module cell that represents algorithm.
PipeAlgorithmFactory.AlgorithmGroupCell Get module cell that represents algorithm group.
PipeAlgorithmFactory.AlgorithmGroupNode Tree node to represent algorithm.
PipeAlgorithmFactory.AlgorithmNode Tree node to represent algorithm.
PipeAlgorithmGroupView Algorithm group cell view.
PipeAlgorithmGroupView.ActivityRenderer The Class ActivityRenderer.
PipeAlgorithmView Cell view renderer for algorithm.
PipeAlgorithmView.ActivityRenderer The Class ActivityRenderer.
PipeCellViewFactory Factory to create graph cells for different module types.
PipeDestinationFactory Factory to create destination cell modules.
PipeDestinationFactory.DestinationCell Graph cell to represent destination.
PipeDestinationFactory.DestinationNode Tree node to destination.
PipeDestinationView Cell view to render destination.
PipeDestinationView.ActivityRenderer The Class ActivityRenderer.
PipeEdgeEditor Editor for index spinner box.
PipeEdgeRealEditor The Class PipeEdgeRealEditor.
PipeEdgeView Cell view to render edge.
PipeGraphModel Graph model that has been modified to clone cell modules correctly.
PipeGraphUI The Class PipeGraphUI.
PipeJGraph MAPS customized graph.
PipeMarqueeHandler The Class PipeMarqueeHandler.
PipeModuleCell Module cell to display on graph.
PipeModuleEdge Edge cell to display on graph.
PipeModuleFactory Factory to create new graph cell modules, tree nodes, and pipes.
PipeModulePort Graph module port.
PipePortView Cell view for port.
PipeSourceFactory Factory for creating source modules.
PipeSourceFactory.SourceCell Source graph cell.
PipeSourceFactory.SourceNode Source tree node.
PipeSourceView Cell view renderer for sources.
PipeSourceView.ActivityRenderer The Class ActivityRenderer.
PortChildView Cell view render for child ports.
PortInputView Cell view renderer for input ports.
PortOutputView Cell view renderer for output ports.
PortParentView Cell view renderer for parent ports.
 

Enum Summary
AvoidanceRouting.Dir The Enum Dir.
 

Package edu.jhu.ece.iacl.jist.pipeline.graph Description

Contains customized extensions to JGraph's API for MAPS layout tool.