Searched refs:rowHeight (Results 1 – 6 of 6) sorted by relevance
| /titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
| H A D | CLCheckbox.java | 94 int rowHeight, int ascent, int alignment) in paint() argument 99 if (colWidth >= (rowHeight+4)) { in paint() 100 g.drawRect(x + 5, y + 2, rowHeight - 6, rowHeight - 6); in paint() 102 g.drawLine(x + 8, y + rowHeight / 2 - 1, in paint() 103 x + rowHeight / 2 + 2, y + rowHeight - 7); in paint() 104 g.drawLine(x + rowHeight / 2 + 2, y + rowHeight - 7, in paint() 105 x + rowHeight - 3, y + 4); in paint() 106 g.drawLine(x + 7, y + rowHeight / 2 - 1, in paint() 107 x + rowHeight / 2 + 2, y + rowHeight - 6); in paint() 108 g.drawLine(x + rowHeight / 2 + 2, y + rowHeight - 6, in paint() [all …]
|
| H A D | ColumnListCanvas.java | 85 int rowHeight; // height of data row field in ColumnListCanvas 329 return headerHeight + ((row - scrollrow) * rowHeight) in textY() 543 if (rowHeight != 0) in scrollY() 544 scrollrow = (y + rowHeight - 1) / rowHeight; in scrollY() 577 return new Dimension(totalWidth, rowHeight * records); in scrollSize() 595 return rowHeight; in lineHeight() 780 if (componentHeight > rowHeight) { in checkComponentCell() 781 rowAscent += (componentHeight - rowHeight) / 2; in checkComponentCell() 782 rowHeight = componentHeight + 2; in checkComponentCell() 1043 rowHeight = fm.getHeight() + 3; in cacheDimensions() [all …]
|
| H A D | VJFlowLayout.java | 171 int rowHeight = 0; in calcLayoutSize() local 187 r.height += (rowHeight + vgap); in calcLayoutSize() 191 rowHeight = 0; in calcLayoutSize() 195 rowHeight = Math.max(rowHeight, d.height); in calcLayoutSize() 202 r.height += (rowHeight + vgap); in calcLayoutSize()
|
| H A D | CLIconLabel.java | 182 size.height = canvas.rowHeight; in size()
|
| H A D | CLChoice.java | 441 int spaceBelow = (size.height - (y + canvas.rowHeight)); in getMenuBounds() 458 r.y = y + canvas.rowHeight; in getMenuBounds()
|
| H A D | ColumnList.java | 849 return canvas.rowHeight; in getRowHeight()
|