public class Screen extends SimpleScriptable
Constructor and Description |
---|
Screen()
Creates an instance.
|
Modifier and Type | Method and Description |
---|---|
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.
|
clone, defineFunctionProperties, defineProperty, equivalentValues, get, getBrowserVersion, getClassName, getDefaultValue, getDomNodeOrDie, getDomNodeOrNull, getPrototype, getScriptableFor, getStartingScope, getTransformerScriptableFor, getWindow, getWindow, getWithPreemption, hasInstance, initParentScope, makeScriptableFor, setCaseSensitive, setDomNode, setDomNode, setHtmlElement
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype, size
public Screen()
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()
Copyright © 2002–2013 Gargoyle Software Inc.. All rights reserved.