Searched refs:SteadyGraph (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DChart2DViewer.java177 graph = new SteadyGraph(getViewable().getNameString(),
H A DGanttViewer.java138 graph = new SteadyGraph(getViewable().getNameString(),
H A DGraphViewer.java67 protected SteadyGraph graph;
511 graph = new SteadyGraph(getViewable().getNameString(),
1633 protected static class SteadyGraph extends Graph { class in class:GraphViewer
1638 public SteadyGraph(String name, method in class:GraphViewer.SteadyGraph
1653 DebuggingSupport.logMessage(this, "SteadyGraph repaint call on thread="+Thread.currentThread());
1657 DebuggingSupport.logMessage(this, "SteadyGraph repaint finishing on thread="+Thread.currentThread());
1669 DebuggingSupport.logMessage(this, "SteadyGraph dx="+dx+" dy="+dy);

Completed in 86 milliseconds