Java プラットフォーム 1.2

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

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

public static class BasicBorders.MenuBarBorder
extends AbstractBorder
implements UIResource

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

コンストラクタの概要
BasicBorders.MenuBarBorder(Color shadow, Color highlight)
           
 
メソッドの概要
 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.MenuBarBorder

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

paintBorder

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

getBorderInsets

public Insets getBorderInsets(Component c)
オーバーライド:
クラス AbstractBorder 内の 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.