Class ShapeOutput

java.lang.Object
com.github.weisj.jsvg.renderer.ShapeOutput
All Implemented Interfaces:
Output

public class ShapeOutput extends Object implements Output
  • Field Details

    • accumulatorShape

      @NotNull private final @NotNull Area accumulatorShape
    • currentTransform

      @NotNull private @NotNull AffineTransform currentTransform
    • currentStroke

      @NotNull private @NotNull Stroke currentStroke
    • currentClip

      @Nullable private @Nullable Shape currentClip
  • Constructor Details

    • ShapeOutput

      public ShapeOutput(@NotNull @NotNull Area area)
    • ShapeOutput

      private ShapeOutput(@NotNull @NotNull ShapeOutput parent)
  • Method Details