org.lobobrowser.html.js
Class Screen

java.lang.Object
  extended by org.lobobrowser.js.AbstractScriptableDelegate
      extended by org.lobobrowser.html.js.Screen
All Implemented Interfaces:
ScriptableDelegate

public class Screen
extends AbstractScriptableDelegate


Constructor Summary
Screen()
           
 
Method Summary
 int getAvailHeight()
           
 int getAvailWidth()
           
 int getColorDepth()
           
 int getHeight()
           
 int getPixelDepth()
           
 int getWidth()
           
 
Methods inherited from class org.lobobrowser.js.AbstractScriptableDelegate
getScriptable, setScriptable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Screen

public Screen()
Parameters:
context -
Method Detail

getHeight

public int getHeight()

getPixelDepth

public int getPixelDepth()

getWidth

public int getWidth()

getAvailHeight

public int getAvailHeight()

getAvailWidth

public int getAvailWidth()

getColorDepth

public int getColorDepth()