Class ClipPath

    • Constructor Detail

      • ClipPath

        public ClipPath()
    • Method Detail

      • tagName

        @NotNull
        public @NotNull java.lang.String tagName()
        Specified by:
        tagName in interface SVGNode
      • isValid

        public boolean isValid()
      • checkIsValid

        private boolean checkIsValid()
      • clipShape

        @NotNull
        public @NotNull java.awt.Shape clipShape​(@NotNull
                                                 @NotNull RenderContext context,
                                                 @NotNull
                                                 @NotNull ElementBounds elementBounds,
                                                 boolean useSoftClip)
      • createPaintForSoftClipping

        @NotNull
        public @NotNull java.awt.Paint createPaintForSoftClipping​(@NotNull
                                                                  @NotNull Output output,
                                                                  @NotNull
                                                                  @NotNull RenderContext context,
                                                                  @NotNull
                                                                  @NotNull ElementBounds elementBounds,
                                                                  @NotNull
                                                                  @NotNull java.awt.Shape clipShape)
      • applyClip

        public void applyClip​(@NotNull
                              @NotNull Output output,
                              @NotNull
                              @NotNull RenderContext context,
                              @NotNull
                              @NotNull ElementBounds elementBounds)