|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjavax.swing.border.AbstractBorder
javax.swing.plaf.metal.MetalBorders.Flush3DBorder
public static class MetalBorders.Flush3DBorder
생성자 의 개요 | |
---|---|
MetalBorders.Flush3DBorder ()
|
메소드의 개요 | |
---|---|
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)
이 디폴트 구현에서는, 페인트를 실시하지 않습니다. |
클래스 javax.swing.border. AbstractBorder 로부터 상속된 메소드 |
---|
getBaseline , getBaselineResizeBehavior , getInteriorRectangle , getInteriorRectangle , isBorderOpaque |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
생성자 의 상세 |
---|
public MetalBorders.Flush3DBorder()
메소드의 상세 |
---|
public void paintBorder(Component c, Graphics g, int x, int y, int w, int h)
AbstractBorder
의 기술:
Border
내의 paintBorder
AbstractBorder
내의 paintBorder
c
- 이 경계가 페인트 되는 컴퍼넌트g
- 페인트의 그래픽스x
- 페인트 된 경계의 x 좌표y
- 페인트 된 경계의 y 좌표w
- 페인트 된 경계의 폭h
- 페인트 된 경계의 높이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 Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.