public class ScalingImageIcon
extends javax.swing.ImageIcon
| Modifier and Type | Field and Description |
|---|---|
static int |
FIT_BOTH |
static int |
FIT_HEIGHT |
static int |
FIT_NONE |
static int |
FIT_WIDTH |
| Constructor and Description |
|---|
ScalingImageIcon(java.lang.String filename) |
| Modifier and Type | Method and Description |
|---|---|
void |
paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y) |
public static final int FIT_HEIGHT
public static final int FIT_WIDTH
public static final int FIT_BOTH
public static final int FIT_NONE
Copyright © 2011, 2013. Daniel P. Dougherty