|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 모든 클래스 | ||||||||||
개요: 상자 | 필드 | constructor | 메소드 | 상세: 필드 | constructor | 메소드 |
java.lang.Object | +--javax.swing.border.AbstractBorder | +--javax.swing.plaf.metal.MetalBorders.OptionDialogBorder
생성자의 개요 | |
MetalBorders.OptionDialogBorder ()
|
메소드의 개요 | |
Insets |
getBorderInsets (Component c)
이 디폴트 구현은 top ,left ,bottom , 및 right 필드가 0 으로 설정되는 신규 Insets 인스턴스를 돌려줍니다. |
Insets |
getBorderInsets (Component c,
Insets newInsets)
인 세트 파라미터를, 이 Border 의 현재의 인 세트로 다시 초기화합니다. |
void |
paintBorder (Component c,
Graphics g,
int x,
int y,
int w,
int h)
이 디폴트 구현에서는 paint를 실시하지 않습니다. |
클래스 javax.swing.border. AbstractBorder 에서 상속받은 메소드 |
getInteriorRectangle , getInteriorRectangle , isBorderOpaque |
클래스 java.lang. Object 에서 상속받은 메소드 |
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
생성자의 상세 |
public MetalBorders.OptionDialogBorder()
메소드의 상세 |
public void paintBorder(Component c, Graphics g, int x, int y, int w, int h)
AbstractBorder
의 기술:
Border
내의 paintBorder
AbstractBorder
내의 paintBorder
c
- 이 보더가 paint 되는 컴퍼넌트g
- paint의 그래픽스x
- paint 된 보더의 x 좌표y
- paint 된 보더의 y 좌표w
- paint 된 보더의 폭h
- paint 된 보더의 높이public Insets getBorderInsets(Component c)
AbstractBorder
의 기술: top
,left
,bottom
, 및 right
필드가 0
으로 설정되는 신규 Insets
인스턴스를 돌려줍니다.
Border
내의 getBorderInsets
AbstractBorder
내의 getBorderInsets
c
- 이 보더의 인 세트의 값을 적용하는 컴퍼넌트
Insets
오브젝트public Insets getBorderInsets(Component c, Insets newInsets)
AbstractBorder
의 기술:
AbstractBorder
내의 getBorderInsets
c
- 이 보더의 인 세트의 값을 적용하는 컴퍼넌트newInsets
- 다시 초기화하는 오브젝트
insets
오브젝트
|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 모든 클래스 | ||||||||||
개요: 상자 | 필드 | constructor | 메소드 | 상세: 필드 | constructor | 메소드 |
Java, Java 2 D, 및 JDBC 는 미국 및 그 외의 나라에 있어서의 미국 Sun Microsystems, Inc. 의 상표 혹은 등록상표입니다.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.