All Implemented Interfaces:
AllowsConditionalProcessingAttributes, AllowsGlobalEventAttributes, AllowsGraphicalEventAttributes, AllowsPresentationAttributes, AllowsStyleAttributes, SVGElement, SVGElementWithChildren, SVGLine, Element, XMLElement

@ClassVersion(sourceVersion="$Id: SVGLineImpl.java 1074 2023-10-02 12:05:06Z tquadrat $") @API(status=INTERNAL, since="0.0.5") public final class SVGLineImpl extends SVGElementImpl implements SVGLine
The implementation of the SVGLine interface for the SVG <line> element.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: SVGLineImpl.java 1074 2023-10-02 12:05:06Z tquadrat $
Since:
0.0.5
UML Diagram
UML Diagram for "org.tquadrat.foundation.svg.internal.SVGLineImpl"

UML Diagram for "org.tquadrat.foundation.svg.internal.SVGLineImpl"

UML Diagram for "org.tquadrat.foundation.svg.internal.SVGLineImpl"
  • Constructor Details

    • SVGLineImpl

      public SVGLineImpl()
      Creates a new SVGLineImpl instance.
  • Method Details

    • setX1

      public final void setX1(SVGNumber value)
      Sets the x coordinate of the starting point for this line.
      Specified by:
      setX1 in interface SVGLine
      Parameters:
      value - The x coordinate.
    • setX2

      public void setX2(SVGNumber value)
      Sets the x coordinate of the ending point for this line.
      Specified by:
      setX2 in interface SVGLine
      Parameters:
      value - The x coordinate.
    • setY1

      public void setY1(SVGNumber value)
      Sets the y coordinate of the starting point for this line.
      Specified by:
      setY1 in interface SVGLine
      Parameters:
      value - The y coordinate.
    • setY2

      public void setY2(SVGNumber value)
      Sets the y coordinate of the ending point for this line.
      Specified by:
      setY2 in interface SVGLine
      Parameters:
      value - The y coordinate.