@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="CanvasPattern")
public class CanvasPattern
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
CanvasPattern() |
| Modifier and Type | Method and Description |
|---|---|
void |
setTransform()
The CanvasPattern.setTransform() method uses an SVGMatrix or DOMMatrix object as the pattern's transformation matrix and invokes it on the pattern.
|
void |
setTransform(DOMMatrix2DInit transform)
The CanvasPattern.setTransform() method uses an SVGMatrix or DOMMatrix object as the pattern's transformation matrix and invokes it on the pattern.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, valuespublic void setTransform(@Nonnull
DOMMatrix2DInit transform)
public void setTransform()