Uses of Class
org.havi.ui.HScreenConfiguration

Packages that use HScreenConfiguration
org.havi.ui   
 

Uses of HScreenConfiguration in org.havi.ui
 

Subclasses of HScreenConfiguration in org.havi.ui
 class HBackgroundConfiguration
          The HBackgroundConfiguration class describes the characteristics (settings) of an HBackgroundDevice.
 class HEmulatedGraphicsConfiguration
          An HEmulatedGraphicsConfiguration is a configuration for a "virtual" graphics device that may perform one or more emulations, e.g.
 class HGraphicsConfiguration
          The HGraphicsConfiguration class describes the characteristics (settings) of an HGraphicsDevice.
 class HStillImageBackgroundConfiguration
          This class represents a background configuration which supports the installation of still images.
 class HVideoConfiguration
          The HVideoConfiguration class describes the characteristics (settings) of an HVideoDevice.
 

Methods in org.havi.ui that return HScreenConfiguration
 HScreenConfiguration[] HScreen.getCoherentScreenConfigurations(HScreenConfigTemplate[] hscta)
          Return a coherent set of HScreenConfigurations matching a set of templates.
 

Methods in org.havi.ui with parameters of type HScreenConfiguration
 java.awt.Point HScreenConfiguration.convertTo(HScreenConfiguration destination, java.awt.Point source)
          Convert a pixel position from one coordinate system to another without including any rounding errors from passing through normalized coordinates.
 java.awt.Dimension HScreenConfiguration.getOffset(HScreenConfiguration hsc)
          Returns the offset between the origin of the pixel coordinate space of the specified HScreenConfiguration, and the origin of the current pixel coordinate space of this HScreenConfiguration.
 boolean HScreen.setCoherentScreenConfigurations(HScreenConfiguration[] hsca)
          Modify the settings for a set of HScreenDevices, based on their HScreenConfigurations supplied.