Uses of Enum
com.winnovative_software.LineDashStyle
-
Uses of LineDashStyle in com.winnovative_software
Methods in com.winnovative_software that return LineDashStyleModifier and TypeMethodDescriptionLineStyle.lineDashStyle()
Gets the line dash patternstatic LineDashStyle
Returns the enum constant of this type with the specified name.static LineDashStyle[]
LineDashStyle.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 LineDashStyleModifier and TypeMethodDescriptionvoid
LineStyle.setLineDashStyle
(LineDashStyle lineDashStyle) Sets the line dash patternConstructors in com.winnovative_software with parameters of type LineDashStyleModifierConstructorDescriptionLineStyle
(float lineWidth, LineDashStyle lineDashStyle) Constructs a style for a dashed lineLineStyle
(LineDashStyle lineDashStyle) Constructs a style for a dashed line