|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HScreenDevice | |
---|---|
org.havi.ui | |
org.ocap.ui | Extensions to HAVi User Interface functionality. |
Uses of HScreenDevice in org.havi.ui |
---|
Subclasses of HScreenDevice in org.havi.ui | |
---|---|
class |
HBackgroundDevice
This class represents the ultimate background of a screen. |
class |
HEmulatedGraphicsDevice
An HEmulatedGraphicsDevice is a "virtual" graphics device
that has the capability to be configured to perform one (of many)
possible emulations. |
class |
HGraphicsDevice
The HGraphicsDevice class
describes the raster graphics devices that are available for a
particular HScreen . |
class |
HVideoDevice
The HVideoDevice class describes the logical video devices which can contribute to the appearance of a particular screen. |
Uses of HScreenDevice in org.ocap.ui |
---|
Methods in org.ocap.ui that return HScreenDevice | |
---|---|
HScreenDevice[] |
MultiScreenContext.getAudioSources()
Obtain audio sources of this screen. |
HScreenDevice[] |
MultiScreenManager.getPlayerScreenDevices(Player player)
Obtain the set of screen devices currently assigned for use by a (JMF) media player. |
Methods in org.ocap.ui with parameters of type HScreenDevice | |
---|---|
void |
MultiScreenConfigurableContext.addAudioSources(HScreenDevice[] devices,
boolean mixWithAudioFocus)
Add audio source(s) for this screen. |
void |
MultiScreenManager.addPlayerScreenDevices(Player player,
HScreenDevice[] devices)
Add screen device(s) to a media player. |
int |
MultiScreenContext.getZOrder(HScreenDevice device)
Obtain screen device z-order within this screen. |
boolean |
MultiScreenManager.isEmptyScreenDevice(HScreenDevice device)
Determines if an instance of HScreenDevice is equivalent,
in terms of constraint satisfaction, to the empty
HScreenDevice of the specific sub-type. |
void |
MultiScreenConfigurableContext.removeAudioSources(HScreenDevice[] devices)
Remove audio source(s) for this screen. |
void |
MultiScreenManager.removePlayerScreenDevices(Player player,
HScreenDevice[] devices)
Remove screen device(s) from a media player. |
boolean |
MultiScreenManager.sameResources(HScreenDevice device1,
HScreenDevice device2)
Determines if two HScreenDevice instances represent the
same underlying platform resources and underlying resource
state, i.e., are equivalent with respect to these underlying
resources. |
void |
MultiScreenConfigurableContext.setZOrder(HScreenDevice[] devices)
Set the screen device z-order within this screen for a set of screen devices. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |