NAME
Mozilla::DOM::Screen
Mozilla::DOM::Screen is a wrapper around an instance of Mozilla's nsIDOMScreen interface. This class inherits from Supports.
CLASS METHODS
$iid = Mozilla::DOM::Screen->GetIID()
Pass this to QueryInterface.
METHODS
$availheight = $screen->GetAvailHeight()
$availleft = $screen->GetAvailLeft()
$availtop = $screen->GetAvailTop()
$availwidth = $screen->GetAvailWidth()
$colordepth = $screen->GetColorDepth()
$height = $screen->GetHeight()
$left = $screen->GetLeft()
$pixeldepth = $screen->GetPixelDepth()
$top = $screen->GetTop()
$width = $screen->GetWidth()
SEE ALSO
COPYRIGHT
Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.