Uses of Class
org.havi.ui.HPermissionDeniedException

Packages that use HPermissionDeniedException
org.havi.ui   
 

Uses of HPermissionDeniedException in org.havi.ui
 

Methods in org.havi.ui that throw HPermissionDeniedException
 void HStillImageBackgroundConfiguration.displayImage(HBackgroundImage image)
          Display an image.
 void HStillImageBackgroundConfiguration.displayImage(HBackgroundImage image, HScreenRectangle r)
          Display an image to cover a particular area of the screen.
 java.lang.Object HVideoDevice.getVideoController()
          Obtain a reference to the object which controls the presentation of the video.
 java.lang.Object HVideoDevice.getVideoSource()
          Obtain a reference to the source of the video being presented by this device at this moment.
 boolean HBackgroundDevice.setBackgroundConfiguration(HBackgroundConfiguration hbc)
          Set the background configuration for the device.
 boolean HScreen.setCoherentScreenConfigurations(HScreenConfiguration[] hsca)
          Modify the settings for a set of HScreenDevices, based on their HScreenConfigurations supplied.
 void HBackgroundConfiguration.setColor(java.awt.Color color)
          Set the current color of this background.
 void HStillImageBackgroundConfiguration.setColor(java.awt.Color color)
          Set the current color of this background.
 boolean HEmulatedGraphicsDevice.setGraphicsConfiguration(HEmulatedGraphicsConfiguration hegc)
          Set the graphics configuration for the device.
 boolean HGraphicsDevice.setGraphicsConfiguration(HGraphicsConfiguration hgc)
          Set the graphics configuration for the device.
 boolean HVideoDevice.setVideoConfiguration(HVideoConfiguration hvc)
          Set the video configuration for the device.