Package net.mcreator.ui.chromium.osr
Class JBHiDPIScaledImage
java.lang.Object
net.mcreator.ui.chromium.osr.JBHiDPIScaledImage
-
Method Summary
Modifier and TypeMethodDescriptionstatic JBHiDPIScaledImagecreateFrom(Image image, double scale, ImageObserver observer) static voiddrawImage(Graphics2D g, JBHiDPIScaledImage hidpiImage, int x, int y, ImageObserver observer) intintgetWidth()
-
Method Details
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getDelegate
-
createFrom
@Nonnull public static JBHiDPIScaledImage createFrom(@Nonnull Image image, double scale, ImageObserver observer) -
drawImage
public static void drawImage(Graphics2D g, JBHiDPIScaledImage hidpiImage, int x, int y, ImageObserver observer)
-