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, toString
public MultiImageIcon(Image[] images)
public MultiImageIcon(Image[] images, int gap)
public void setScale(double d)
public double getScale()
public int getIconHeight()
getIconHeight
in interface Icon
getIconHeight
in class ImageIcon
public int getIconWidth()
getIconWidth
in interface Icon
getIconWidth
in class ImageIcon
public void setBackground(Color c)
public Color getBackground()
Copyright © 1999–2019 ViaOA. All rights reserved.