@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="DOMQuad")
public class DOMQuad
extends JsObject
| Constructor and Description |
|---|
DOMQuad() |
DOMQuad(DOMPointInit p1) |
DOMQuad(DOMPointInit p1,
DOMPointInit p2) |
DOMQuad(DOMPointInit p1,
DOMPointInit p2,
DOMPointInit p3) |
DOMQuad(DOMPointInit p1,
DOMPointInit p2,
DOMPointInit p3,
DOMPointInit p4) |
| Modifier and Type | Method and Description |
|---|---|
static DOMQuad |
fromQuad() |
static DOMQuad |
fromQuad(DOMQuadInit other) |
static DOMQuad |
fromRect() |
static DOMQuad |
fromRect(DOMRectInit other) |
DOMRect |
getBounds() |
DOMPoint |
p1() |
DOMPoint |
p2() |
DOMPoint |
p3() |
DOMPoint |
p4() |
JsObject |
toJSON() |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic DOMQuad(@Nonnull
DOMPointInit p1,
@Nonnull
DOMPointInit p2,
@Nonnull
DOMPointInit p3,
@Nonnull
DOMPointInit p4)
public DOMQuad(@Nonnull
DOMPointInit p1,
@Nonnull
DOMPointInit p2,
@Nonnull
DOMPointInit p3)
public DOMQuad(@Nonnull
DOMPointInit p1,
@Nonnull
DOMPointInit p2)
public DOMQuad(@Nonnull
DOMPointInit p1)
public DOMQuad()
@JsProperty(name="p1") @Nonnull public DOMPoint p1()
@JsProperty(name="p2") @Nonnull public DOMPoint p2()
@JsProperty(name="p3") @Nonnull public DOMPoint p3()
@JsProperty(name="p4") @Nonnull public DOMPoint p4()
@Nonnull public static DOMQuad fromQuad(@Nonnull DOMQuadInit other)
@Nonnull public static DOMQuad fromQuad()
@Nonnull public static DOMQuad fromRect(@Nonnull DOMRectInit other)
@Nonnull public static DOMQuad fromRect()
@Nonnull public DOMRect getBounds()
@Nonnull public JsObject toJSON()