|
|||||||||
| Home >> All >> javax >> swing >> plaf >> [ basic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.swing.plaf.basic
Class BasicBorder

java.lang.Objectjavax.swing.border.AbstractBorder
javax.swing.border.EmptyBorder
javax.swing.border.MatteBorder
javax.swing.plaf.basic.BasicBorder
- All Implemented Interfaces:
- javax.swing.border.Border, java.io.Serializable
- class BasicBorder
- extends javax.swing.border.MatteBorder
| Field Summary | |
(package private) static java.awt.Color |
BtnPointClr
|
| Fields inherited from class javax.swing.border.MatteBorder |
color, tileIcon |
| Fields inherited from class javax.swing.border.EmptyBorder |
bottom, left, right, top |
| Constructor Summary | |
(package private) |
BasicBorder()
|
| Method Summary | |
void |
paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
Paints the border for a given component. |
| Methods inherited from class javax.swing.border.MatteBorder |
getBorderInsets, getBorderInsets, getBorderInsets, getMatteColor, getTileIcon, isBorderOpaque |
| Methods inherited from class javax.swing.border.AbstractBorder |
getInteriorRectangle, getInteriorRectangle |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
BtnPointClr
static java.awt.Color BtnPointClr
| Constructor Detail |
BasicBorder
BasicBorder()
| Method Detail |
paintBorder
public void paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)
- Description copied from class:
javax.swing.border.MatteBorder - Paints the border for a given component.
|
|||||||||
| Home >> All >> javax >> swing >> plaf >> [ basic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC