Java プラットフォーム 1.2

javax.swing.plaf.metal
クラス MetalBorders.ToolBarBorder

java.lang.Object
  |
  +--javax.swing.border.AbstractBorder
        |
        +--javax.swing.plaf.metal.MetalBorders.ToolBarBorder

public static class MetalBorders.ToolBarBorder
extends AbstractBorder
implements UIResource, SwingConstants

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

フィールドの概要
protected  javax.swing.plaf.metal.MetalBumps bumps
           
 
コンストラクタの概要
MetalBorders.ToolBarBorder()
           
 
メソッドの概要
 Insets getBorderInsets(Component c)
           
 void paintBorder(Component c, Graphics g, int x, int y, int w, int h)
           
 
クラス javax.swing.border.AbstractBorder から継承したメソッド
getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

bumps

protected javax.swing.plaf.metal.MetalBumps bumps
コンストラクタの詳細

MetalBorders.ToolBarBorder

public MetalBorders.ToolBarBorder()
メソッドの詳細

paintBorder

public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int w,
                        int h)
オーバーライド:
クラス 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.