Uses of Class
org.htmlunit.javascript.host.canvas.CanvasGradient
Packages that use CanvasGradient
Package
Description
Implementations of the Canvas JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of CanvasGradient in org.htmlunit.javascript.host.canvas
Methods in org.htmlunit.javascript.host.canvas that return CanvasGradientModifier and TypeMethodDescriptionCanvasRenderingContext2D.createLinearGradient
(double x0, double y0, double r0, double x1, Object y1, Object r1) Creates linear gradient.CanvasRenderingContext2D.createRadialGradient
(double x0, double y0, double r0, double x1, double y1, double r1) Creates a gradient.