Class type Dom_svg.svgElement

inherit langSpace
inherit fitToViewBox
inherit zoomAndPan
method x : animatedLength Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_prop
method y : animatedLength Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_prop
method width : animatedLength Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_prop
method height : animatedLength Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_prop
method contentScriptType : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.optdef Js_of_ocaml__.Js.prop
  • deprecated

    Removed in SVG 2.

method contentStyleType : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.optdef Js_of_ocaml__.Js.prop
  • deprecated

    Removed in SVG 2.

method viewport : rect Js_of_ocaml__.Js.t Js_of_ocaml__.Js.optdef Js_of_ocaml__.Js.readonly_prop
  • deprecated

    Removed in SVG 2.

method pixelUnitToMillimeterX : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.optdef Js_of_ocaml__.Js.readonly_prop
  • deprecated

    Removed in SVG 2.

method pixelUnitToMillimeterY : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.optdef Js_of_ocaml__.Js.readonly_prop
  • deprecated

    Removed in SVG 2.

method screenPixelUnitToMillimeterX : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.optdef Js_of_ocaml__.Js.readonly_prop
  • deprecated

    Removed in SVG 2.

method screenPixelUnitToMillimeterY : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.optdef Js_of_ocaml__.Js.readonly_prop
  • deprecated

    Removed in SVG 2.

method useCurrentView : bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.optdef Js_of_ocaml__.Js.readonly_prop
  • deprecated

    Removed in SVG 2.

method currentView : viewSpec Js_of_ocaml__.Js.t Js_of_ocaml__.Js.optdef Js_of_ocaml__.Js.readonly_prop
  • deprecated

    Removed in SVG 2.

method currentScale : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.prop
method currentTranslate : point Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_prop
method suspendRedraw : int -> suspendHandleID Js_of_ocaml__.Js.meth
  • deprecated

    Deprecated in SVG 2. Has no effect.

method unsuspendRedraw : suspendHandleID -> unit Js_of_ocaml__.Js.meth
  • deprecated

    Deprecated in SVG 2. Has no effect.

method unsuspendRedrawAll : unit Js_of_ocaml__.Js.meth
  • deprecated

    Deprecated in SVG 2. Has no effect.

method forceRedraw : unit Js_of_ocaml__.Js.meth
  • deprecated

    Deprecated in SVG 2. Has no effect.

method pauseAnimations : unit Js_of_ocaml__.Js.meth
method unpauseAnimations : unit Js_of_ocaml__.Js.meth
method animationsPaused : bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method getCurrentTime : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.meth
method setCurrentTime : int -> unit Js_of_ocaml__.Js.meth
method getIntersectionList : rect Js_of_ocaml__.Js.t -> element Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt -> element Js_of_ocaml__.Dom.nodeList Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method getEnclosureList : rect Js_of_ocaml__.Js.t -> element Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt -> element Js_of_ocaml__.Dom.nodeList Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method checkIntersection : element Js_of_ocaml__.Js.t -> rect Js_of_ocaml__.Js.t -> bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method checkEnclosure : element Js_of_ocaml__.Js.t -> rect Js_of_ocaml__.Js.t -> bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method deselectAll : unit Js_of_ocaml__.Js.meth
  • deprecated

    Deprecated in SVG 2. Use Selection API.

method createSVGNumber : Js_of_ocaml__.Js.number Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method createSVGLength : length Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method createSVGAngle : angle Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method createSVGPoint : point Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method createSVGMatrix : matrix Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method createSVGRect : rect Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method createSVGTransform : transform Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method createSVGTransformFromMatrix : matrix Js_of_ocaml__.Js.t -> transform Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method getElementById : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t -> Js_of_ocaml__.Dom.element Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth