Package com.teamdev.jxbrowser.os
Interface Display
public interface Display
Provides the details about a system display.
- Since:
- 7.1
-
Method Summary
Modifier and TypeMethodDescriptiondefault float
Returns the scale factor of the display where the current browser instance is located at the moment.
-
Method Details
-
scaleFactor
default float scaleFactor()Returns the scale factor of the display where the current browser instance is located at the moment. The device scale factor specifies the ratio between physical and logical pixels.
-