Uses of Interface
com.formdev.flatlaf.util.HiDPIUtils.Painter
Packages that use HiDPIUtils.Painter
-
Uses of HiDPIUtils.Painter in com.formdev.flatlaf.util
Methods in com.formdev.flatlaf.util with parameters of type HiDPIUtils.PainterModifier and TypeMethodDescriptionstatic void
HiDPIUtils.paintAtScale1x
(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
(Graphics2D g, JComponent c, HiDPIUtils.Painter painter)