Class Screen

java.lang.Object
org.fife.rsta.ac.js.ecma.api.client.Screen
All Implemented Interfaces:
JSObjectFunctions, JS5ObjectFunctions

public abstract class Screen extends Object implements JS5ObjectFunctions
  • Field Details

    • constructor

      protected JSFunction constructor
      property constructor
      Since:
      Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
      See Also:
    • prototype

      public Screen prototype
      property prototype
      See Also:
    • availHeight

      public JSNumber availHeight
      Property availHeight
    • availWidth

      public JSNumber availWidth
      Property availWidth
    • colorDepth

      public JSNumber colorDepth
      Property colorDepth
    • height

      public JSNumber height
      Property height
    • width

      public JSNumber width
      Property width
  • Constructor Details

    • Screen

      public Screen()
      Object Screen()
      Since:
      Common Usage, no standard