This class stores plot attributes.
More...
#include "../include/PlotAttr.h"
|
|
| PlotAttr (const char *str) |
|
| PlotAttr (const char *str, const char *def) |
|
int | set (const char *str) |
|
int | set (const char *str, const char *def) |
|
int | parse (const char *str) |
|
int | setWidth (float val) |
|
float | getWidth () |
|
bool | validWidth () |
|
int | setWeight (float val) |
|
float | getWeight () |
|
bool | validWeight () |
|
int | setHeight (float val) |
|
float | getHeight () |
|
bool | validHeight () |
|
int | setExpan (float val) |
|
float | getExpan () |
|
bool | validExpan () |
|
int | getStyle () |
|
bool | validStyle () |
|
int | setShadow (int val) |
|
int | getShadow () |
|
bool | validShadow () |
|
int | getFillPat () |
|
bool | validFillPat () |
|
int | setColorInd (int val) |
|
int | getColorInd () |
|
bool | validColorInd () |
|
int | setColor (const char *str) |
|
const char * | getColor () |
|
bool | validColor () |
|
const char * | getFont () |
|
bool | validFont () |
|
bool | validLabel () |
|
const char * | getLabel () |
|
int | update (PlotAttr &attr) |
|
int | print () |
|
int | init () |
|
|
static int | parseFillStyle (const char *str) |
|
static int | parseMarker (const char *str) |
|
static int | update (PlotAttr &attr1, PlotAttr &attr2) |
This class stores plot attributes.
- Author
- Dan Vietor
The documentation for this class was generated from the following files: