KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > border > SoftBevelBorder

javax.swing.border
Class SoftBevelBorder

java.lang.Object
  extended by javax.swing.border.AbstractBorder
      extended by javax.swing.border.BevelBorder
          extended by javax.swing.border.SoftBevelBorder
All Implemented Interfaces:
Serializable, Border
See Also:
Source Code, XMLEncoder

public Insets getBorderInsets(Component c)
See Also:
BevelBorder, Border
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Insets getBorderInsets(Component c,
                              Insets insets)
See Also:
BevelBorder
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isBorderOpaque()
See Also:
BevelBorder, Border
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int width,
                        int height)
See Also:
BevelBorder, Border
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SoftBevelBorder(int bevelType)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SoftBevelBorder(int bevelType,
                       Color highlight,
                       Color shadow)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SoftBevelBorder(int bevelType,
                       Color highlightOuterColor,
                       Color highlightInnerColor,
                       Color shadowOuterColor,
                       Color shadowInnerColor)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags