|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.wordpress.tipsforjava.swing.table.IconTableCellRenderer.XIcon
class IconTableCellRenderer.XIcon
The default icon used if none is supplied. It is drawn as a rectangle with diagonals
| Field Summary | |
|---|---|
int |
height
|
int |
width
|
| Constructor Summary | |
IconTableCellRenderer.XIcon(int width, int height)
|
|
| Method Summary | |
|---|---|
int
|
getIconHeight()
|
int
|
getIconWidth()
|
void
|
paintIcon(Component c, Graphics g, int x, int y)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
int height
int width
| Constructor Detail |
|---|
IconTableCellRenderer.XIcon(int width, int height)
| Method Detail |
|---|
public int getIconHeight()
public int getIconWidth()
public void paintIcon(Component c, Graphics g, int x, int y)
Groovy Documentation