Uses of Interface
org.loboevolution.html.dom.DOMPointReadOnly
-
Uses of DOMPointReadOnly in org.loboevolution.html.dom
Modifier and TypeInterfaceDescriptioninterface
A DOMPoint object represents a 2D or 3D point in a coordinate system; it includes values for the coordinates in up to three dimensions, as well as an optional perspective value.Modifier and TypeMethodDescriptionDOMPointReadOnly.fromPoint()
The static DOMPointReadOnly method fromPoint() creates and returns a new DOMPointReadOnly object given a source point.DOMPointReadOnly.fromPoint
(DOMPointInit other) The static DOMPointReadOnly method fromPoint() creates and returns a new DOMPointReadOnly object given a source point.