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 LineDashStyleReturns 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 TypeMethodDescriptionvoidLineStyle.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