public class ImageDisplayHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
_oldXSize
The horizontal size of the previous image.
|
protected int |
_oldYSize
The vertical size of the previous image.
|
protected Picture |
_picture
The picture panel.
|
Constructor and Description |
---|
ImageDisplayHelper() |
Modifier and Type | Method and Description |
---|---|
void |
displayImage(AWTImageToken imageToken)
Display an image.
|
protected int _oldXSize
protected int _oldYSize
protected Picture _picture
public void displayImage(AWTImageToken imageToken)
imageToken
- The image to be displayed.