mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-02-09 09:30:49 +00:00
Added getImage.
This commit is contained in:
parent
498994d765
commit
42753465bd
@ -58,4 +58,10 @@ public class ImageCanvas extends Canvas implements PaintListener {
|
||||
image.getImageData().width,
|
||||
image.getImageData().height);
|
||||
}
|
||||
/**
|
||||
* Get the Image.
|
||||
*/
|
||||
public Image getImage() {
|
||||
return image;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user