public class SizeGripIcon
extends java.lang.Object
implements javax.swing.Icon
| Constructor and Description |
|---|
SizeGripIcon() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIconHeight()
Returns the height of this icon.
|
int |
getIconWidth()
Returns the width of this icon.
|
void |
paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
Paints this icon.
|
public int getIconHeight()
getIconHeight in interface javax.swing.Iconpublic int getIconWidth()
getIconWidth in interface javax.swing.Iconpublic void paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
paintIcon in interface javax.swing.Iconc - The component to paint on.g - The graphics context.x - The x-coordinate at which to paint.y - The y-coordinate at which to paint.