Home | History | Annotate | Download | only in ui

Lines Matching refs:yposition

93 				int yposition = thisItem.y;
102 g.drawLine(xposition, yposition,right,yposition);
103 g.drawLine(left,yposition,xposition, yposition);
107 g.drawLine(lastx, lasty, xposition, yposition);
111 // g.fillOval(xposition - 2, yposition - 2, 6, 6);
112 g.fillRectangle(xposition - 2, yposition - 2, 5, 5);
115 g.drawRectangle(xposition -4, yposition - 4, 8, 8);
121 + (xposition - 2) + ',' + (yposition - 2) + ',' + 5
127 if (i > 0 && yposition < lasty)
132 g.drawString(thisItem.title, xposition + 2, yposition
134 g.drawString(thisItem.description, xposition + 2, yposition
141 lasty = yposition;