Class SVGElement

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
Direct Known Subclasses:
SVGAnimationElement, SVGClipPathElement, SVGComponentTransferFunctionElement, SVGDescElement, SVGFEBlendElement, SVGFEColorMatrixElement, SVGFEComponentTransferElement, SVGFECompositeElement, SVGFEConvolveMatrixElement, SVGFEDiffuseLightingElement, SVGFEDisplacementMapElement, SVGFEDistantLightElement, SVGFEDropShadowElement, SVGFEFloodElement, SVGFEGaussianBlurElement, SVGFEImageElement, SVGFEMergeElement, SVGFEMergeNodeElement, SVGFEMorphologyElement, SVGFEOffsetElement, SVGFEPointLightElement, SVGFESpecularLightingElement, SVGFESpotLightElement, SVGFETileElement, SVGFETurbulenceElement, SVGFilterElement, SVGGradientElement, SVGGraphicsElement, SVGMarkerElement, SVGMaskElement, SVGMetadataElement, SVGMPathElement, SVGPatternElement, SVGScriptElement, SVGStopElement, SVGStyleElement, SVGSymbolElement, SVGTitleElement, SVGViewElement

public class SVGElement extends Element
A JavaScript object for SVGElement.
See Also:
  • Constructor Details

    • SVGElement

      public SVGElement()
      Creates an instance.
  • Method Details

    • jsConstructor

      public void jsConstructor()
      Creates an instance.
      Overrides:
      jsConstructor in class Element
    • getBBox

      protected SVGRect getBBox()
      Returns the bounding box, in current user space, of the geometry of all contained graphics elements.
      Returns:
      the bounding box
    • getStyle

      public CSSStyleDeclaration getStyle()
      Returns the style object for this element.
      Overrides:
      getStyle in class Element
      Returns:
      the style object for this element
    • setStyle

      public void setStyle(String style)
      Sets the styles for this element.
      Overrides:
      setStyle in class Element
      Parameters:
      style - the style of the element
    • getOnfocus

      public org.htmlunit.corejs.javascript.Function getOnfocus()
      Returns the onfocus event handler.
      Returns:
      the onfocus event handler
    • setOnfocus

      public void setOnfocus(Object focus)
      Sets the onfocus event handler.
      Parameters:
      focus - the onfocus event handler
    • getOndragend

      public org.htmlunit.corejs.javascript.Function getOndragend()
      Returns the ondragend event handler.
      Returns:
      the ondragend event handler
    • setOndragend

      public void setOndragend(Object dragend)
      Sets the ondragend event handler.
      Parameters:
      dragend - the ondragend event handler
    • getOninvalid

      public org.htmlunit.corejs.javascript.Function getOninvalid()
      Returns the oninvalid event handler.
      Returns:
      the oninvalid event handler
    • setOninvalid

      public void setOninvalid(Object invalid)
      Sets the oninvalid event handler.
      Parameters:
      invalid - the oninvalid event handler
    • getOnpointercancel

      public org.htmlunit.corejs.javascript.Function getOnpointercancel()
      Returns the pointercancel event handler for this element.
      Returns:
      the pointercancel event handler for this element
    • setOnpointercancel

      public void setOnpointercancel(Object pointercancel)
      Sets the pointercancel event handler.
      Parameters:
      pointercancel - the pointercancel event handler
    • getOnpointerout

      public org.htmlunit.corejs.javascript.Function getOnpointerout()
      Returns the pointerout event handler for this element.
      Returns:
      the pointerout event handler for this element
    • setOnpointerout

      public void setOnpointerout(Object pointerout)
      Sets the pointerout event handler.
      Parameters:
      pointerout - the pointerout event handler
    • getOnratechange

      public org.htmlunit.corejs.javascript.Function getOnratechange()
      Returns the onratechange event handler.
      Returns:
      the onratechange event handler
    • setOnratechange

      public void setOnratechange(Object ratechange)
      Sets the onratechange event handler.
      Parameters:
      ratechange - the onratechange event handler
    • getOnresize

      public org.htmlunit.corejs.javascript.Function getOnresize()
      Returns the onresize event handler.
      Returns:
      the onresize event handler
    • setOnresize

      public void setOnresize(Object resize)
      Sets the onresize event handler.
      Parameters:
      resize - the onresize event handler
    • getOncanplaythrough

      public org.htmlunit.corejs.javascript.Function getOncanplaythrough()
      Returns the oncanplaythrough event handler.
      Returns:
      the oncanplaythrough event handler
    • setOncanplaythrough

      public void setOncanplaythrough(Object canplaythrough)
      Sets the oncanplaythrough event handler.
      Parameters:
      canplaythrough - the oncanplaythrough event handler
    • getOncancel

      public org.htmlunit.corejs.javascript.Function getOncancel()
      Returns the oncancel event handler.
      Returns:
      the oncancel event handler
    • setOncancel

      public void setOncancel(Object cancel)
      Sets the oncancel event handler.
      Parameters:
      cancel - the oncancel event handler
    • getOnpointerenter

      public org.htmlunit.corejs.javascript.Function getOnpointerenter()
      Returns the pointerenter event handler.
      Returns:
      the pointerenter event handler
    • setOnpointerenter

      public void setOnpointerenter(Object pointerenter)
      Sets the pointerenter event handler.
      Parameters:
      pointerenter - the pointerenter event handler
    • getOnselect

      public org.htmlunit.corejs.javascript.Function getOnselect()
      Returns the onselect event handler.
      Returns:
      the onselect event handler
    • setOnselect

      public void setOnselect(Object select)
      Sets the onselect event handler.
      Parameters:
      select - the onselect event handler
    • getOnselectstart

      public org.htmlunit.corejs.javascript.Function getOnselectstart()
      Returns the onselectstart event handler for this element.
      Returns:
      the onselectstart event handler for this element
    • setOnselectstart

      public void setOnselectstart(Object onselectstart)
      Sets the onselectstart event handler for this element.
      Parameters:
      onselectstart - the onselectstart event handler for this element
    • getOnselectionchange

      public org.htmlunit.corejs.javascript.Function getOnselectionchange()
      Returns the onselectionchange event handler for this element.
      Returns:
      the onselectionchange event handler for this element
    • setOnselectionchange

      public void setOnselectionchange(Object onselectionchange)
      Sets the onselectionchange event handler for this element.
      Parameters:
      onselectionchange - the onselectionchange event handler for this element
    • getOnauxclick

      public org.htmlunit.corejs.javascript.Function getOnauxclick()
      Returns the onauxclick event handler.
      Returns:
      the onauxclick event handler
    • setOnauxclick

      public void setOnauxclick(Object auxclick)
      Sets the onauxclick event handler.
      Parameters:
      auxclick - the onauxclick event handler
    • getOnpause

      public org.htmlunit.corejs.javascript.Function getOnpause()
      Returns the onpause event handler.
      Returns:
      the onpause event handler
    • setOnpause

      public void setOnpause(Object pause)
      Sets the onpause event handler.
      Parameters:
      pause - the onpause event handler
    • getOnloadstart

      public org.htmlunit.corejs.javascript.Function getOnloadstart()
      Returns the onloadstart event handler.
      Returns:
      the onloadstart event handler
    • setOnloadstart

      public void setOnloadstart(Object loadstart)
      Sets the onloadstart event handler.
      Parameters:
      loadstart - the onloadstart event handler
    • getOnprogress

      public org.htmlunit.corejs.javascript.Function getOnprogress()
      Returns the onprogress event handler.
      Returns:
      the onprogress event handler
    • setOnprogress

      public void setOnprogress(Object progress)
      Sets the onprogress event handler.
      Parameters:
      progress - the onprogress event handler
    • getOnpointerup

      public org.htmlunit.corejs.javascript.Function getOnpointerup()
      Returns the pointerup event handler for this element.
      Returns:
      the pointerup event handler for this element
    • setOnpointerup

      public void setOnpointerup(Object pointerup)
      Sets the pointerup event handler.
      Parameters:
      pointerup - the pointerup event handler
    • getOnscroll

      public org.htmlunit.corejs.javascript.Function getOnscroll()
      Returns the onscroll event handler.
      Returns:
      the onscroll event handler
    • setOnscroll

      public void setOnscroll(Object scroll)
      Sets the onscroll event handler.
      Parameters:
      scroll - the onscroll event handler
    • getOnscrollend

      public org.htmlunit.corejs.javascript.Function getOnscrollend()
      Returns the onscrollend event handler.
      Returns:
      the onscrollend event handler
    • setOnscrollend

      public void setOnscrollend(Object scrollend)
      Sets the onscrollend event handler.
      Parameters:
      scrollend - the onscrollend event handler
    • getOnkeydown

      public org.htmlunit.corejs.javascript.Function getOnkeydown()
      Returns the onkeydown event handler.
      Returns:
      the onkeydown event handler
    • setOnkeydown

      public void setOnkeydown(Object keydown)
      Sets the onkeydown event handler.
      Parameters:
      keydown - the onkeydown event handler
    • getOnpointerleave

      public org.htmlunit.corejs.javascript.Function getOnpointerleave()
      Returns the pointerleave event handler.
      Returns:
      the pointerleave event handler
    • setOnpointerleave

      public void setOnpointerleave(Object pointerleave)
      Sets the pointerleave event handler.
      Parameters:
      pointerleave - the pointerleave event handler
    • getOnclick

      public org.htmlunit.corejs.javascript.Function getOnclick()
      Returns the onclick event handler.
      Returns:
      the onclick event handler
    • setOnclick

      public void setOnclick(Object click)
      Sets the onclick event handler.
      Parameters:
      click - the onclick event handler
    • getOnkeyup

      public org.htmlunit.corejs.javascript.Function getOnkeyup()
      Returns the onkeyup event handler.
      Returns:
      the onkeyup event handler
    • setOnkeyup

      public void setOnkeyup(Object keyup)
      Sets the onkeyup event handler.
      Parameters:
      keyup - the onkeyup event handler
    • getOnchange

      public org.htmlunit.corejs.javascript.Function getOnchange()
      Returns the onchange event handler.
      Returns:
      the onchange event handler
    • setOnchange

      public void setOnchange(Object change)
      Sets the onchange event handler.
      Parameters:
      change - the onchange event handler
    • getOnreset

      public org.htmlunit.corejs.javascript.Function getOnreset()
      Returns the onreset event handler.
      Returns:
      the onreset event handler
    • setOnreset

      public void setOnreset(Object reset)
      Sets the onreset event handler.
      Parameters:
      reset - the onreset event handler
    • getOnkeypress

      public org.htmlunit.corejs.javascript.Function getOnkeypress()
      Returns the onkeypress event handler.
      Returns:
      the onkeypress event handler
    • setOnkeypress

      public void setOnkeypress(Object keypress)
      Sets the onkeypress event handler.
      Parameters:
      keypress - the onkeypress event handler
    • getOntimeupdate

      public org.htmlunit.corejs.javascript.Function getOntimeupdate()
      Returns the ontimeupdate event handler.
      Returns:
      the ontimeupdate event handler
    • setOntimeupdate

      public void setOntimeupdate(Object timeupdate)
      Sets the ontimeupdate event handler.
      Parameters:
      timeupdate - the ontimeupdate event handler
    • getOndblclick

      public org.htmlunit.corejs.javascript.Function getOndblclick()
      Returns the ondblclick event handler.
      Returns:
      the ondblclick event handler
    • setOndblclick

      public void setOndblclick(Object dblclick)
      Sets the ondblclick event handler.
      Parameters:
      dblclick - the ondblclick event handler
    • getOndrag

      public org.htmlunit.corejs.javascript.Function getOndrag()
      Returns the ondrag event handler.
      Returns:
      the ondrag event handler
    • setOndrag

      public void setOndrag(Object drag)
      Sets the ondrag event handler.
      Parameters:
      drag - the ondrag event handler
    • getOnseeked

      public org.htmlunit.corejs.javascript.Function getOnseeked()
      Returns the onseeked event handler.
      Returns:
      the onseeked event handler
    • setOnseeked

      public void setOnseeked(Object seeked)
      Sets the onseeked event handler.
      Parameters:
      seeked - the onseeked event handler
    • getOnabort

      public org.htmlunit.corejs.javascript.Function getOnabort()
      Returns the onabort event handler.
      Returns:
      the onabort event handler
    • setOnabort

      public void setOnabort(Object abort)
      Sets the onabort event handler.
      Parameters:
      abort - the onabort event handler
    • getOnloadedmetadata

      public org.htmlunit.corejs.javascript.Function getOnloadedmetadata()
      Returns the onloadedmetadata event handler.
      Returns:
      the onloadedmetadata event handler
    • setOnloadedmetadata

      public void setOnloadedmetadata(Object loadedmetadata)
      Sets the onloadedmetadata event handler.
      Parameters:
      loadedmetadata - the onloadedmetadata event handler
    • getOntoggle

      public org.htmlunit.corejs.javascript.Function getOntoggle()
      Returns the ontoggle event handler.
      Returns:
      the ontoggle event handler
    • setOntoggle

      public void setOntoggle(Object toggle)
      Sets the ontoggle event handler.
      Parameters:
      toggle - the ontoggle event handler
    • getOnplay

      public org.htmlunit.corejs.javascript.Function getOnplay()
      Returns the onplay event handler.
      Returns:
      the onplay event handler
    • setOnplay

      public void setOnplay(Object play)
      Sets the onplay event handler.
      Parameters:
      play - the onplay event handler
    • getOncontextmenu

      public org.htmlunit.corejs.javascript.Function getOncontextmenu()
      Returns the oncontextmenu event handler.
      Returns:
      the oncontextmenu event handler
    • setOncontextmenu

      public void setOncontextmenu(Object contextmenu)
      Sets the oncontextmenu event handler.
      Parameters:
      contextmenu - the oncontextmenu event handler
    • getOnmousemove

      public org.htmlunit.corejs.javascript.Function getOnmousemove()
      Returns the onmousemove event handler.
      Returns:
      the onmousemove event handler
    • setOnmousemove

      public void setOnmousemove(Object mousemove)
      Sets the onmousemove event handler.
      Parameters:
      mousemove - the onmousemove event handler
    • getOnerror

      public org.htmlunit.corejs.javascript.Function getOnerror()
      Returns the onerror event handler.
      Returns:
      the onerror event handler
    • setOnerror

      public void setOnerror(Object error)
      Sets the onerror event handler.
      Parameters:
      error - the onerror event handler
    • getOnmouseup

      public org.htmlunit.corejs.javascript.Function getOnmouseup()
      Returns the onmouseup event handler.
      Returns:
      the onmouseup event handler
    • setOnmouseup

      public void setOnmouseup(Object mouseup)
      Sets the onmouseup event handler.
      Parameters:
      mouseup - the onmouseup event handler
    • getOndragover

      public org.htmlunit.corejs.javascript.Function getOndragover()
      Returns the ondragover event handler.
      Returns:
      the ondragover event handler
    • setOndragover

      public void setOndragover(Object dragover)
      Sets the ondragover event handler.
      Parameters:
      dragover - the ondragover event handler
    • getOnpointermove

      public org.htmlunit.corejs.javascript.Function getOnpointermove()
      Returns the pointermove event handler for this element.
      Returns:
      the pointermove event handler for this element
    • setOnpointermove

      public void setOnpointermove(Object pointermove)
      Sets the pointermove event handler.
      Parameters:
      pointermove - the pointermove event handler
    • getOncut

      public org.htmlunit.corejs.javascript.Function getOncut()
      Returns the oncut event handler.
      Returns:
      the oncut event handler
    • setOncut

      public void setOncut(Object cut)
      Sets the oncut event handler.
      Parameters:
      cut - the oncut event handler
    • getOnmouseover

      public org.htmlunit.corejs.javascript.Function getOnmouseover()
      Returns the onmouseover event handler.
      Returns:
      the onmouseover event handler
    • setOnmouseover

      public void setOnmouseover(Object mouseover)
      Sets the onmouseover event handler.
      Parameters:
      mouseover - the onmouseover event handler
    • getOninput

      public org.htmlunit.corejs.javascript.Function getOninput()
      Returns the oninput event handler.
      Returns:
      the oninput event handler
    • setOninput

      public void setOninput(Object input)
      Sets the oninput event handler.
      Parameters:
      input - the oninput event handler
    • getOnlostpointercapture

      public org.htmlunit.corejs.javascript.Function getOnlostpointercapture()
      Returns the lostpointercapture event handler for this element.
      Returns:
      the lostpointercapture event handler for this element
    • setOnlostpointercapture

      public void setOnlostpointercapture(Object lostpointercapture)
      Sets the lostpointercapture event handler.
      Parameters:
      lostpointercapture - the lostpointercapture event handler
    • getOnstalled

      public org.htmlunit.corejs.javascript.Function getOnstalled()
      Returns the onstalled event handler.
      Returns:
      the onstalled event handler
    • setOnstalled

      public void setOnstalled(Object stalled)
      Sets the onstalled event handler.
      Parameters:
      stalled - the onstalled event handler
    • getOnpointerover

      public org.htmlunit.corejs.javascript.Function getOnpointerover()
      Returns the pointerover event handler for this element.
      Returns:
      the pointerover event handler for this element
    • setOnpointerover

      public void setOnpointerover(Object pointerover)
      Sets the pointerover event handler.
      Parameters:
      pointerover - the pointerover event handler
    • getOnclose

      public org.htmlunit.corejs.javascript.Function getOnclose()
      Returns the onclose event handler.
      Returns:
      the onclose event handler
    • setOnclose

      public void setOnclose(Object close)
      Sets the onclose event handler.
      Parameters:
      close - the onclose event handler
    • getOndragenter

      public org.htmlunit.corejs.javascript.Function getOndragenter()
      Returns the ondragenter event handler.
      Returns:
      the ondragenter event handler
    • setOndragenter

      public void setOndragenter(Object dragenter)
      Sets the ondragenter event handler.
      Parameters:
      dragenter - the ondragenter event handler
    • getOnmozfullscreenerror

      public org.htmlunit.corejs.javascript.Function getOnmozfullscreenerror()
      Returns the onmozfullscreenerror event handler.
      Returns:
      the onmozfullscreenerror event handler
    • setOnmozfullscreenerror

      public void setOnmozfullscreenerror(Object mozfullscreenerror)
      Sets the onmozfullscreenerror event handler.
      Parameters:
      mozfullscreenerror - the onmozfullscreenerror event handler
    • getOnsubmit

      public org.htmlunit.corejs.javascript.Function getOnsubmit()
      Returns the onsubmit event handler.
      Returns:
      the onsubmit event handler
    • setOnsubmit

      public void setOnsubmit(Object submit)
      Sets the onsubmit event handler.
      Parameters:
      submit - the onsubmit event handler
    • getOnmouseleave

      public org.htmlunit.corejs.javascript.Function getOnmouseleave()
      Returns the onmouseleave event handler.
      Returns:
      the onmouseleave event handler
    • setOnmouseleave

      public void setOnmouseleave(Object mouseleave)
      Sets the onmouseleave event handler.
      Parameters:
      mouseleave - the onmouseleave event handler
    • getOnmouseenter

      public org.htmlunit.corejs.javascript.Function getOnmouseenter()
      Returns the onmouseenter event handler.
      Returns:
      the onmouseenter event handler
    • setOnmouseenter

      public void setOnmouseenter(Object mouseenter)
      Sets the onmouseenter event handler.
      Parameters:
      mouseenter - the onmouseenter event handler
    • getOndragleave

      public org.htmlunit.corejs.javascript.Function getOndragleave()
      Returns the ondragleave event handler.
      Returns:
      the ondragleave event handler
    • setOndragleave

      public void setOndragleave(Object dragleave)
      Sets the ondragleave event handler.
      Parameters:
      dragleave - the ondragleave event handler
    • getOnmousewheel

      public org.htmlunit.corejs.javascript.Function getOnmousewheel()
      Returns the onmousewheel event handler.
      Returns:
      the onmousewheel event handler
    • setOnmousewheel

      public void setOnmousewheel(Object mousewheel)
      Sets the onmousewheel event handler.
      Parameters:
      mousewheel - the onmousewheel event handler
    • getOnpointerdown

      public org.htmlunit.corejs.javascript.Function getOnpointerdown()
      Returns the pointerdown event handler for this element.
      Returns:
      the pointerdown event handler for this element
    • setOnpointerdown

      public void setOnpointerdown(Object pointerdown)
      Sets the pointerdown event handler.
      Parameters:
      pointerdown - the pointerdown event handler
    • getOnseeking

      public org.htmlunit.corejs.javascript.Function getOnseeking()
      Returns the onseeking event handler.
      Returns:
      the onseeking event handler
    • setOnseeking

      public void setOnseeking(Object seeking)
      Sets the onseeking event handler.
      Parameters:
      seeking - the onseeking event handler
    • getOnblur

      public org.htmlunit.corejs.javascript.Function getOnblur()
      Returns the onblur event handler.
      Returns:
      the onblur event handler
    • setOnblur

      public void setOnblur(Object blur)
      Sets the onblur event handler.
      Parameters:
      blur - the onblur event handler
    • getOncuechange

      public org.htmlunit.corejs.javascript.Function getOncuechange()
      Returns the oncuechange event handler.
      Returns:
      the oncuechange event handler
    • setOncuechange

      public void setOncuechange(Object cuechange)
      Sets the oncuechange event handler.
      Parameters:
      cuechange - the oncuechange event handler
    • getOndrop

      public org.htmlunit.corejs.javascript.Function getOndrop()
      Returns the ondrop event handler.
      Returns:
      the ondrop event handler
    • setOndrop

      public void setOndrop(Object drop)
      Sets the ondrop event handler.
      Parameters:
      drop - the ondrop event handler
    • getOndragstart

      public org.htmlunit.corejs.javascript.Function getOndragstart()
      Returns the ondragstart event handler.
      Returns:
      the ondragstart event handler
    • setOndragstart

      public void setOndragstart(Object dragstart)
      Sets the ondragstart event handler.
      Parameters:
      dragstart - the ondragstart event handler
    • getOnmozfullscreenchange

      public org.htmlunit.corejs.javascript.Function getOnmozfullscreenchange()
      Returns the onmozfullscreenchange event handler.
      Returns:
      the onmozfullscreenchange event handler
    • setOnmozfullscreenchange

      public void setOnmozfullscreenchange(Object mozfullscreenchange)
      Sets the onmozfullscreenchange event handler.
      Parameters:
      mozfullscreenchange - the onmozfullscreenchange event handler
    • getOndurationchange

      public org.htmlunit.corejs.javascript.Function getOndurationchange()
      Returns the ondurationchange event handler.
      Returns:
      the ondurationchange event handler
    • setOndurationchange

      public void setOndurationchange(Object durationchange)
      Sets the ondurationchange event handler.
      Parameters:
      durationchange - the ondurationchange event handler
    • getOnplaying

      public org.htmlunit.corejs.javascript.Function getOnplaying()
      Returns the onplaying event handler.
      Returns:
      the onplaying event handler
    • setOnplaying

      public void setOnplaying(Object playing)
      Sets the onplaying event handler.
      Parameters:
      playing - the onplaying event handler
    • getOnload

      public org.htmlunit.corejs.javascript.Function getOnload()
      Returns the onload event handler.
      Returns:
      the onload event handler
    • setOnload

      public void setOnload(Object load)
      Sets the onload event handler.
      Parameters:
      load - the onload event handler
    • getOnended

      public org.htmlunit.corejs.javascript.Function getOnended()
      Returns the onended event handler.
      Returns:
      the onended event handler
    • setOnended

      public void setOnended(Object ended)
      Sets the onended event handler.
      Parameters:
      ended - the onended event handler
    • getOnloadeddata

      public org.htmlunit.corejs.javascript.Function getOnloadeddata()
      Returns the onloadeddata event handler.
      Returns:
      the onloadeddata event handler
    • setOnloadeddata

      public void setOnloadeddata(Object loadeddata)
      Sets the onloadeddata event handler.
      Parameters:
      loadeddata - the onloadeddata event handler
    • getOncopy

      public org.htmlunit.corejs.javascript.Function getOncopy()
      Returns the oncopy event handler.
      Returns:
      the oncopy event handler
    • setOncopy

      public void setOncopy(Object copy)
      Sets the oncopy event handler.
      Parameters:
      copy - the oncopy event handler
    • getOnpaste

      public org.htmlunit.corejs.javascript.Function getOnpaste()
      Returns the onpaste event handler.
      Returns:
      the onpaste event handler
    • setOnpaste

      public void setOnpaste(Object paste)
      Sets the onpaste event handler.
      Parameters:
      paste - the onpaste event handler
    • getOnmouseout

      public org.htmlunit.corejs.javascript.Function getOnmouseout()
      Returns the onmouseout event handler.
      Returns:
      the onmouseout event handler
    • setOnmouseout

      public void setOnmouseout(Object mouseout)
      Sets the onmouseout event handler.
      Parameters:
      mouseout - the onmouseout event handler
    • getOnsuspend

      public org.htmlunit.corejs.javascript.Function getOnsuspend()
      Returns the onsuspend event handler.
      Returns:
      the onsuspend event handler
    • setOnsuspend

      public void setOnsuspend(Object suspend)
      Sets the onsuspend event handler.
      Parameters:
      suspend - the onsuspend event handler
    • getOnvolumechange

      public org.htmlunit.corejs.javascript.Function getOnvolumechange()
      Returns the onvolumechange event handler.
      Returns:
      the onvolumechange event handler
    • setOnvolumechange

      public void setOnvolumechange(Object volumechange)
      Sets the onvolumechange event handler.
      Parameters:
      volumechange - the onvolumechange event handler
    • getOnwaiting

      public org.htmlunit.corejs.javascript.Function getOnwaiting()
      Returns the onwaiting event handler.
      Returns:
      the onwaiting event handler
    • setOnwaiting

      public void setOnwaiting(Object waiting)
      Sets the onwaiting event handler.
      Parameters:
      waiting - the onwaiting event handler
    • getOncanplay

      public org.htmlunit.corejs.javascript.Function getOncanplay()
      Returns the oncanplay event handler.
      Returns:
      the oncanplay event handler
    • setOncanplay

      public void setOncanplay(Object canplay)
      Sets the oncanplay event handler.
      Parameters:
      canplay - the oncanplay event handler
    • getOnmousedown

      public org.htmlunit.corejs.javascript.Function getOnmousedown()
      Returns the onmousedown event handler.
      Returns:
      the onmousedown event handler
    • setOnmousedown

      public void setOnmousedown(Object mousedown)
      Sets the onmousedown event handler.
      Parameters:
      mousedown - the onmousedown event handler
    • getOnemptied

      public org.htmlunit.corejs.javascript.Function getOnemptied()
      Returns the onemptied event handler.
      Returns:
      the onemptied event handler
    • setOnemptied

      public void setOnemptied(Object emptied)
      Sets the onemptied event handler.
      Parameters:
      emptied - the onemptied event handler
    • getOngotpointercapture

      public org.htmlunit.corejs.javascript.Function getOngotpointercapture()
      Returns the gotpointercapture event handler for this element.
      Returns:
      the gotpointercapture event handler for this element
    • setOngotpointercapture

      public void setOngotpointercapture(Object gotpointercapture)
      Sets the gotpointercapture event handler.
      Parameters:
      gotpointercapture - the gotpointercapture event handler
    • getOnwheel

      public org.htmlunit.corejs.javascript.Function getOnwheel()
      Returns the onwheel event handler for this element.
      Overrides:
      getOnwheel in class Element
      Returns:
      the onwheel event handler for this element
    • setOnwheel

      public void setOnwheel(Object onwheel)
      Sets the onwheel event handler for this element.
      Overrides:
      setOnwheel in class Element
      Parameters:
      onwheel - the onwheel event handler for this element