11 #ifndef __Pulsar_PlotPen_h
12 #define __Pulsar_PlotPen_h
14 #include "TextInterface.h"
35 int get_colour_index () const { return colour_index; }
39 int get_line_style () const { return line_style; }
43 int get_line_width () const { return line_width; }
void set_colour_index(const int val) Set the colour for each value plotted. Definition: PlotPen.h:44
Stores and sets plot line attributes. Definition: PlotPen.h:24
void set_line_width(const int val) Set the line width for each value plotted. Definition: PlotPen.h:52
void setup() Set the plot line attributes. Definition: PlotPen.C:24
PlotPen() Default constructor. Definition: PlotPen.C:16
void set_line_style(const int val) Set the line style for each value plotted. Definition: PlotPen.h:48
Defines the PSRCHIVE library. Definition: CalSource.h:17
Generated using doxygen 1.8.17
|