Liferay 6.2-ce-ga5

com.liferay.portal.kernel.mobile.device
Class Dimensions

java.lang.Object
  extended by com.liferay.portal.kernel.mobile.device.Dimensions
All Implemented Interfaces:
Serializable

public class Dimensions
extends Object
implements Serializable

See Also:
Serialized Form

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

Field Detail

UNKNOWN

public static final Dimensions UNKNOWN
Constructor Detail

Dimensions

public Dimensions(float height,
                  float width)
Method Detail

getHeight

public float getHeight()

getWidth

public float getWidth()

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.2-ce-ga5