HomeSort by relevance Sort by last modified time
    Searched refs:graphItem (Results 1 - 3 of 3) sorted by null

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
LineGraph.java 26 private static class GraphItem {
34 GraphItem(String title, String description,double value, Color color,boolean display) {
39 GraphItem(String title, String description, double value, Color color) {
94 GraphItem lastItem= (GraphItem) this.fItems.get(this.fItems.size()-1);
124 GraphItem thisItem= (GraphItem) this.fItems.get(i);
166 this.fItems.add(new GraphItem(name, description, value, col,display));
172 GraphItem graphItem= (GraphItem) this.fItems.get(i)
    [all...]
TimeLineGraph.java 173 TimeLineGraphItem graphItem = (TimeLineGraphItem) items.get(i);
174 if (graphItem.value > maxItem)
175 maxItem = graphItem.value;
190 TimeLineGraphItem graphItem = (TimeLineGraphItem) items.get(i);
191 if (graphItem.value < minItem)
192 minItem = graphItem.value;
211 TimeLineGraphItem graphItem = (TimeLineGraphItem) items.get(i);
212 if (graphItem.timestamp > mostRecentTimestamp) {
213 mostRecentTimestamp = graphItem.timestamp;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 33 milliseconds