Java プラットフォーム 1.2

javax.swing.plaf.basic
クラス BasicBorders.RadioButtonBorder

java.lang.Object
  |
  +--javax.swing.border.AbstractBorder
        |
        +--javax.swing.plaf.basic.BasicBorders.ButtonBorder
              |
              +--javax.swing.plaf.basic.BasicBorders.RadioButtonBorder

public static class BasicBorders.RadioButtonBorder
extends BasicBorders.ButtonBorder

関連項目:
直列化された形式

クラス javax.swing.plaf.basic.BasicBorders.ButtonBorder から継承したフィールド
darkShadow, highlight, lightHighlight, shadow
 
コンストラクタの概要
BasicBorders.RadioButtonBorder(Color shadow, Color darkShadow, Color highlight, Color lightHighlight)
           
 
メソッドの概要
 Insets getBorderInsets(Component c)
           
 void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
           
 
クラス javax.swing.border.AbstractBorder から継承したメソッド
getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BasicBorders.RadioButtonBorder

public BasicBorders.RadioButtonBorder(Color shadow,
                                      Color darkShadow,
                                      Color highlight,
                                      Color lightHighlight)
メソッドの詳細

paintBorder

public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int width,
                        int height)
オーバーライド:
クラス BasicBorders.ButtonBorder 内の paintBorder

getBorderInsets

public Insets getBorderInsets(Component c)
オーバーライド:
クラス BasicBorders.ButtonBorder 内の getBorderInsets

Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.