Searched defs:fAreaBuffer (Results 1 - 3 of 3) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DBarGraph.java38 private StringBuffer fAreaBuffer; field in class:BarGraph
275 if (this.fAreaBuffer == null)
276 this.fAreaBuffer= new StringBuffer();
277 this.fAreaBuffer.append(" echo '<area shape=\"RECT\" coords=\"0," + y0 + ',' + width + ',' + y + "\" href=\"" + bar.url + "\">';\n");
287 if (this.fAreaBuffer != null) {
288 String s= this.fAreaBuffer.toString();
289 this.fAreaBuffer= null;
H A DLineGraph.java24 StringBuffer fAreaBuffer; field in class:LineGraph
135 if (this.fAreaBuffer == null)
136 this.fAreaBuffer= new StringBuffer();
138 this.fAreaBuffer.append("\r<area shape=\"CIRCLE\" coords=\""+(xposition-2)+','+(yposition-2)+','+5+" alt=\""+ thisItem.title+": "+thisItem.description+"\""+ " title=\""+ thisItem.title+": "+thisItem.description+"\">");
193 if (this.fAreaBuffer != null) {
194 String s= this.fAreaBuffer.toString();
195 this.fAreaBuffer= null;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 182 milliseconds