Uses of Class
LineStyle

Uses of LineStyle in <Unnamed>
 

Methods in <Unnamed> that return LineStyle
 LineStyle PlotObject.getLineStyle()
           
 LineStyle Plotter.getPlotMode()
           
static LineStyle LineStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LineStyle[] LineStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in <Unnamed> with parameters of type LineStyle
 void Plotter.setDataLineStyle(LineStyle lineStyle)
          Set the plot mode.
 void Plotter.setDataLineStyle(java.lang.String key, LineStyle lineStyle)
           
 void PlotObject.setLineStyle(LineStyle lineStyle)