| Package | Description |
|---|---|
| org.dvb.media | |
| org.havi.ui |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
HScreenRectangle |
HGraphicsConfiguration.getComponentHScreenRectangle(Component component)
Returns the on-screen location of a given visible
java.awt.Component as an
HScreenRectangle
for this HGraphicsDevice. |
HScreenRectangle |
HScene.getPixelCoordinatesHScreenRectangle(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HStillImageBackgroundConfiguration.displayImage(HBackgroundImage image,
HScreenRectangle r)
Display an image to cover a particular area of the screen.
|
Rectangle |
HGraphicsConfiguration.getPixelCoordinatesHScreenRectangle(HScreenRectangle sr,
Container cont)
Returns a java.awt.Rectangle which contains the graphics (AWT)
pixel area for an
HScreenRectangle
relative to the supplied java.awt.Container. |
Copyright © 2012 code4tv.com. All Rights Reserved.