Java TV(tm) API 1.0

Uses of Class
javax.tv.media.AWTVideoSize

Packages that use AWTVideoSize
javax.tv.media Provides controls and events for the management of real-time media in a television environment. 
 

Uses of AWTVideoSize in javax.tv.media
 

Methods in javax.tv.media that return AWTVideoSize
 AWTVideoSize AWTVideoSizeControl.getSize()
          Reports the AWTVideoSize at which the Player is currently operating.
 AWTVideoSize AWTVideoSizeControl.getDefaultSize()
          Reports the default AWTVideoSize for this control.
 AWTVideoSize AWTVideoSizeControl.checkSize(AWTVideoSize sz)
          Reports how closely the underlying platform can approximate a desired video size.
 

Methods in javax.tv.media with parameters of type AWTVideoSize
 boolean AWTVideoSizeControl.setSize(AWTVideoSize sz)
          Sets the video size.
 AWTVideoSize AWTVideoSizeControl.checkSize(AWTVideoSize sz)
          Reports how closely the underlying platform can approximate a desired video size.
 


Java TV(tm) API 1.0

Copyright © 1998 - 2000 Sun Microsystems, Inc.