Home | History | Annotate | Download | only in ui

Lines Matching defs:BARHEIGHT

26 	private static final int BARHEIGHT= 8; // height of bar
75 return MARGIN + titleHeight + n * (GAP + BARHEIGHT) + GAP + textHeight + MARGIN;
150 gc.fillRectangle(0, y + i * (BARHEIGHT + GAP), width, BARHEIGHT + GAP);
153 int yy= y + bars.length * (BARHEIGHT + GAP);
223 gc.fillRectangle(center, y + (GAP / 2), barLength, BARHEIGHT);
224 gc.drawRectangle(center, y + (GAP / 2), barLength, BARHEIGHT);
226 gc.fillRectangle(center+barLength, y + (GAP / 2), -barLength, BARHEIGHT);
227 gc.drawRectangle(center+barLength, y + (GAP / 2), -barLength, BARHEIGHT);
232 int h2= (BARHEIGHT + GAP);
251 int labelvpos= y + (BARHEIGHT + GAP - labelExtent.y) / 2;
272 y+= BARHEIGHT + GAP;