com.vaadin.terminal.gwt.client.


Class RenderInformation.FloatSize

java.lang.Object
  com.vaadin.terminal.gwt.client.RenderInformation.FloatSize

Enclosing class:

RenderInformation

public static class RenderInformation.FloatSize
extends Object

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)