All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.basic.BasicBezelBorder

java.lang.Object
   |
   +----com.sun.java.swing.border.JBorder
           |
           +----com.sun.java.swing.basic.BasicBezelBorder

public class BasicBezelBorder
extends JBorder
Draws the Basic Bezel border.


Constructor Index

 o BasicBezelBorder()
 o BasicBezelBorder(boolean, boolean)

Method Index

 o drawBezel(Graphics, int, int, int, int, boolean, boolean)
 o getBorderInsets()
 o getHasFocus()
 o getIsPressed()
 o paintBorder(Graphics, int, int, int, int)
 o setHasFocus(boolean)
 o setIsPressed(boolean)

Constructors

 o BasicBezelBorder
 public BasicBezelBorder()
 o BasicBezelBorder
 public BasicBezelBorder(boolean isPressed,
                         boolean hasFocus)

Methods

 o getIsPressed
 public boolean getIsPressed()
 o getHasFocus
 public boolean getHasFocus()
 o setIsPressed
 public void setIsPressed(boolean isPressed)
 o setHasFocus
 public void setHasFocus(boolean hasFocus)
 o paintBorder
 public void paintBorder(Graphics g,
                         int x,
                         int y,
                         int width,
                         int height)
Overrides:
paintBorder in class JBorder
 o getBorderInsets
 public Insets getBorderInsets()
Overrides:
getBorderInsets in class JBorder
 o drawBezel
 public static void drawBezel(Graphics g,
                              int x,
                              int y,
                              int w,
                              int h,
                              boolean isPressed,
                              boolean hasFocus)

All Packages  Class Hierarchy  This Package  Previous  Next  Index