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 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.