Uses of Enum
com.google.gwt.canvas.dom.client.Context2d.LineCap
Packages that use Context2d.LineCap
-
Uses of Context2d.LineCap in com.google.gwt.canvas.dom.client
Methods in com.google.gwt.canvas.dom.client that return Context2d.LineCapModifier and TypeMethodDescriptionstatic Context2d.LineCapReturns the enum constant of this type with the specified name.static Context2d.LineCap[]Context2d.LineCap.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.LineCapModifier and TypeMethodDescriptionfinal voidContext2d.setLineCap(Context2d.LineCap lineCap) Sets the line-cap style.