public class MultiImageIcon extends ImageIcon
ImageIcon.AccessibleImageIcon| Constructor and Description |
|---|
MultiImageIcon(Image[] images) |
MultiImageIcon(Image[] images,
int gap) |
| Modifier and Type | Method and Description |
|---|---|
Color |
getBackground() |
int |
getIconHeight() |
int |
getIconWidth() |
Image |
getImage() |
double |
getScale() |
void |
paintIcon(Component c,
Graphics g,
int x,
int y) |
void |
setBackground(Color c) |
void |
setScale(double d) |
getAccessibleContext, getDescription, getImageLoadStatus, getImageObserver, loadImage, setDescription, setImage, setImageObserver, toStringpublic MultiImageIcon(Image[] images)
public MultiImageIcon(Image[] images, int gap)
public void setScale(double d)
public double getScale()
public int getIconHeight()
getIconHeight in interface IcongetIconHeight in class ImageIconpublic int getIconWidth()
getIconWidth in interface IcongetIconWidth in class ImageIconpublic void setBackground(Color c)
public Color getBackground()
Copyright © 1999–2025 ViaOA. All rights reserved.