Uses of Class
org.havi.ui.HScreenRectangle

Packages that use HScreenRectangle
org.dvb.media Provides DVB specific extensions to the Java Media Framework. 
org.havi.ui   
 

Uses of HScreenRectangle in org.dvb.media
 

Methods in org.dvb.media that return HScreenRectangle
 HScreenRectangle VideoPresentationControl.getActiveVideoArea()
          This method returns the size and location of the active video area.
 HScreenRectangle VideoPresentationControl.getActiveVideoAreaOnScreen()
          This method returns the size and location of the active video area on-screen.
 HScreenRectangle VideoPresentationControl.getTotalVideoArea()
          This method returns a relative size and location of the total video area, including any "bars" used for letterboxing or pillarboxing that are included in the broadcast stream, but excluding any "bars" introduced as a result of video filtering.
 HScreenRectangle VideoPresentationControl.getTotalVideoAreaOnScreen()
          This method returns a relative size and location of the total video area on-screen, including any "bars" used for letterboxing or pillarboxing that are included in the broadcast stream, but excluding any "bars" introduced as a result of video filtering.
 

Uses of HScreenRectangle in org.havi.ui
 

Methods in org.havi.ui that return HScreenRectangle
 HScreenRectangle HGraphicsConfiguration.getComponentHScreenRectangle(java.awt.Component component)
          Returns the on-screen location of a given visible java.awt.Component as an HScreenRectangle for this HGraphicsDevice.
 HScreenRectangle HScene.getPixelCoordinatesHScreenRectangle(java.awt.Rectangle r)
          Returns an HScreenRectangle which corresponds to the graphics (AWT) pixel area specified by the parameter in this HScene.
 HScreenRectangle HScreenConfiguration.getScreenArea()
          Return the position and size of this configuration on the screen in screen coordinates.
 

Methods in org.havi.ui with parameters of type HScreenRectangle
 void HStillImageBackgroundConfiguration.displayImage(HBackgroundImage image, HScreenRectangle r)
          Display an image to cover a particular area of the screen.
 java.awt.Rectangle HGraphicsConfiguration.getPixelCoordinatesHScreenRectangle(HScreenRectangle sr, java.awt.Container cont)
          Returns a java.awt.Rectangle which contains the graphics (AWT) pixel area for an HScreenRectangle relative to the supplied java.awt.Container.