public class SmallColorWellBorder
extends java.lang.Object
implements javax.swing.border.Border
| Constructor and Description |
|---|
SmallColorWellBorder()
Creates a new instance of QuaquaSquareButtonBorder
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Insets |
getBorderInsets(java.awt.Component c) |
boolean |
isBorderOpaque() |
void |
paintBorder(java.awt.Component c,
java.awt.Graphics gr,
int x,
int y,
int width,
int height) |
public SmallColorWellBorder()
public java.awt.Insets getBorderInsets(java.awt.Component c)
getBorderInsets in interface javax.swing.border.Borderpublic boolean isBorderOpaque()
isBorderOpaque in interface javax.swing.border.Borderpublic void paintBorder(java.awt.Component c,
java.awt.Graphics gr,
int x,
int y,
int width,
int height)
paintBorder in interface javax.swing.border.Border