|
Relacs Plot Library
0.9.8
|
#include <plot.h>
Public Member Functions | |
| PointStyle (void) | |
| PointStyle (Plot::Points type, int size, int color, int fill=-2) | |
| Plot::Points | type (void) const |
| void | setType (Plot::Points type) |
| int | size (void) const |
| void | setSize (int size) |
| int | color (void) const |
| void | setColor (int color) |
| int | fillColor (void) const |
| void | setFillColor (int fill) |
Style of a plotted point (point type, size, color, and fill color).
|
inline |
|
inline |
|
inline |
Referenced by Plot::PointStyle::setType().
|
inline |
References Plot::PointStyle::type().
|
inline |
|
inline |
|
inline |
|
inline |
References Plot::Transparent.
|
inline |
|
inline |
References Plot::Transparent.
1.8.6