Uses of Class
io.github.stanio.xbrz.awt.util.MultiResolutionCachedImage
Packages that use MultiResolutionCachedImage
-
Uses of MultiResolutionCachedImage in io.github.stanio.xbrz.awt.util
Methods in io.github.stanio.xbrz.awt.util that return MultiResolutionCachedImageModifier and TypeMethodDescriptionstatic MultiResolutionCachedImage
MultiResolutionCachedImage.of
(int baseWidth, int baseHeight, BiFunction<Integer, Integer, Image> variantProducer) static MultiResolutionCachedImage
MultiResolutionCachedImage.withProducer
(int baseWidth, int baseHeight, BiFunction<Integer, Integer, Image> variantProducer)