Uses of Class
io.github.stanio.xbrz.awt.util.MultiResolutionCachedImage
-
Uses of MultiResolutionCachedImage in io.github.stanio.xbrz.awt.util
Modifier 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)