All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.border.JEmptyBorder

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

public class JEmptyBorder
extends JBorder
Border implementation that takes up space like a border, but does no drawing.


Constructor Index

 o JEmptyBorder(int, int, int, int)

Method Index

 o getBorderInsets()
 o paintBorder(Graphics, int, int, int, int)

Constructors

 o JEmptyBorder
 public JEmptyBorder(int top,
                     int left,
                     int bottom,
                     int right)

Methods

 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

All Packages  Class Hierarchy  This Package  Previous  Next  Index