Class GraphicsUtil

java.lang.Object
com.github.weisj.jsvg.renderer.GraphicsUtil

public final class GraphicsUtil extends Object
  • Method Details

    • safelySetPaint

      public static void safelySetPaint(@NotNull @NotNull Graphics2D g, @NotNull @NotNull Paint paint)
    • setupPaint

      @NotNull public static @NotNull Paint setupPaint(@NotNull @NotNull Paint current, @NotNull @NotNull Paint paint)
    • tryCreateInverse

      @Nullable public static @Nullable AffineTransform tryCreateInverse(@NotNull @NotNull AffineTransform transform)