Package org.loboevolution.js
Interface Screen
- All Known Implementing Classes:
ScreenImpl
public interface Screen
A screen, usually the one on which the current window is being rendered, and
is obtained using window.screen.
-
Method Summary
Modifier and TypeMethodDescriptionint
getAvailHeight.int
getAvailWidth.int
getColorDepth.int
getHeight.int
getPixelDepth.int
getWidth()
getWidth.
-
Method Details
-
getAvailHeight
int getAvailHeight()getAvailHeight.
- Returns:
- a
Integer
object.
-
getAvailWidth
int getAvailWidth()getAvailWidth.
- Returns:
- a
Integer
object.
-
getColorDepth
int getColorDepth()getColorDepth.
- Returns:
- a
Integer
object.
-
getHeight
int getHeight()getHeight.
- Returns:
- a
Integer
object.
-
getPixelDepth
int getPixelDepth()getPixelDepth.
- Returns:
- a
Integer
object.
-
getWidth
int getWidth()getWidth.
- Returns:
- a
Integer
object.
-