| java.lang.Object javax.swing.border.AbstractBorder javax.swing.border.EmptyBorder
All known Subclasses: javax.swing.border.MatteBorder,
bottom | protected int bottom(Code) | | |
right | protected int right(Code) | | |
EmptyBorder | public EmptyBorder(int top, int left, int bottom, int right)(Code) | | |
EmptyBorder | EmptyBorder(int topBottom, int leftRight)(Code) | | This constructor initialize vertical and horizontal insets
with the same value
Parameters: topBottom - - specifies vertical (top and bottom) insets Parameters: leftRight - - specifies horizontal (left and right) insets |
isBorderOpaque | public boolean isBorderOpaque()(Code) | | |
Methods inherited from javax.swing.border.AbstractBorder | public Insets getBorderInsets(Component component, Insets insets)(Code)(Java Doc) public Insets getBorderInsets(Component component)(Code)(Java Doc) public Rectangle getInteriorRectangle(Component c, int x, int y, int width, int height)(Code)(Java Doc) public static Rectangle getInteriorRectangle(Component component, Border border, int x, int y, int width, int height)(Code)(Java Doc) public boolean isBorderOpaque()(Code)(Java Doc) public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)(Code)(Java Doc)
|
|
|