Class SVGMarkerElement

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.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:
    Serialized Form
    • Field Detail

      • SVG_MARKER_ORIENT_UNKNOWN

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

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

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

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

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

        public static final int SVG_MARKERUNITS_STROKEWIDTH
        The constant SVG_MARKERUNITS_STROKEWIDTH.
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
    • Constructor Detail

      • SVGMarkerElement

        public SVGMarkerElement()
        Creates an instance.
    • Method Detail