JavaTM 2
Platform
Std.  Ed.  v1. 4.0

javax.swing.plaf.metal
클래스 MetalBorders.OptionDialogBorder

java.lang.Object 
  |
  +--javax.swing.border.AbstractBorder 
        |
        +--javax.swing.plaf.metal.MetalBorders.OptionDialogBorder
모든 구현 인터페이스:
Border , Serializable , UIResource
포함되어 있는 클래스:
MetalBorders

public static class MetalBorders.OptionDialogBorder
extends AbstractBorder
implements UIResource


생성자의 개요
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
 

생성자의 상세

MetalBorders.OptionDialogBorder

public MetalBorders.OptionDialogBorder()
메소드의 상세

paintBorder

public void paintBorder(Component  c,
                        Graphics  g,
                        int x,
                        int y,
                        int w,
                        int h)
클래스 AbstractBorder 의 기술:
이 디폴트 구현에서는 paint를 실시하지 않습니다.

정의:
인터페이스 Border 내의 paintBorder
오버라이드(override):
클래스 AbstractBorder 내의 paintBorder
파라미터:
c - 이 보더가 paint 되는 컴퍼넌트
g - paint의 그래픽스
x - paint 된 보더의 x 좌표
y - paint 된 보더의 y 좌표
w - paint 된 보더의 폭
h - paint 된 보더의 높이

getBorderInsets

public Insets  getBorderInsets(Component  c)
클래스 AbstractBorder 의 기술:
이 디폴트 구현은 top,left,bottom, 및 right 필드가 0 으로 설정되는 신규 Insets 인스턴스를 돌려줍니다.

정의:
인터페이스 Border 내의 getBorderInsets
오버라이드(override):
클래스 AbstractBorder 내의 getBorderInsets
파라미터:
c - 이 보더의 인 세트의 값을 적용하는 컴퍼넌트
반환값:
0 에 초기화되는 새로운 Insets 오브젝트

getBorderInsets

public Insets  getBorderInsets(Component  c,
                              Insets  newInsets)
클래스 AbstractBorder 의 기술:
인 세트 파라미터를, 이 Border 의 현재의 인 세트로 다시 초기화합니다.

오버라이드(override):
클래스 AbstractBorder 내의 getBorderInsets
파라미터:
c - 이 보더의 인 세트의 값을 적용하는 컴퍼넌트
newInsets - 다시 초기화하는 오브젝트
반환값:
insets 오브젝트

JavaTM 2
Platform
Std.  Ed.  v1. 4.0

버그의 보고와 기능의 리퀘스트
이외의 API 레퍼런스 및 개발자용 문서에 대해서는 Java 2 SDK SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

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.