public class Screen extends SimpleScriptable
| Constructor and Description |
|---|
Screen()
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAvailHeight()
Returns the availHeight property.
|
int |
getAvailLeft()
Returns the availLeft property.
|
int |
getAvailTop()
Returns the availTop property.
|
int |
getAvailWidth()
Returns the availWidth property.
|
int |
getBufferDepth()
Returns the bufferDepth property.
|
int |
getColorDepth()
Returns the colorDepth property.
|
int |
getDeviceXDPI()
Returns the deviceXDPI property.
|
int |
getDeviceYDPI()
Returns the deviceYDPI property.
|
boolean |
getFontSmoothingEnabled()
Returns the fontSmoothingEnabled property.
|
int |
getHeight()
Returns the height property.
|
int |
getLeft()
Returns the left property.
|
int |
getLogicalXDPI()
Returns the logicalXDPI property.
|
int |
getLogicalYDPI()
Returns the logicalYDPI property.
|
int |
getPixelDepth()
Returns the pixelDepth property.
|
int |
getSystemXDPI()
Returns the systemXDPI property.
|
int |
getSystemYDPI()
Returns the systemYDPI property.
|
int |
getTop()
Returns the top property.
|
int |
getUpdateInterval()
Returns the updateInterval property.
|
int |
getWidth()
Returns the width property.
|
void |
setAvailHeight(int availHeight)
Sets the availHeight property.
|
void |
setAvailLeft(int availLeft)
Sets the availLeft property.
|
void |
setAvailTop(int availTop)
Sets the availTop property.
|
void |
setAvailWidth(int availWidth)
Sets the availWidth property.
|
void |
setBufferDepth(int bufferDepth)
Sets the bufferDepth property.
|
void |
setColorDepth(int colorDepth)
Sets the colorDepth property.
|
void |
setDeviceXDPI(int deviceXDPI)
Sets the deviceXDPI property.
|
void |
setDeviceYDPI(int deviceYDPI)
Sets the deviceYDPI property.
|
void |
setFontSmoothingEnabled(boolean fontSmoothingEnabled)
Sets the fontSmoothingEnabled property.
|
void |
setHeight(int height)
Sets the height property.
|
void |
setLeft(int left)
Sets the left property.
|
void |
setLogicalXDPI(int logicalXDPI)
Sets the logicalXDPI property.
|
void |
setLogicalYDPI(int logicalYDPI)
Sets the logicalYDPI property.
|
void |
setPixelDepth(int pixelDepth)
Sets the pixelDepth property.
|
void |
setSystemXDPI(int systemXDPI)
Sets the systemXDPI property.
|
void |
setSystemYDPI(int systemYDPI)
Sets the systemYDPI property.
|
void |
setTop(int top)
Sets the top property.
|
void |
setWidth(int width)
Sets the width property.
|
clone, defineFunctionProperties, defineProperty, equivalentValues, get, getBrowserVersion, getClassName, getDefaultValue, getDomNodeOrDie, getDomNodeOrNull, getPrototype, getScriptableFor, getStartingScope, getTransformerScriptableFor, getWindow, getWindow, getWithPreemption, hasInstance, initParentScope, isReadOnlySettable, makeScriptableFor, setCaseSensitive, setClassName, setDomNode, setDomNode, setHtmlElement, setParentScopeapplyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getExternalArrayData, getExternalArrayLength, 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, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setPrototype, sizepublic int getAvailHeight()
public void setAvailHeight(int availHeight)
availHeight - the availHeight propertypublic int getAvailLeft()
public void setAvailLeft(int availLeft)
availLeft - the availLeft propertypublic int getAvailTop()
public void setAvailTop(int availTop)
availTop - the availTop propertypublic int getAvailWidth()
public void setAvailWidth(int availWidth)
availWidth - the availWidth propertypublic int getBufferDepth()
public void setBufferDepth(int bufferDepth)
bufferDepth - the bufferDepth propertypublic int getColorDepth()
public void setColorDepth(int colorDepth)
colorDepth - the colorDepth propertypublic int getDeviceXDPI()
public void setDeviceXDPI(int deviceXDPI)
deviceXDPI - the deviceXDPI propertypublic int getDeviceYDPI()
public void setDeviceYDPI(int deviceYDPI)
deviceYDPI - the deviceYDPI propertypublic boolean getFontSmoothingEnabled()
public void setFontSmoothingEnabled(boolean fontSmoothingEnabled)
fontSmoothingEnabled - the fontSmoothingEnabled propertypublic int getHeight()
public void setHeight(int height)
height - the height propertypublic int getLeft()
public void setLeft(int left)
left - the left propertypublic int getLogicalXDPI()
public void setLogicalXDPI(int logicalXDPI)
logicalXDPI - the logicalXDPI propertypublic int getLogicalYDPI()
public void setLogicalYDPI(int logicalYDPI)
logicalYDPI - the logicalYDPI propertypublic int getPixelDepth()
public void setPixelDepth(int pixelDepth)
pixelDepth - the pixelDepth propertypublic int getSystemXDPI()
public void setSystemXDPI(int systemXDPI)
systemXDPI - the systemXDPI propertypublic int getSystemYDPI()
public void setSystemYDPI(int systemYDPI)
systemYDPI - the systemYDPI propertypublic int getTop()
public void setTop(int top)
top - the top propertypublic int getUpdateInterval()
public int getWidth()
public void setWidth(int width)
width - the width propertyCopyright © 2002–2015 Gargoyle Software Inc.. All rights reserved.