com.vaadin.terminal.gwt.client
Class RenderInformation.Size

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

public static class RenderInformation.Size
extends Object


Constructor Summary
RenderInformation.Size()
           
RenderInformation.Size(int width, int height)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getHeight()
           
 int getWidth()
           
 int hashCode()
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 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(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getWidth

public int getWidth()

setWidth

public void setWidth(int width)

getHeight

public int getHeight()

setHeight

public void setHeight(int height)

toString

public String toString()
Overrides:
toString in class Object


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