org.cruxframework.crux.core.client.utils
Class DOMUtils.TextRectangle

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.cruxframework.crux.core.client.utils.DOMUtils.TextRectangle
Enclosing class:
DOMUtils

public static class DOMUtils.TextRectangle
extends com.google.gwt.core.client.JavaScriptObject


Constructor Summary
protected DOMUtils.TextRectangle()
           
 
Method Summary
 int getBottom()
           
 int getLeft()
           
 int getRight()
           
 int getTop()
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DOMUtils.TextRectangle

protected DOMUtils.TextRectangle()
Method Detail

getTop

public final int getTop()

getLeft

public final int getLeft()

getRight

public final int getRight()

getBottom

public final int getBottom()


Copyright © 2014. All rights reserved.