WXP C++ Library Version 6.74.9
|
This class holds data to plot a color bar. More...
#include "../include/ColorBar.h"
Public Types | |
enum | Type { FILL , ENHANCE } |
Public Member Functions | |
int | init () |
int | setParam (const char *str) |
int | setLocate (const char *str) |
int | setFill (ColorFill &rfill) |
int | setEnhance (Enhance &renh) |
int | setRange (Range &rrange) |
int | print () |
Public Attributes | |
int | type |
ColorFill | fill |
Enhance | enh |
int | orient |
Range | range |
char | loc [10] |
This class holds data to plot a color bar.