GWT 2.7.0

Uses of Class
com.google.gwt.dom.client.VideoElement

Packages that use VideoElement
com.google.gwt.canvas.dom.client Classes for HTML Canvas 2D support. 
com.google.gwt.dom.client Classes for low-level DOM programming. 
com.google.gwt.media.client Widgets for HTML Audio and Video support. 
 

Uses of VideoElement in com.google.gwt.canvas.dom.client
 

Methods in com.google.gwt.canvas.dom.client with parameters of type VideoElement
 void Context2d.drawImage(VideoElement image, double dx, double dy)
          Draws a video's current frame.
 void Context2d.drawImage(VideoElement image, double dx, double dy, double dw, double dh)
          Draws a scaled video's current frame.
 void Context2d.drawImage(VideoElement image, double sx, double sy, double sw, double sh, double dx, double dy, double dw, double dh)
          Draws a scaled subset of a video's current frame.
 

Uses of VideoElement in com.google.gwt.dom.client
 

Methods in com.google.gwt.dom.client that return VideoElement
 VideoElement Document.createVideoElement()
          Creates a <video> element.
 

Uses of VideoElement in com.google.gwt.media.client
 

Methods in com.google.gwt.media.client that return VideoElement
 VideoElement Video.getVideoElement()
          Returns the attached VideoElement.
 

Constructors in com.google.gwt.media.client with parameters of type VideoElement
Video(VideoElement element)
          Protected constructor.
 


GWT 2.7.0