public class nativeIcon extends DeviceIcon
Modifier and Type | Field and Description |
---|---|
BufferedImageData[] |
bi |
Constructor and Description |
---|
nativeIcon(ImageData[] images,
int preferred) |
Modifier and Type | Method and Description |
---|---|
protected void |
finalize()
This method (when overriden), will be called when the VM determines that the Object can be
garbage collected.
|
void |
free() |
Object |
getNativeIcon() |
public BufferedImageData[] bi
public nativeIcon(ImageData[] images, int preferred)
public void free()
free
in class DeviceIcon
protected void finalize()
Object
The finalize() method of a Class is only called if it overrides finalize() - the finalize() method java.lang.Object is never called by the Eve VM.
public Object getNativeIcon()