jp.ac.waseda.info.ueda.unyo.panel
クラス MyPopupMenu.ShadowBorder

java.lang.Object
  上位を拡張 javax.swing.border.AbstractBorder
      上位を拡張 jp.ac.waseda.info.ueda.unyo.panel.MyPopupMenu.ShadowBorder
すべての実装されたインタフェース:
java.io.Serializable, javax.swing.border.Border
含まれているクラス:
MyPopupMenu

public class MyPopupMenu.ShadowBorder
extends javax.swing.border.AbstractBorder

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

コンストラクタの概要
MyPopupMenu.ShadowBorder(int x, int y, javax.swing.JComponent c, java.awt.Point p)
           
MyPopupMenu.ShadowBorder(javax.swing.JComponent c, java.awt.Point p)
           
 
メソッドの概要
 java.awt.Insets getBorderInsets(java.awt.Component c)
           
 void paintBorder(java.awt.Component comp, java.awt.Graphics g, int x, int y, int w, int h)
           
 
クラス javax.swing.border.AbstractBorder から継承されたメソッド
getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MyPopupMenu.ShadowBorder

public MyPopupMenu.ShadowBorder(javax.swing.JComponent c,
                                java.awt.Point p)

MyPopupMenu.ShadowBorder

public MyPopupMenu.ShadowBorder(int x,
                                int y,
                                javax.swing.JComponent c,
                                java.awt.Point p)
メソッドの詳細

getBorderInsets

public java.awt.Insets getBorderInsets(java.awt.Component c)
定義:
インタフェース javax.swing.border.Border 内の getBorderInsets
オーバーライド:
クラス javax.swing.border.AbstractBorder 内の getBorderInsets

paintBorder

public void paintBorder(java.awt.Component comp,
                        java.awt.Graphics g,
                        int x,
                        int y,
                        int w,
                        int h)
定義:
インタフェース javax.swing.border.Border 内の paintBorder
オーバーライド:
クラス javax.swing.border.AbstractBorder 内の paintBorder