Class Mask

    • Constructor Detail

      • Mask

        public Mask()
    • Method Detail

      • tagName

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

        @NotNull
        public @NotNull java.awt.Paint createMaskPaint​(@NotNull
                                                       @NotNull Output output,
                                                       @NotNull
                                                       @NotNull RenderContext context,
                                                       @NotNull
                                                       @NotNull ElementBounds elementBounds)
      • requiresInstantiation

        public boolean requiresInstantiation()
        Description copied from interface: Renderable
        Indicated whether the element can only be rendered through means of instantiation e.g. being referenced in a use tag. Instantiation doesn't create a new element it only controls, when an element can be rendered.
        Specified by:
        requiresInstantiation in interface Renderable
        Returns:
        true if only rendered is instantiated.