Uses of Class
net.xqhs.graphs.matcher.MatchingVisualizer

Packages that use MatchingVisualizer
net.xqhs.graphs.matcher This package contains the definition of the net.xqhs.graphs.matcher.GraphMatcher interface and the GraphMatcherQuick implementation. 
 

Uses of MatchingVisualizer in net.xqhs.graphs.matcher
 

Fields in net.xqhs.graphs.matcher declared as MatchingVisualizer
(package private)  MatchingVisualizer MonitorPack.visual
          Matching visualizer to view the matching process.
 

Methods in net.xqhs.graphs.matcher that return MatchingVisualizer
 MatchingVisualizer MatchingVisualizer.feedLine(Graph graph, VisualizableGraphComponent highlight, java.lang.String comment)
          Displays in the visualizer a line showing a graphical representation of the specified graph, with the specified component highlighted, and the specified comment next to the representation.
 MatchingVisualizer MatchingVisualizer.feedLine(java.util.List<Match> ms, java.lang.String comment)
          Outputs a line of the matching process visualization to the canvas, also adding the specified comment.
 MatchingVisualizer MatchingVisualizer.feedLine(Match m1, Match m2, Match m3, java.lang.String comment)
          Outputs a line of the matching process visualization to the canvas, consisting of three match, also adding the specified comment.
 MatchingVisualizer MatchingVisualizer.feedLine(Match m1, Match m2, java.lang.String comment)
          Outputs a line of the matching process visualization to the canvas, consisting of two matches, also adding the specified comment.
 MatchingVisualizer MatchingVisualizer.feedLine(Match m1, java.lang.String comment)
          Outputs a line of the matching process visualization to the canvas, consisting of only one match, also adding the specified comment.
 MatchingVisualizer MatchingVisualizer.feedLine(java.lang.String comment)
          Displays in the visualizer a line showing only one comment.
 MatchingVisualizer MonitorPack.getVisual()
           
 MatchingVisualizer MatchingVisualizer.setCanvas(net.xqhs.graphical.GCanvas canvas)
           
 MatchingVisualizer MatchingVisualizer.setLineHeight(int height)
           
 MatchingVisualizer MatchingVisualizer.setTopLeft(java.awt.Point topleft)
           
 

Methods in net.xqhs.graphs.matcher with parameters of type MatchingVisualizer
 MonitorPack MonitorPack.setVisual(MatchingVisualizer visualizer)
          Sets the MatchingVisualizer instance to use to visualize the matching process.