Class ImageTransformerHelpers
java.lang.Object
one.jpro.platform.image.manager.transformer.ImageTransformerHelpers
Provides helper methods for image transformation tasks.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidConfigures the provided Graphics2D object with default rendering settings.
-
Constructor Details
-
ImageTransformerHelpers
public ImageTransformerHelpers()
-
-
Method Details
-
graphicsDefaultConfiguration
Configures the provided Graphics2D object with default rendering settings. These settings improve the quality of the rendered image with: - Bilinear interpolation for smoother image scaling - Anti-aliasing to smooth out jagged edges - High-quality rendering hints for improved output quality- Parameters:
g2d- The Graphics2D object to be configured.
-