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 float
getHeight()
float
getWidth()
void
setHeight(float height)
void
setWidth(float width)
-