Uses of Class
org.havi.ui.HScreenPoint

Packages that use HScreenPoint
org.dvb.media   
 

Uses of HScreenPoint in org.dvb.media
 

Methods in org.dvb.media that return HScreenPoint
 HScreenPoint VideoTransformation.getVideoPosition()
          Returns the video position.
 

Methods in org.dvb.media with parameters of type HScreenPoint
 void VideoTransformation.setVideoPosition(HScreenPoint location)
          Sets the video position.
 

Constructors in org.dvb.media with parameters of type HScreenPoint
VideoTransformation(java.awt.Rectangle clipRect, float horizontalScalingFactor, float verticalScalingFactor, HScreenPoint location)
          Creates a VideoTransformation object with the supplied parameters.