Class ScreenImpl

All Implemented Interfaces:
Screen, ScriptableDelegate

public class ScreenImpl extends AbstractScriptableDelegate implements Screen

ScreenImpl class.

  • Method Details

    • getAvailHeight

      public int getAvailHeight()

      getAvailHeight.

      Specified by:
      getAvailHeight in interface Screen
      Returns:
      a Integer object.
    • getAvailWidth

      public int getAvailWidth()

      getAvailWidth.

      Specified by:
      getAvailWidth in interface Screen
      Returns:
      a Integer object.
    • getColorDepth

      public int getColorDepth()

      getColorDepth.

      Specified by:
      getColorDepth in interface Screen
      Returns:
      a Integer object.
    • getHeight

      public int getHeight()

      getHeight.

      Specified by:
      getHeight in interface Screen
      Returns:
      a Integer object.
    • getPixelDepth

      public int getPixelDepth()

      getPixelDepth.

      Specified by:
      getPixelDepth in interface Screen
      Returns:
      a Integer object.
    • getWidth

      public int getWidth()

      getWidth.

      Specified by:
      getWidth in interface Screen
      Returns:
      a Integer object.