public interface RenderingHintsCapable extends Capability
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
int |
getRecommendedScaleMethod()
Get the recommended scale method index.
|
boolean |
synchronizeLengthyImageOps()
Indicate whether longer image operations should be synchronized.
|
int getRecommendedScaleMethod()
ImageScalingUtility.SCALE_METHODS
array. It will be used to scale
the image in the Robot's desktop view. A client which updates the screen
image at a high rate, such as a video stream, may prefer the image to be
scaled using the fastest algorithm available to improve the screen
performance and avoid abundant pixelation.boolean synchronizeLengthyImageOps()