Interface SVGClipPath

All Superinterfaces:
AllowsConditionalProcessingAttributes, AllowsPresentationAttributes, Element, SVGElement, SVGElementWithChildren
All Known Implementing Classes:
SVGClipPathImpl, SVGElementAdapter, SVGGenericElement

@ClassVersion(sourceVersion="$Id: SVGClipPath.java 1074 2023-10-02 12:05:06Z tquadrat $") @API(status=STABLE, since="0.0.5") public sealed interface SVGClipPath extends AllowsConditionalProcessingAttributes, AllowsPresentationAttributes, SVGElementWithChildren permits SVGElementAdapter, SVGClipPathImpl
The definition of the SVG <clipPath> element.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: SVGClipPath.java 1074 2023-10-02 12:05:06Z tquadrat $
Since:
0.0.5
UML Diagram
UML Diagram for "org.tquadrat.foundation.svg.SVGClipPath"

UML Diagram for "org.tquadrat.foundation.svg.SVGClipPath"

UML Diagram for "org.tquadrat.foundation.svg.SVGClipPath"
  • Method Details

    • setClipPathUnits

      void setClipPathUnits(boolean flag)
      Sets the "clipPathUnits" attribute that defines the coordinate system for the contents of this <clipPath> element.
      Parameters:
      flag - true if the user coordinate system for the contents of the <clipPath> element is established using the bounding box of the element to which the clipping path is applied, false if the contents of the <clipPath> element represents values in the current user coordinate system in place at the time when the <clipPath> element is referenced.