@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="CanvasPattern")
public class CanvasPattern
extends java.lang.Object
| 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.
|
public void setTransform(@Nonnull
DOMMatrix2DInit transform)
public void setTransform()