Class ShapeOutput.ShapeOutputSafeState

java.lang.Object
com.github.weisj.jsvg.renderer.ShapeOutput.ShapeOutputSafeState
All Implemented Interfaces:
Output.SafeState
Enclosing class:
ShapeOutput

private static class ShapeOutput.ShapeOutputSafeState extends Object implements Output.SafeState
  • Field Details

    • shapeOutput

      @NotNull private final @NotNull ShapeOutput shapeOutput
    • oldStroke

      @NotNull private final @NotNull Stroke oldStroke
    • oldTransform

      @NotNull private final @NotNull AffineTransform oldTransform
    • oldClip

      @Nullable private final @Nullable Area oldClip
  • Constructor Details

    • ShapeOutputSafeState

      private ShapeOutputSafeState(@NotNull @NotNull ShapeOutput shapeOutput)
  • Method Details