public interface Image
| Modifier and Type | Method and Description |
|---|---|
Image |
compareTo(Image img)
Compares the image with the other one.
|
void |
save(String ID)
Saves the image.
|
Image compareTo(Image img)
img - todo documentvoid save(String ID)
ID - could be anything - depends on the implementation.ImageLoader.load(String)Copyright © 2018. All rights reserved.