Returns the image name.
()
| 1272 | |
| 1273 | /** Returns the image name. */ |
| 1274 | public String getTitle() { |
| 1275 | if (title==null) |
| 1276 | return ""; |
| 1277 | else |
| 1278 | return title; |
| 1279 | } |
| 1280 | |
| 1281 | /** If the image title is a file name, returns the name |
| 1282 | without the extension and with spaces removed, |
no outgoing calls
no test coverage detected