public class Screen extends Object implements Serializable
Screen.| Constructor and Description |
|---|
Screen(WebClient webClient)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAvailHeight() |
int |
getAvailLeft() |
int |
getAvailTop() |
int |
getAvailWidth() |
int |
getBufferDepth() |
int |
getColorDepth() |
int |
getDeviceXDPI() |
int |
getDeviceYDPI() |
int |
getHeight() |
int |
getLeft() |
int |
getLogicalXDPI() |
int |
getLogicalYDPI() |
int |
getPixelDepth() |
int |
getSystemXDPI() |
int |
getSystemYDPI() |
int |
getTop() |
int |
getWidth() |
boolean |
isFontSmoothingEnabled() |
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. |
public Screen(WebClient webClient)
webClient - the client this belongs topublic int getAvailHeight()
availHeight propertypublic void setAvailHeight(int availHeight)
availHeight property.availHeight - the availHeight propertypublic int getAvailLeft()
availLeft propertypublic void setAvailLeft(int availLeft)
availLeft property.availLeft - the availLeft propertypublic int getAvailTop()
availTop propertypublic void setAvailTop(int availTop)
availTop property.availTop - the availTop propertypublic int getAvailWidth()
availWidth propertypublic void setAvailWidth(int availWidth)
availWidth property.availWidth - the availWidth propertypublic int getBufferDepth()
bufferDepth propertypublic void setBufferDepth(int bufferDepth)
bufferDepth property.bufferDepth - the bufferDepth propertypublic int getColorDepth()
colorDepth propertypublic void setColorDepth(int colorDepth)
colorDepth property.colorDepth - the colorDepth propertypublic int getDeviceXDPI()
deviceXDPI propertypublic void setDeviceXDPI(int deviceXDPI)
deviceXDPI property.deviceXDPI - the deviceXDPI propertypublic int getDeviceYDPI()
deviceYDPI propertypublic void setDeviceYDPI(int deviceYDPI)
deviceYDPI property.deviceYDPI - the deviceYDPI propertypublic boolean isFontSmoothingEnabled()
fontSmoothingEnabled propertypublic void setFontSmoothingEnabled(boolean fontSmoothingEnabled)
fontSmoothingEnabled property.fontSmoothingEnabled - the fontSmoothingEnabled propertypublic int getHeight()
height propertypublic void setHeight(int height)
height property.height - the height propertypublic int getLeft()
left propertypublic void setLeft(int left)
left property.left - the left propertypublic int getLogicalXDPI()
logicalXDPI propertypublic void setLogicalXDPI(int logicalXDPI)
logicalXDPI property.logicalXDPI - the logicalXDPI propertypublic int getLogicalYDPI()
logicalYDPI propertypublic void setLogicalYDPI(int logicalYDPI)
logicalYDPI property.logicalYDPI - the logicalYDPI propertypublic int getPixelDepth()
pixelDepth propertypublic void setPixelDepth(int pixelDepth)
pixelDepth property.pixelDepth - the pixelDepth propertypublic int getSystemXDPI()
systemXDPI propertypublic void setSystemXDPI(int systemXDPI)
systemXDPI property.systemXDPI - the systemXDPI propertypublic int getSystemYDPI()
systemYDPI propertypublic void setSystemYDPI(int systemYDPI)
systemYDPI property.systemYDPI - the systemYDPI propertypublic int getTop()
top propertypublic void setTop(int top)
top property.top - the top propertypublic int getWidth()
width propertypublic void setWidth(int width)
width property.width - the width propertyCopyright © 2002–2022 Gargoyle Software Inc.. All rights reserved.