Class ShapeRenderer.PaintShape

java.lang.Object
com.github.weisj.jsvg.renderer.ShapeRenderer.PaintShape
Enclosing class:
ShapeRenderer

public static final class ShapeRenderer.PaintShape extends Object
  • Field Details

    • shape

      @NotNull private final @NotNull Shape shape
    • bounds

      @Nullable private final @Nullable Rectangle2D bounds
  • Constructor Details

    • PaintShape

      public PaintShape(@NotNull @NotNull Shape shape, @Nullable @Nullable Rectangle2D bounds)