Class ShapeOutput.ShapeOutputSafeState

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private @Nullable java.awt.geom.Area oldClip  
      private @NotNull java.awt.Stroke oldStroke  
      private @NotNull java.awt.geom.AffineTransform oldTransform  
      private @NotNull ShapeOutput shapeOutput  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void restore()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • shapeOutput

        @NotNull
        private final @NotNull ShapeOutput shapeOutput
      • oldStroke

        @NotNull
        private final @NotNull java.awt.Stroke oldStroke
      • oldTransform

        @NotNull
        private final @NotNull java.awt.geom.AffineTransform oldTransform
      • oldClip

        @Nullable
        private final @Nullable java.awt.geom.Area oldClip
    • Constructor Detail

      • ShapeOutputSafeState

        private ShapeOutputSafeState​(@NotNull
                                     @NotNull ShapeOutput shapeOutput)