Relacs Plot Library
0.9.8
|
#include <plot.h>
Public Member Functions | |
LineStyle (void) | |
LineStyle (int color, int width=1, Plot::Dash dash=Plot::Solid) | |
int | color (void) const |
void | setColor (int color) |
int | width (void) const |
void | setWidth (int width) |
Plot::Dash | dash (void) const |
void | setDash (Plot::Dash dash) |
Style of a plotted line (color, width, and dash-type).
|
inline |
|
inline |
|
inline |
Referenced by Plot::LineStyle::setColor(), and Plot::setTicsStyle().
|
inline |
References Plot::LineStyle::color().
|
inline |
Referenced by Plot::xPixel(), and Plot::yPixel().
|
inline |
|
inline |
Referenced by Plot::LineStyle::setDash().
|
inline |
References Plot::LineStyle::dash().