| java.lang.Object javax.swing.border.AbstractBorder javax.swing.border.EmptyBorder javax.swing.border.MatteBorder
Constructor Summary | |
public | MatteBorder(Insets insets, Icon tileIcon) | public | MatteBorder(Insets insets, Color color) | public | MatteBorder(Icon tileIcon) | public | MatteBorder(int top, int left, int bottom, int right, Icon tileIcon) | public | MatteBorder(int top, int left, int bottom, int right, Color color) |
MatteBorder | public MatteBorder(Icon tileIcon)(Code) | | |
MatteBorder | public MatteBorder(int top, int left, int bottom, int right, Icon tileIcon)(Code) | | |
MatteBorder | public MatteBorder(int top, int left, int bottom, int right, Color color)(Code) | | |
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)
|
|
|