Package-level declarations
Types
The DOMMatrix
interface represents 4×4 matrices, suitable for 2D and 3D operations including rotation and translation.
The DOMMatrixReadOnly
interface represents a read-only 4×4 matrix, suitable for 2D and 3D operations.
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.
The DOMPointReadOnly
interface specifies the coordinate and perspective fields used by DOMPoint to define a 2D or 3D point in a coordinate system.
A DOMQuad
is a collection of four DOMPoint
s defining the corners of an arbitrary quadrilateral.
A DOMRect
describes the size and position of a rectangle.
The DOMRectList
interface represents a collection of DOMRect objects, typically used to hold the rectangles associated with a particular element, like bounding boxes returned by methods such as Element.getClientRects.
The DOMRectReadOnly
interface specifies the standard properties (also used by DOMRect) to define a rectangle whose properties are immutable.