Uses of Enum
com.google.gwt.canvas.dom.client.Context2d.Repetition
Packages that use Context2d.Repetition
-
Uses of Context2d.Repetition in com.google.gwt.canvas.dom.client
Methods in com.google.gwt.canvas.dom.client that return Context2d.RepetitionModifier and TypeMethodDescriptionstatic Context2d.RepetitionReturns 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.Methods in com.google.gwt.canvas.dom.client with parameters of type Context2d.RepetitionModifier and TypeMethodDescriptionfinal CanvasPatternContext2d.createPattern(CanvasElement image, Context2d.Repetition repetition) Creates a pattern from another canvas.final CanvasPatternContext2d.createPattern(ImageElement image, Context2d.Repetition repetition) Creates a pattern from an image.