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
Subclasses with type arguments of type ImageUtil.Premultiplied in com.github.weisj.jsvg.utilMethods in com.github.weisj.jsvg.util that return ImageUtil.PremultipliedModifier and TypeMethodDescriptionstatic ImageUtil.PremultipliedReturns 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 BufferedImageImageUtil.copy(@NotNull RenderContext context, @NotNull ImageProducer producer, ImageUtil.Premultiplied premultiplied) static @NotNull BufferedImageImageUtil.createCompatibleTransparentImage(int width, int height, ImageUtil.Premultiplied preMultiplied) static @NotNull BufferedImageImageUtil.toBufferedImage(@NotNull Image img, ImageUtil.Premultiplied premultiplied)