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 |
getColorDepth() |
int |
getDeviceXDPI() |
int |
getDeviceYDPI() |
int |
getHeight() |
int |
getLeft() |
int |
getPixelDepth() |
int |
getTop() |
int |
getWidth() |
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 |
setColorDepth(int colorDepth)
Sets the
colorDepth property. |
void |
setDeviceXDPI(int deviceXDPI)
Sets the
deviceXDPI property. |
void |
setDeviceYDPI(int deviceYDPI)
Sets the
deviceYDPI property. |
void |
setHeight(int height)
Sets the
height property. |
void |
setLeft(int left)
Sets the
left property. |
void |
setPixelDepth(int pixelDepth)
Sets the
pixelDepth 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 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 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 getPixelDepth()
pixelDepth propertypublic void setPixelDepth(int pixelDepth)
pixelDepth property.pixelDepth - the pixelDepth 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–2025 Gargoyle Software Inc.. All rights reserved.