| Constructor and Description |
|---|
BufferedImageIcon(BufferedImage b) |
BufferedImageIcon(BufferedImage b,
int sx,
int sy,
int sw,
int sh) |
BufferedImageIcon(BufferedImage b,
int sx,
int sy,
int sw,
int sh,
int destw,
int desth) |
public BufferedImageIcon(BufferedImage b)
public BufferedImageIcon(BufferedImage b, int sx, int sy, int sw, int sh)
public BufferedImageIcon(BufferedImage b, int sx, int sy, int sw, int sh, int destw, int desth)
public int getIconWidth()
getIconWidth in interface Iconpublic int getIconHeight()
getIconHeight in interface IconCopyright © 2012. All Rights Reserved.