Package com.github.weisj.jsvg.renderer
Class GraphicsUtil
java.lang.Object
com.github.weisj.jsvg.renderer.GraphicsUtil
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull Graphics2DcreateGraphics(@NotNull BufferedImage image) static @NotNull CompositederiveComposite(@NotNull Graphics2D g, float opacity) static voidsafelySetPaint(@NotNull Graphics2D g, @NotNull Paint paint) static @NotNull PaintsetupPaint(@NotNull Paint current, @NotNull Paint paint)
-
Method Details
-
safelySetPaint
-
setupPaint
-
createGraphics
-
deriveComposite
@NotNull public static @NotNull Composite deriveComposite(@NotNull @NotNull Graphics2D g, float opacity)
-