Border, UIResourceprotected static class BasicTaskPaneUI.ContentPaneBorder extends Object implements Border, UIResource
| Constructor | Description |
|---|---|
ContentPaneBorder(Color color) |
| Modifier and Type | Method | Description |
|---|---|---|
Insets |
getBorderInsets(Component c) |
|
boolean |
isBorderOpaque() |
|
void |
paintBorder(Component c,
Graphics g,
int x,
int y,
int width,
int height) |
public ContentPaneBorder(Color color)
public Insets getBorderInsets(Component c)
getBorderInsets in interface Borderpublic boolean isBorderOpaque()
isBorderOpaque in interface Borderpublic void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
paintBorder in interface BorderCopyright © 2018. All rights reserved.