java.lang.Object | +--javax.swing.border.AbstractBorder | +--javax.swing.border.EmptyBorder
int | l,r,b,t |
EmptyBorder() |
EmptyBorder(int left, int right, int top, int bottom) |
java.awt.Insets | getBorderInsets(java.awt.Component c, java.awt.Insets s) |
boolean | isBorderOpaque() |
void | paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height) |
protected int l,r,b,t
public EmptyBorder()
public EmptyBorder(int left, int right, int top, int bottom)
Parameters:left
- right
- top
- bottom
- public Insets getBorderInsets(java.awt.Component c, java.awt.Insets s)
Parameters:c
- s
- public boolean isBorderOpaque()
public void paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)
Parameters:c
- g
- x
- y
- width
- height
-