|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요 : 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjavax.swing.plaf.BorderUIResource
public class BorderUIResource
상자의 클래스의 개요 | |
---|---|
static class |
BorderUIResource.BevelBorderUIResource
|
static class |
BorderUIResource.CompoundBorderUIResource
|
static class |
BorderUIResource.EmptyBorderUIResource
|
static class |
BorderUIResource.EtchedBorderUIResource
|
static class |
BorderUIResource.LineBorderUIResource
|
static class |
BorderUIResource.MatteBorderUIResource
|
static class |
BorderUIResource.TitledBorderUIResource
|
생성자 의 개요 | |
---|---|
BorderUIResource (Border delegate)
기존의 Border 인스턴스를 랩 하는, UIResource 의 경계 객체를 작성합니다. |
메소드의 개요 | |
---|---|
static Border |
getBlackLineBorderUIResource ()
|
Insets |
getBorderInsets (Component c)
경계의 인 세트의 값을 돌려줍니다. |
static Border |
getEtchedBorderUIResource ()
|
static Border |
getLoweredBevelBorderUIResource ()
|
static Border |
getRaisedBevelBorderUIResource ()
|
boolean |
isBorderOpaque ()
경계가 불투명한가 어떤가를 돌려줍니다. |
void |
paintBorder (Component c,
Graphics g,
int x,
int y,
int width,
int height)
지정된 컴퍼넌트의 경계를, 지정된 위치 및 사이즈로 그립니다. |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
생성자 의 상세 |
---|
public BorderUIResource(Border delegate)
delegate
- 랩 되는 경계메소드의 상세 |
---|
public static Border getEtchedBorderUIResource()
public static Border getLoweredBevelBorderUIResource()
public static Border getRaisedBevelBorderUIResource()
public static Border getBlackLineBorderUIResource()
public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
Border
의 기술:
Border
내의 paintBorder
c
- 이 경계가 페인트 되는 컴퍼넌트g
- 페인트의 그래픽스x
- 페인트 된 경계의 x 좌표y
- 페인트 된 경계의 y 좌표width
- 페인트 된 경계의 폭height
- 페인트 된 경계의 높이public Insets getBorderInsets(Component c)
Border
의 기술:
Border
내의 getBorderInsets
c
- 이 경계의 인 세트의 값을 적용하는 컴퍼넌트public boolean isBorderOpaque()
Border
의 기술:
Border
내의 isBorderOpaque
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요 : 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.