Returns this image's unique numeric ID.
()
| 720 | |
| 721 | /** Returns this image's unique numeric ID. */ |
| 722 | public int getID() { |
| 723 | return ID; |
| 724 | } |
| 725 | |
| 726 | /** Replaces the image, if any, with the one specified. |
| 727 | * Throws an IllegalStateException if an error occurs |
no outgoing calls
no test coverage detected