com.nostra13.universalimageloader.core.assist
Class ImageSize

java.lang.Object
  extended by com.nostra13.universalimageloader.core.assist.ImageSize

public class ImageSize
extends Object

Present width and height values

Since:
1.0.0
Author:
Sergey Tarasevich (nostra13[at]gmail[dot]com)

Constructor Summary
ImageSize(int width, int height)
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageSize

public ImageSize(int width,
                 int height)
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011-2013. All Rights Reserved.