Uses of Interface
org.loboevolution.html.dom.DOMPointReadOnly
Packages that use DOMPointReadOnly
-
Uses of DOMPointReadOnly in org.loboevolution.html.dom
Subinterfaces of DOMPointReadOnly in org.loboevolution.html.domModifier 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.Methods in org.loboevolution.html.dom that return DOMPointReadOnlyModifier 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.