Home
last modified time | relevance | path

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 DCLCheckbox.java94 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 DColumnListCanvas.java85 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 DVJFlowLayout.java171 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 DCLIconLabel.java182 size.height = canvas.rowHeight; in size()
H A DCLChoice.java441 int spaceBelow = (size.height - (y + canvas.rowHeight)); in getMenuBounds()
458 r.y = y + canvas.rowHeight; in getMenuBounds()
H A DColumnList.java849 return canvas.rowHeight; in getRowHeight()