package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
inherit element
inherit tests
inherit langSpace
inherit stylable
inherit locatable
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.prop
method contentStyleType : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method viewport : rect Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_prop
method pixelUnitToMillimeterX : float Js_of_ocaml__.Js.readonly_prop
method pixelUnitToMillimeterY : float Js_of_ocaml__.Js.readonly_prop
method screenPixelUnitToMillimeterX : float Js_of_ocaml__.Js.readonly_prop
method screenPixelUnitToMillimeterY : float Js_of_ocaml__.Js.readonly_prop
method useCurrentView : bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_prop
method currentView : viewSpec Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_prop
method currentScale : float 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
method unsuspendRedraw : suspendHandleID -> unit Js_of_ocaml__.Js.meth
method unsuspendRedrawAll : unit Js_of_ocaml__.Js.meth
method forceRedraw : unit Js_of_ocaml__.Js.meth
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 : float 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 -> 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 -> 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
method checkEnclosure : element Js_of_ocaml__.Js.t -> rect Js_of_ocaml__.Js.t -> bool Js_of_ocaml__.Js.t
method deselectAll : unit Js_of_ocaml__.Js.meth
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