Uses of Enum
com.winnovative_software.LineCapStyle
-
Uses of LineCapStyle in com.winnovative_software
Methods in com.winnovative_software that return LineCapStyleModifier and TypeMethodDescriptionLineStyle.lineCapStyle()
Gets the line cap stylestatic LineCapStyle
Returns the enum constant of this type with the specified name.static LineCapStyle[]
LineCapStyle.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 LineCapStyleModifier and TypeMethodDescriptionvoid
LineStyle.setLineCapStyle
(LineCapStyle lineCapStyle) Sets the line cap styleConstructors in com.winnovative_software with parameters of type LineCapStyleModifierConstructorDescriptionLineStyle
(float lineWidth, LineCapStyle lineCapStyle, LineJoinStyle lineJoinStyle) Constructs a style for a line with the specified width, cap and join styles