Uses of Interface
com.formdev.flatlaf.util.HiDPIUtils.Painter
-
Packages that use HiDPIUtils.Painter Package Description com.formdev.flatlaf.util -
-
Uses of HiDPIUtils.Painter in com.formdev.flatlaf.util
Methods in com.formdev.flatlaf.util with parameters of type HiDPIUtils.Painter Modifier and Type Method Description static void
HiDPIUtils. paintAtScale1x(java.awt.Graphics2D g, int x, int y, int width, int height, HiDPIUtils.Painter painter)
Paint at system scale factor 1x to avoid rounding issues at 125%, 150% and 175% scaling.static void
HiDPIUtils. paintAtScale1x(java.awt.Graphics2D g, javax.swing.JComponent c, HiDPIUtils.Painter painter)
-