Home
last modified time | relevance | path

Searched refs:lineWidth (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DImageButton.java50 private int lineWidth = 2; // thickness of 3D line around button field in ImageButton
62 padWidth = lineWidth + 2; in ImageButton()
66 super.setPadWidth(w + lineWidth); in setPadWidth()
70 return (super.getPadWidth() - lineWidth); in getPadWidth()
75 lineWidth = w; in setLineWidth()
80 return (lineWidth); in getLineWidth()
138 for (int i = 0; i < lineWidth; i++) { in paint()
H A DScrollPanel.java402 int lineWidth = Math.max(10, viewSize.width/6); in updateHScrollbar() local
403 int pageSize = Math.max(lineWidth, viewSize.width - lineWidth); in updateHScrollbar()
407 hbar.setLineIncrement(lineWidth); in updateHScrollbar()
H A DTextView.java49 protected int fontHeight, lineWidth, lineHeight; field in TextView
538 g.fillRect(xoff, yoff, lineWidth, lineHeight); in drawLine()
621 lineWidth = Math.max(minWidth, size.width-bd); in cacheLineWidth()