Package com.formdev.flatlaf.util
Interface HiDPIUtils.Painter
-
- Enclosing class:
- HiDPIUtils
public static interface HiDPIUtils.Painter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
paint(Graphics2D g, int x, int y, int width, int height, double scaleFactor)
-
-
-
Method Detail
-
paint
void paint(Graphics2D g, int x, int y, int width, int height, double scaleFactor)
-
-