Package com.vaadin.client
Class RenderInformation.FloatSize
- java.lang.Object
-
- com.vaadin.client.RenderInformation.FloatSize
-
- Enclosing class:
- RenderInformation
public static class RenderInformation.FloatSize extends Object
-
-
Constructor Summary
Constructors Constructor Description FloatSize(float width, float height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetHeight()floatgetWidth()voidsetHeight(float height)voidsetWidth(float width)
-