WXP C++ Library Version 6.74.9
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
WXP::PlotAttr Class Reference

This class stores plot attributes. More...

#include "../include/PlotAttr.h"

Public Member Functions

 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 Public Member Functions

static int parseFillStyle (const char *str)
 
static int parseMarker (const char *str)
 
static int update (PlotAttr &attr1, PlotAttr &attr2)
 

Detailed Description

This class stores plot attributes.

Author
Dan Vietor

The documentation for this class was generated from the following files: