Class RenderingUtils
java.lang.Object
org.pushingpixels.flamingo.internal.utils.RenderingUtils
Utilities to install desktop rendering hints for correctly rasterizing texts.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Map
Installs desktop hints on the specified graphics context.
-
Constructor Details
-
RenderingUtils
public RenderingUtils()
-
-
Method Details
-
installDesktopHints
Installs desktop hints on the specified graphics context.- Parameters:
g2
- Graphics context.- Returns:
- Map of old rendering hints.
-