HomeSort by relevance Sort by last modified time
    Searched full:labelxpos (Results 1 - 2 of 2) 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/
FingerPrintGraph.java 251 int labelxpos = MARGIN + baselineBarLength;
274 labelxpos += baselineErrorLength;
301 if (labelxpos < (MARGIN+currentBarLength)) {
302 labelxpos = MARGIN + currentBarLength;
325 if (labelxpos < (MARGIN+currentBarLength+currentErrorLength)) {
326 labelxpos = MARGIN + currentBarLength+currentErrorLength;
348 this.gc.drawString(label, labelxpos+TGAP, labelvpos, true);
360 int xi = labelxpos+TGAP+labelExtent.x;
365 Rectangle deltaZone = new Rectangle(labelxpos, labelvpos-2, xi-labelxpos, labelExtent.y+4)
    [all...]
BarGraph.java 250 int labelxpos= center + barLength; local
253 gc.drawString(label, labelxpos + TGAP, labelvpos, true);
255 gc.drawString(label, labelxpos - TGAP - labelExtent.x, labelvpos, true);

Completed in 1527 milliseconds