public final class FrameBoundsConverter
extends java.lang.Object
JreHiDpiUtil.isJreHiDPIEnabled()
Constructor and Description |
---|
FrameBoundsConverter() |
Modifier and Type | Method and Description |
---|---|
static java.awt.Rectangle |
convertFromDeviceSpaceAndFitToScreen(java.awt.Rectangle bounds) |
static java.awt.Rectangle |
convertToDeviceSpace(java.awt.GraphicsConfiguration gc,
java.awt.Rectangle bounds) |
public static java.awt.Rectangle convertFromDeviceSpaceAndFitToScreen(java.awt.Rectangle bounds)
bounds
- the bounds in the device spacepublic static java.awt.Rectangle convertToDeviceSpace(java.awt.GraphicsConfiguration gc, java.awt.Rectangle bounds)
gc
- the graphics configbounds
- the bounds in the user space