We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.terminal.gwt.client.
Class RenderInformation.Size
java.lang.Object
com.vaadin.terminal.gwt.client.RenderInformation.Size
Direct Known Subclasses:
Enclosing class:
- extends Object
public static class RenderInformation.Size
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)
hashCode
public int hashCode()
getWidth
public int getWidth()
setWidth
public void setWidth(int width)
getHeight
public int getHeight()
setHeight
public void setHeight(int height)
toString
public String toString()