public interface ClientDrivenDesktopResizingCapable
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
boolean |
canPerformClientDrivenResize()
Find out whether the desktop can be resized now.
|
void |
performClientDrivenResize(int width,
int height)
Resize the desktop to the given dimensions.For example the RFB client is
expected to recreate the internal image buffer and ask the server for a
new copy of the desktop image.
|
boolean |
requiresGUIDisposal()
Indicates whether the desktop resize requires the Robot window to hide.
|
boolean canPerformClientDrivenResize()
void performClientDrivenResize(int width, int height) throws IOException
width
- new desktop width.height
- new desktop height.IOException
- on an I/O error.boolean requiresGUIDisposal()