javax.swing.plaf.metal
public static class MetalIconFactory.PaletteCloseIcon extends Object implements Icon, Serializable, UIResource
Since: 1.3
Method Summary | |
---|---|
int | getIconHeight()
Returns the height of the icon, in pixels.
|
int | getIconWidth()
Returns the width of the icon, in pixels.
|
void | paintIcon(Component c, Graphics g, int x, int y)
Paints the icon using colors from the {@link MetalLookAndFeel}.
|
Returns: The height of the icon.
Returns: The width of the icon.
Parameters: c the component (ignored). g the graphics device. x the x-coordinate for the top-left of the icon. y the y-coordinate for the top-left of the icon.