Uses of Enum Class
eu.webtoolkit.jwt.PenCapStyle
Packages that use PenCapStyle
-
Uses of PenCapStyle in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return PenCapStyleModifier and TypeMethodDescriptionWPen.getCapStyle()
Returns the style for rendering line ends.static PenCapStyle
Returns the enum constant of this class with the specified name.static PenCapStyle[]
PenCapStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt with parameters of type PenCapStyleModifier and TypeMethodDescriptionvoid
WPen.setCapStyle
(PenCapStyle style) Sets the style for rendering line ends.