org.utgenome.gwt.widget.client
Class ImageHandle

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.utgenome.gwt.widget.client.ImageHandle

public class ImageHandle
extends com.google.gwt.core.client.JavaScriptObject

If I say an image element is a JavascriptObject... then it is!


Constructor Summary
protected ImageHandle()
           
 
Method Summary
 int getHeight()
           
 String getUrl()
           
 int getWidth()
           
 boolean isLoaded()
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageHandle

protected ImageHandle()
Method Detail

getHeight

public final int getHeight()

getUrl

public final String getUrl()

getWidth

public final int getWidth()

isLoaded

public final boolean isLoaded()


Copyright © 2007-2012 utgenome.org. All Rights Reserved.