Uses of Enum Class
cnuphys.splot.style.LineStyle
Packages that use LineStyle
- 
Uses of LineStyle in cnuphys.splot.plotMethods in cnuphys.splot.plot with parameters of type LineStyleModifier and TypeMethodDescriptionstatic voidGraphicsUtilities.drawStyleLine(Graphics g, Color lineColor, float lineWidth, LineStyle lineStyle, int x1, int y1, int x2, int y2) Draw a styled linestatic StrokeGets a stroke appropriate for the line width and line type.
- 
Uses of LineStyle in cnuphys.splot.styleFields in cnuphys.splot.style with type parameters of type LineStyleMethods in cnuphys.splot.style that return LineStyleModifier and TypeMethodDescriptionIStyled.getAuxLineStyle()Get the style used for drawing fits.Styled.getAuxLineStyle()IStyled.getFitLineStyle()Get the style used for drawing fits.Styled.getFitLineStyle()static LineStyleReturns the enum value from the name.static LineStyleReturns the enum constant of this class with the specified name.static LineStyle[]LineStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cnuphys.splot.style with parameters of type LineStyleModifier and TypeMethodDescriptionstatic EnumComboBoxLineStyle.getComboBox(LineStyle defaultChoice) Obtain a combo box of choices.voidIStyled.setAuxLineStyle(LineStyle lineStyle) Set the style used for drawing auxiliary lines.voidStyled.setAuxLineStyle(LineStyle lineStyle) voidIStyled.setFitLineStyle(LineStyle lineStyle) Set the style used for drawing fits.voidStyled.setFitLineStyle(LineStyle lineStyle) Set the line styleConstructors in cnuphys.splot.style with parameters of type LineStyle