org.lobobrowser.html.js

Class Screen

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

Constructor Details

Screen

public Screen()
Parameters:

Method Details

getAvailHeight

public int getAvailHeight()

getAvailWidth

public int getAvailWidth()

getColorDepth

public int getColorDepth()

getHeight

public int getHeight()

getPixelDepth

public int getPixelDepth()

getWidth

public int getWidth()