Uses of Enum
com.google.gwt.canvas.dom.client.Context2d.Composite
Packages that use Context2d.Composite
-
Uses of Context2d.Composite in com.google.gwt.canvas.dom.client
Methods in com.google.gwt.canvas.dom.client that return Context2d.CompositeModifier and TypeMethodDescriptionstatic Context2d.Composite
Returns the enum constant of this type with the specified name.static Context2d.Composite[]
Context2d.Composite.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.CompositeModifier and TypeMethodDescriptionfinal void
Context2d.setGlobalCompositeOperation
(Context2d.Composite composite) Sets the global composite operation.