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