Package org.loboevolution.html.js
Class ScreenImpl
java.lang.Object
org.loboevolution.js.AbstractScriptableDelegate
org.loboevolution.html.js.ScreenImpl
- All Implemented Interfaces:
Screen,ScriptableDelegate
ScreenImpl class.
-
Method Summary
Modifier and TypeMethodDescriptionintgetAvailHeight.intgetAvailWidth.intgetColorDepth.intgetHeight.intgetPixelDepth.intgetWidth()getWidth.Methods inherited from class org.loboevolution.js.AbstractScriptableDelegate
getScriptable, setScriptable
-
Method Details
-
getAvailHeight
public int getAvailHeight()getAvailHeight.
- Specified by:
getAvailHeightin interfaceScreen- Returns:
- a
Integerobject.
-
getAvailWidth
public int getAvailWidth()getAvailWidth.
- Specified by:
getAvailWidthin interfaceScreen- Returns:
- a
Integerobject.
-
getColorDepth
public int getColorDepth()getColorDepth.
- Specified by:
getColorDepthin interfaceScreen- Returns:
- a
Integerobject.
-
getHeight
public int getHeight()getHeight.
-
getPixelDepth
public int getPixelDepth()getPixelDepth.
- Specified by:
getPixelDepthin interfaceScreen- Returns:
- a
Integerobject.
-
getWidth
public int getWidth()getWidth.
-