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.FloatSize
java.lang.Object
com.vaadin.terminal.gwt.client.RenderInformation.FloatSize
Enclosing class:
- extends Object
public static class RenderInformation.FloatSize
Constructor Summary | |
---|---|
RenderInformation.FloatSize(float width,
float height)
|
Method Summary | |
---|---|
float |
getHeight()
|
float |
getWidth()
|
void |
setHeight(float height)
|
void |
setWidth(float width)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
RenderInformation.FloatSize
public RenderInformation.FloatSize(float width,
float height)
Method Detail |
---|
getWidth
public float getWidth()
setWidth
public void setWidth(float width)
getHeight
public float getHeight()
setHeight
public void setHeight(float height)