Uses of Enum Class
org.htmlunit.platform.canvas.rendering.RenderingBackend.LineCap
Packages that use RenderingBackend.LineCap
Package
Description
Implementations of the canvas rendering backend - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of RenderingBackend.LineCap in org.htmlunit.platform.canvas.rendering
Methods in org.htmlunit.platform.canvas.rendering that return RenderingBackend.LineCapModifier and TypeMethodDescriptionAwtRenderingBackend.getLineCap()Returns the shape used to draw the end points of lines.NoOpRenderingBackend.getLineCap()Returns the shape used to draw the end points of lines.RenderingBackend.getLineCap()Returns the shape used to draw the end points of lines.static RenderingBackend.LineCapReturns the enum constant of this class with the specified name.static RenderingBackend.LineCap[]RenderingBackend.LineCap.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.htmlunit.platform.canvas.rendering with parameters of type RenderingBackend.LineCapModifier and TypeMethodDescriptionvoidAwtRenderingBackend.setLineCap(RenderingBackend.LineCap lineCap) Sets thelineCapproperty.voidNoOpRenderingBackend.setLineCap(RenderingBackend.LineCap lineCap) Sets thelineCapproperty.voidRenderingBackend.setLineCap(RenderingBackend.LineCap lineCap) Sets thelineCapproperty.