Uses of Enum Class
org.htmlunit.platform.canvas.rendering.RenderingBackend.LineJoin
Packages that use RenderingBackend.LineJoin
Package
Description
Implementations of the canvas rendering backend - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of RenderingBackend.LineJoin in org.htmlunit.platform.canvas.rendering
Methods in org.htmlunit.platform.canvas.rendering that return RenderingBackend.LineJoinModifier and TypeMethodDescriptionAwtRenderingBackend.getLineJoin()Returns the the shape used to join two line segments where they meet.NoOpRenderingBackend.getLineJoin()Returns the the shape used to join two line segments where they meet.RenderingBackend.getLineJoin()Returns the the shape used to join two line segments where they meet.static RenderingBackend.LineJoinReturns the enum constant of this class with the specified name.static RenderingBackend.LineJoin[]RenderingBackend.LineJoin.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.LineJoinModifier and TypeMethodDescriptionvoidAwtRenderingBackend.setLineJoin(RenderingBackend.LineJoin lineJoin) Sets thelineJoinproperty.voidNoOpRenderingBackend.setLineJoin(RenderingBackend.LineJoin lineJoin) Sets thelineJoinproperty.voidRenderingBackend.setLineJoin(RenderingBackend.LineJoin lineJoin) Sets thelineJoinproperty.