hu.midori.kosmos.model.util
Class ZoomableImageLocator
java.lang.Object
hu.midori.kosmos.model.util.ZoomableImageLocator
public class ZoomableImageLocator
- extends java.lang.Object
Wraps the immutable URLs pointing to the hi-res and lo-res
versions of the same image.
- Version:
- $Id$
- Author:
- Aron Gombas
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ZoomableImageLocator
public ZoomableImageLocator(java.lang.String loresUrl,
java.lang.String hiresUrl)
getHiresUrl
public java.lang.String getHiresUrl()
getLoresUrl
public java.lang.String getLoresUrl()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object