com.vaadin.client
Class WidgetUtil.TextRectangle

java.lang.Object
  extended by JavaScriptObject
      extended by com.vaadin.client.WidgetUtil.TextRectangle
Enclosing class:
WidgetUtil

public static final class WidgetUtil.TextRectangle
extends JavaScriptObject


Constructor Summary
protected WidgetUtil.TextRectangle()
           
 
Method Summary
 double getBottom()
           
 double getHeight()
           
 double getLeft()
           
 double getRight()
           
 double getTop()
           
 double getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidgetUtil.TextRectangle

protected WidgetUtil.TextRectangle()
Method Detail

getBottom

public double getBottom()

getHeight

public double getHeight()

getLeft

public double getLeft()

getRight

public double getRight()

getTop

public double getTop()

getWidth

public double getWidth()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.