watij.runtime.ie
Class IEImage

java.lang.Object
  extended by watij.BaseHtmlFinder
      extended by watij.BaseContainer
          extended by watij.runtime.ie.IEContainer
              extended by watij.runtime.ie.IEHtmlElement
                  extended by watij.runtime.ie.IEImage
All Implemented Interfaces:
Container, HtmlElement, Image, HtmlFinder

public class IEImage
extends IEHtmlElement
implements Image


Constructor Summary
IEImage(org.w3c.dom.Element element, IHTMLDocument2 ihtmlDocument2)
           
 
Method Summary
 java.lang.String alt()
           
 java.lang.String fileCreatedDate()
           
 int fileSize()
           
 boolean hasLoaded()
           
 int height()
           
 void save(java.lang.String path)
           
 java.lang.String src()
           
 int width()
           
 
Methods inherited from class watij.runtime.ie.IEHtmlElement
assertEnabled, className, click, dblClick, disabled, element, elements, enabled, exists, find, fireAfterSetEvents, fireBeforeSetEvents, fireEvent, flash, focus, get, getOLEObject, html, htmlElement, id, ihtmlDocument2, ihtmlElement, innerText, name, show, style, tag, text, title, toList, toString, type, value
 
Methods inherited from class watij.runtime.ie.IEContainer
debug, document, getOLEDocument, html, htmlElementFactory
 
Methods inherited from class watij.BaseContainer
decendants, elements, htmlElements, xpath
 
Methods inherited from class watij.BaseHtmlFinder
bodies, bodies, bodies, body, body, body, button, button, button, button, buttons, buttons, buttons, cell, cell, cell, cells, cells, cells, checkbox, checkbox, checkbox, checkbox, checkbox, checkboxes, checkboxes, checkboxes, div, div, div, divs, divs, divs, fileField, fileField, fileField, fileFields, fileFields, fileFields, form, form, form, form, forms, forms, forms, frame, frame, frame, frame, frames, frames, frames, hidden, hidden, hidden, hiddens, hiddens, hiddens, htmlElement, htmlElement, htmlElement, htmlElements, htmlElements, image, image, image, images, images, images, label, label, label, label, labels, labels, labels, link, link, link, link, links, links, links, option, option, option, options, options, options, radio, radio, radio, radio, radio, radios, radios, radios, row, row, row, rows, rows, rows, selectList, selectList, selectList, selectList, selectLists, selectLists, selectLists, span, span, span, spans, spans, spans, table, table, table, tables, tables, tables, textField, textField, textField, textFields, textFields, textFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface watij.elements.Image
type
 
Methods inherited from interface watij.elements.HtmlElement
className, click, dblClick, disabled, enabled, exists, fireEvent, flash, focus, getOLEObject, html, id, innerText, name, show, style, text, title, value
 
Methods inherited from interface watij.Container
decendants, element, getOLEDocument, xpath
 
Methods inherited from interface watij.HtmlFinder
bodies, bodies, bodies, body, body, body, button, button, button, button, buttons, buttons, buttons, cell, cell, cell, cells, cells, cells, checkbox, checkbox, checkbox, checkbox, checkbox, checkboxes, checkboxes, checkboxes, div, div, div, divs, divs, divs, fileField, fileField, fileField, fileFields, fileFields, fileFields, form, form, form, form, forms, forms, forms, frame, frame, frame, frame, frames, frames, frames, hidden, hidden, hidden, hiddens, hiddens, hiddens, htmlElement, htmlElement, htmlElement, htmlElements, htmlElements, htmlElements, image, image, image, images, images, images, label, label, label, label, labels, labels, labels, link, link, link, link, links, links, links, option, option, option, options, options, options, radio, radio, radio, radio, radio, radios, radios, radios, row, row, row, rows, rows, rows, selectList, selectList, selectList, selectList, selectLists, selectLists, selectLists, span, span, span, spans, spans, spans, table, table, table, tables, tables, tables, textField, textField, textField, textFields, textFields, textFields
 

Constructor Detail

IEImage

public IEImage(org.w3c.dom.Element element,
               IHTMLDocument2 ihtmlDocument2)
        throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

alt

public java.lang.String alt()
                     throws java.lang.Exception
Specified by:
alt in interface Image
Throws:
java.lang.Exception

fileCreatedDate

public java.lang.String fileCreatedDate()
                                 throws java.lang.Exception
Specified by:
fileCreatedDate in interface Image
Throws:
java.lang.Exception

fileSize

public int fileSize()
             throws java.lang.Exception
Specified by:
fileSize in interface Image
Throws:
java.lang.Exception

height

public int height()
           throws java.lang.Exception
Specified by:
height in interface Image
Throws:
java.lang.Exception

width

public int width()
          throws java.lang.Exception
Specified by:
width in interface Image
Throws:
java.lang.Exception

hasLoaded

public boolean hasLoaded()
                  throws java.lang.Exception
Specified by:
hasLoaded in interface Image
Throws:
java.lang.Exception

save

public void save(java.lang.String path)
          throws NotImplementedYetException
Specified by:
save in interface Image
Throws:
NotImplementedYetException

src

public java.lang.String src()
                     throws java.lang.Exception
Specified by:
src in interface Image
Throws:
java.lang.Exception