Class SVGMarkerElement

All Implemented Interfaces:
Serializable, Cloneable, org.htmlunit.corejs.javascript.ConstProperties, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

public class SVGMarkerElement extends SVGElement
A JavaScript object for SVGMarkerElement.
See Also:
  • Field Details

    • SVG_MARKER_ORIENT_UNKNOWN

      public static final int SVG_MARKER_ORIENT_UNKNOWN
      The constant SVG_MARKER_ORIENT_UNKNOWN.
      See Also:
    • SVG_MARKERUNITS_UNKNOWN

      public static final int SVG_MARKERUNITS_UNKNOWN
      The constant SVG_MARKERUNITS_UNKNOWN.
      See Also:
    • SVG_MARKER_ORIENT_AUTO

      public static final int SVG_MARKER_ORIENT_AUTO
      The constant SVG_MARKER_ORIENT_AUTO.
      See Also:
    • SVG_MARKERUNITS_USERSPACEONUSE

      public static final int SVG_MARKERUNITS_USERSPACEONUSE
      The constant SVG_MARKERUNITS_USERSPACEONUSE.
      See Also:
    • SVG_MARKER_ORIENT_ANGLE

      public static final int SVG_MARKER_ORIENT_ANGLE
      The constant SVG_MARKER_ORIENT_ANGLE.
      See Also:
    • SVG_MARKERUNITS_STROKEWIDTH

      public static final int SVG_MARKERUNITS_STROKEWIDTH
      The constant SVG_MARKERUNITS_STROKEWIDTH.
      See Also:
    • SVG_MARKER_ORIENT_AUTO_START_REVERSE

      public static final int SVG_MARKER_ORIENT_AUTO_START_REVERSE
      The constant SVG_MARKER_ORIENT_AUTO_START_REVERSE.
      See Also:
  • Constructor Details

    • SVGMarkerElement

      public SVGMarkerElement()
      Creates an instance.
  • Method Details