Uses of Enum Class
com.github.weisj.jsvg.util.ImageUtil.Premultiplied
Packages that use ImageUtil.Premultiplied
-
Uses of ImageUtil.Premultiplied in com.github.weisj.jsvg.util
Methods in com.github.weisj.jsvg.util that return ImageUtil.PremultipliedModifier and TypeMethodDescriptionstatic ImageUtil.Premultiplied
Returns the enum constant of this class with the specified name.static ImageUtil.Premultiplied[]
ImageUtil.Premultiplied.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.weisj.jsvg.util with parameters of type ImageUtil.PremultipliedModifier and TypeMethodDescriptionstatic @NotNull BufferedImage
ImageUtil.copy
(@NotNull RenderContext context, @NotNull ImageProducer producer, ImageUtil.Premultiplied premultiplied) static @NotNull BufferedImage
ImageUtil.createCompatibleTransparentImage
(int width, int height, ImageUtil.Premultiplied preMultiplied) static @NotNull BufferedImage
ImageUtil.toBufferedImage
(@NotNull Image img, ImageUtil.Premultiplied premultiplied)