|
Java Platform 1.2 Beta 4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sun.java.swing.border.AbstractBorder
A class which implements an empty border with no size. This provides a convenient base class from which other border classes can be easily derived.
Warning: serialized objects of this class will not be compatible with future swing releases. The current serialization support is appropriate for short term storage or RMI between Swing1.0 applications. It will not be possible to load serialized Swing1.0 objects with future releases of Swing. The JDK1.2 release of Swing will be the compatibility baseline for the serialized form of Swing objects.
| Constructor Summary | |
AbstractBorder()
|
|
| Method Summary | |
java.awt.Insets |
getBorderInsets(java.awt.Component c)
This default implementation returns the value of getBorderMargins. |
java.awt.Insets |
getBorderInsets(java.awt.Component c,
java.awt.Insets insets)
Reinitialize the insets parameter with this Border's current Insets. |
static java.awt.Rectangle |
getInteriorRectangle(java.awt.Component c,
Border b,
int x,
int y,
int width,
int height)
This method returns a rectangle using the arguements minus the insets of the border. |
java.awt.Rectangle |
getInteriorRectangle(java.awt.Component c,
int x,
int y,
int width,
int height)
This is a convience method that calls the static method. |
boolean |
isBorderOpaque()
This default implementation returns false. |
void |
paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
This default implementation does no painting. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public AbstractBorder()
| Method Detail |
public void paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
public java.awt.Insets getBorderInsets(java.awt.Component c)
public java.awt.Insets getBorderInsets(java.awt.Component c,
java.awt.Insets insets)
c - the component for which this border insets value appliesinsets - the object to be reinitializedpublic boolean isBorderOpaque()
public java.awt.Rectangle getInteriorRectangle(java.awt.Component c,
int x,
int y,
int width,
int height)
public static java.awt.Rectangle getInteriorRectangle(java.awt.Component c,
Border b,
int x,
int y,
int width,
int height)
|
Java Platform 1.2 Beta 4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||