Uses of Enum
com.google.gwt.canvas.dom.client.Context2d.Repetition
-
Uses of Context2d.Repetition in com.google.gwt.canvas.dom.client
Modifier and TypeMethodDescriptionstatic Context2d.Repetition
Returns the enum constant of this type with the specified name.static Context2d.Repetition[]
Context2d.Repetition.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal CanvasPattern
Context2d.createPattern
(CanvasElement image, Context2d.Repetition repetition) Creates a pattern from another canvas.final CanvasPattern
Context2d.createPattern
(ImageElement image, Context2d.Repetition repetition) Creates a pattern from an image.