All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.border.JBorder

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

public class JBorder
extends Object
implements Border
Object capable of rendering a border.


Constructor Index

 o JBorder()

Method Index

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

Constructors

 o JBorder
 public JBorder()

Methods

 o paintBorder
 public void paintBorder(Graphics g,
                         int x,
                         int y,
                         int width,
                         int height)
 o getBorderInsets
 public Insets getBorderInsets()
 o getInteriorRectangle
 public Rectangle getInteriorRectangle(int x,
                                       int y,
                                       int width,
                                       int height)
 o getInteriorRectangle
 public static Rectangle getInteriorRectangle(Border b,
                                              int x,
                                              int y,
                                              int width,
                                              int height)

All Packages  Class Hierarchy  This Package  Previous  Next  Index