Class ShapeUtil

java.lang.Object
com.github.weisj.jsvg.util.ShapeUtil

public final class ShapeUtil extends Object
  • Method Details

    • isInvalidArea

      public static boolean isInvalidArea(@NotNull @NotNull Rectangle2D area)
    • intersect

      @NotNull public static @NotNull Shape intersect(@NotNull @NotNull Shape s1, @NotNull @NotNull Shape s2, boolean keep1, boolean keep2)
    • transformShape

      @NotNull public static @NotNull Shape transformShape(@NotNull @NotNull Shape s, @NotNull @NotNull AffineTransform transform)