Uses of Enum
com.winnovative_software.LineJoinStyle
-
Uses of LineJoinStyle in com.winnovative_software
Methods in com.winnovative_software that return LineJoinStyleModifier and TypeMethodDescriptionLineStyle.lineJoinStyle()
Gets the line join stylestatic LineJoinStyle
Returns the enum constant of this type with the specified name.static LineJoinStyle[]
LineJoinStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.winnovative_software with parameters of type LineJoinStyleModifier and TypeMethodDescriptionvoid
LineStyle.setLineJoinStyle
(LineJoinStyle lineJoinStyle) Sets the line join styleConstructors in com.winnovative_software with parameters of type LineJoinStyleModifierConstructorDescriptionLineStyle
(float lineWidth, LineCapStyle lineCapStyle, LineJoinStyle lineJoinStyle) Constructs a style for a line with the specified width, cap and join styles