Class Screen
- java.lang.Object
-
- org.fife.rsta.ac.js.ecma.api.client.Screen
-
- All Implemented Interfaces:
JSObjectFunctions,JS5ObjectFunctions
public abstract class Screen extends java.lang.Object implements JS5ObjectFunctions
-
-
Field Summary
Fields Modifier and Type Field Description JSNumberavailHeightProperty availHeightJSNumberavailWidthProperty availWidthJSNumbercolorDepthProperty colorDepthprotected JSFunctionconstructorproperty constructorJSNumberheightProperty heightScreenprototypeproperty prototypeJSNumberwidthProperty width
-
Constructor Summary
Constructors Constructor Description Screen()Object Screen()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
-
-
-
Field Detail
-
constructor
protected JSFunction constructor
property constructor- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
Function
-
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
-
-