Uses of Enum Class
cnuphys.splot.style.LineStyle
Packages that use LineStyle
-
Uses of LineStyle in cnuphys.splot.plot
Methods in cnuphys.splot.plot with parameters of type LineStyleModifier and TypeMethodDescriptionstatic void
GraphicsUtilities.drawStyleLine
(Graphics g, Color lineColor, float lineWidth, LineStyle lineStyle, int x1, int y1, int x2, int y2) Draw a styled linestatic Stroke
Gets a stroke appropriate for the line width and line type. -
Uses of LineStyle in cnuphys.splot.style
Fields 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 LineStyle
Returns the enum value from the name.static LineStyle
Returns 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 EnumComboBox
LineStyle.getComboBox
(LineStyle defaultChoice) Obtain a combo box of choices.void
IStyled.setAuxLineStyle
(LineStyle lineStyle) Set the style used for drawing auxiliary lines.void
Styled.setAuxLineStyle
(LineStyle lineStyle) void
IStyled.setFitLineStyle
(LineStyle lineStyle) Set the style used for drawing fits.void
Styled.setFitLineStyle
(LineStyle lineStyle) Set the line styleConstructors in cnuphys.splot.style with parameters of type LineStyle