to.tetramorph.starbase.multisplit
クラス ShallowBevelBorder

java.lang.Object
  上位を拡張 javax.swing.border.AbstractBorder
      上位を拡張 javax.swing.border.BevelBorder
          上位を拡張 to.tetramorph.starbase.multisplit.ShallowBevelBorder
すべての実装されたインタフェース:
Serializable, Border

public class ShallowBevelBorder
extends BevelBorder

へこんだベベルボーダー(親は彫り込みが2pixcelだが1pixcelにしたもの。)

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

フィールドの概要
 
クラス javax.swing.border.BevelBorder から継承されたフィールド
bevelType, highlightInner, highlightOuter, LOWERED, RAISED, shadowInner, shadowOuter
 
コンストラクタの概要
ShallowBevelBorder()
          ShallowBevelBorder オブジェクトを作成する
 
メソッドの概要
protected  void paintLoweredBevel(Component c, Graphics g, int x, int y, int width, int height)
           
 
クラス javax.swing.border.BevelBorder から継承されたメソッド
getBevelType, getBorderInsets, getBorderInsets, getHighlightInnerColor, getHighlightInnerColor, getHighlightOuterColor, getHighlightOuterColor, getShadowInnerColor, getShadowInnerColor, getShadowOuterColor, getShadowOuterColor, isBorderOpaque, paintBorder, paintRaisedBevel
 
クラス javax.swing.border.AbstractBorder から継承されたメソッド
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ShallowBevelBorder

public ShallowBevelBorder()
ShallowBevelBorder オブジェクトを作成する

メソッドの詳細

paintLoweredBevel

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