Uses of Class
org.jdesktop.swingx.image.JBHiDPIScaledImage
Packages that use JBHiDPIScaledImage
Package
Description
Contains set of useful filters for image operations like Gausian or Fast or Star Blur or Color Tint filter.
-
Uses of JBHiDPIScaledImage in org.jdesktop.swingx.image
Methods in org.jdesktop.swingx.image that return JBHiDPIScaledImageModifier and TypeMethodDescriptionstatic JBHiDPIScaledImageJBHiDPIScaledImage.create(ColorModel cm, WritableRaster raster, boolean isRasterPremultiplied) static JBHiDPIScaledImageJBHiDPIScaledImage.createScaled(double scaleFactor, int width, int height, int type) static JBHiDPIScaledImageJBHiDPIScaledImage.createUnscaled(int width, int height, int type)