|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.htmlunit.corejs.javascript.ScriptableObject
com.gargoylesoftware.htmlunit.javascript.SimpleScriptable
com.gargoylesoftware.htmlunit.javascript.host.Screen
public class Screen
A JavaScript object for a Screen. Combines properties from both Mozilla's DOM and IE's DOM.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Field Summary |
---|
Fields inherited from class net.sourceforge.htmlunit.corejs.javascript.ScriptableObject |
---|
CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST |
Fields inherited from interface net.sourceforge.htmlunit.corejs.javascript.Scriptable |
---|
NOT_FOUND |
Constructor Summary | |
---|---|
Screen()
Creates an instance. |
Method Summary | |
---|---|
int |
jsxGet_availHeight()
Returns the availHeight property. |
int |
jsxGet_availLeft()
Returns the availLeft property. |
int |
jsxGet_availTop()
Returns the availTop property. |
int |
jsxGet_availWidth()
Returns the availWidth property. |
int |
jsxGet_bufferDepth()
Returns the bufferDepth property. |
int |
jsxGet_colorDepth()
Returns the colorDepth property. |
int |
jsxGet_deviceXDPI()
Returns the deviceXDPI property. |
int |
jsxGet_deviceYDPI()
Returns the deviceYDPI property. |
boolean |
jsxGet_fontSmoothingEnabled()
Returns the fontSmoothingEnabled property. |
int |
jsxGet_height()
Returns the height property. |
int |
jsxGet_left()
Returns the left property. |
int |
jsxGet_logicalXDPI()
Returns the logicalXDPI property. |
int |
jsxGet_logicalYDPI()
Returns the logicalYDPI property. |
int |
jsxGet_pixelDepth()
Returns the pixelDepth property. |
int |
jsxGet_top()
Returns the top property. |
int |
jsxGet_updateInterval()
Returns the updateInterval property. |
int |
jsxGet_width()
Returns the width property. |
void |
jsxSet_bufferDepth(int bufferDepth)
Sets the bufferDepth property. |
void |
jsxSet_left(int left)
Sets the left property. |
void |
jsxSet_top(int top)
Sets the top property. |
void |
jsxSet_updateInterval(int updateInterval)
Sets the updateInterval property. |
Methods inherited from class com.gargoylesoftware.htmlunit.javascript.SimpleScriptable |
---|
clone, defineFunctionProperties, defineProperty, equivalentValues, get, getBrowserVersion, getClassName, getDefaultValue, getDomNodeOrDie, getDomNodeOrNull, getPrototype, getScriptableFor, getStartingScope, getTransformerScriptableFor, getWindow, getWindow, getWithPreemption, hasInstance, initParentScope, makeScriptableFor, setCaseSensitive, setDomNode, setDomNode, setHtmlElement |
Methods inherited from class net.sourceforge.htmlunit.corejs.javascript.ScriptableObject |
---|
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, clear, containsKey, containsValue, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, entrySet, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypeOf, has, has, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, keySet, preventExtensions, put, put, put, putAll, putConst, putConstProperty, putProperty, putProperty, redefineProperty, remove, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype, size, values |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Constructor Detail |
---|
public Screen()
Method Detail |
---|
public int jsxGet_availHeight()
public int jsxGet_availLeft()
public int jsxGet_availTop()
public int jsxGet_availWidth()
public int jsxGet_bufferDepth()
public void jsxSet_bufferDepth(int bufferDepth)
bufferDepth
- the bufferDepth propertypublic int jsxGet_colorDepth()
public int jsxGet_deviceXDPI()
public int jsxGet_deviceYDPI()
public boolean jsxGet_fontSmoothingEnabled()
public int jsxGet_height()
public int jsxGet_left()
public void jsxSet_left(int left)
left
- the left propertypublic int jsxGet_logicalXDPI()
public int jsxGet_logicalYDPI()
public int jsxGet_pixelDepth()
public int jsxGet_top()
public void jsxSet_top(int top)
top
- the top propertypublic int jsxGet_updateInterval()
public void jsxSet_updateInterval(int updateInterval)
updateInterval
- the updateInterval propertypublic int jsxGet_width()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |