com.vaadin.client
Class RenderInformation.Size

java.lang.Object
  extended by com.vaadin.client.RenderInformation.Size
Direct Known Subclasses:
RenderSpace
Enclosing class:
RenderInformation

public static class RenderInformation.Size
extends java.lang.Object


Constructor Summary
RenderInformation.Size()
           
RenderInformation.Size(int width, int height)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getHeight()
           
 int getWidth()
           
 int hashCode()
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RenderInformation.Size

public RenderInformation.Size()

RenderInformation.Size

public RenderInformation.Size(int width,
                              int height)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getWidth

public int getWidth()

setWidth

public void setWidth(int width)

getHeight

public int getHeight()

setHeight

public void setHeight(int height)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.